|
Subject: Re: [xsl] Remove <?xml version> line from output? From: Derek Ngok <derek.ngok@xxxxxxxxxxxxxxxx> Date: Fri, 22 Dec 2000 14:37:35 +0800 |
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Remove <?xml version> line fr, Nice, Kerry A. (LNG- | Thread | Re: [xsl] Remove <?xml version> lin, Jeni Tennison |
| [xsl] Ann: Xsldoc version 0.91, Rick Maddy | Date | RE: [xsl] Problem to place data int, Roel Mertens |
| Month |