http://qs1969.pair.com?node_id=475931


in reply to XML::LibXSLT generates invalid XHTML

You're defaulting to html output. Set the output to xhtml:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> <xsl:output method="xml" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" indent="yes"/>

-derby

Replies are listed 'Best First'.
Re^2: XML::LibXSLT generates invalid XHTML
by Ovid (Cardinal) on Jul 19, 2005 at 00:27 UTC