Voting

: min(zero, zero)?
(Example: nine)

The Note You're Voting On

Charlie Murder
15 years ago
To prevent your xsl file from automatically prepending

<?xml version="1.0"?>

whilst keeping the output as xml, which is preferable for a validated strict xhtml file, rather specify output as

<xsl:output method="xml" omit-xml-declaration="yes" />

<< Back to user notes page

To Top