[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

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

Subject: Re: Remove <?xml version> line from output?
From: Derek Ngok <derek.ngok@xxxxxxxxxxxxxxxx>
Date: Fri, 22 Dec 2000 14:37:35 +0800
remove xml declaration
In your xsl file, add the following top-level tag:
    <xsl:output method="xml" omit-xml-declaration="yes"/>

Derek

"Nice, Kerry A. (LNG-SHEP)" wrote:

> Hi,
> 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.
>
> Is there anyway to suppress this during the transformation so I don't have
> to resort
> to string manipulation on the finished file.  (I'm just using the
> SimpleTransform
> demo program from Xalan.)
>
> So, basically
>
> <?xml version="1.0" encoding="UTF-8"?>
> {\rtf1\ansi\ansicpg1252\uc1
> etc...
>
> will become
>
> {\rtf1\ansi\ansicpg1252\uc1
> etc.
>
> Thanks,
> Kerry.
>
> --------
> Kerry Nice
> Java Programmer
> LEXIS Publishing, Shepard's
> "Bring me the head of David Hasselhoff"
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.