How to xslt without first line "<?xml...?>"
Replies (2)
Please register to reply
Added by Anonymous about 19 years ago
Legacy ID: #3368956 Legacy Poster: changhao (changhao)
I want not have the first line <?xml version="1.0" encoding="UTF-8"?> in the result of the xslt. Thank you.
Legacy ID: #3369143 Legacy Poster: Michael Kay (mhkay)
Use <xsl:output omit-xml-declaration="yes"/> Michael Kay
Legacy ID: #3369144 Legacy Poster: Kevin Rodgers (notorious_kev)
This is a general XSLT question, not a Saxon question. The answer is: <xsl:output omit-xml-declaration="yes">
Please register to reply