Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: XML::LibXSLT generates invalid XHTML

by derby (Abbot)
on Jul 19, 2005 at 00:22 UTC ( [id://475931]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://475931]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-24 08:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found