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]

RE: Remove <?xml version> line from output?



> I'm using xalan to transform XML documents to RTF.  It works 
> fine except I
> get the 
> <?xml version="1.0" encoding="UTF-8"?> line as the first line 
> of my file
> which has 
> to be stripped off before it will work as a RTF document.

Use <xsl:output method="text"/>

Mike Kay 

 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]