This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Omitting XML declaration (was: RE: xsl editor news item)


> does anyone know how to make an xsl transformation NOT 
> display the first
> line :
> 
> <?xml version="1.0" encoding="UTF-8"?>

Try xsl:output omit-xml-declaration="yes" . Haven't tried if the processors
support it.  Why do you want to omit it? Maybe you should not use the XML
output method at all?

Linda


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]