xsl-list
[Top] [All Lists]

RE: How can I suppress the header line in output file formatted by XSL ?

2003-11-02 12:25:32
<xsl:output omit-xml-declaration="yes"/>

Michael Kay

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
kaseykim(_at_)socal(_dot_)rr(_dot_)com
Sent: 02 November 2003 18:00
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] How can I suppress the header line in output 
file formatted by XSL ?


Hi,
I always get 

<?xml version="1.0" encoding="UTF-8"?>

in the output file.

My XSL file starts with this,

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; x 
mlns:fo="http://www.w3.org/1999/XSL/Format";>

My output file should not have this type of accessory line. 
Does anyboy know how to suppress this ?

Kasey @ LA



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



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



<Prev in Thread] Current Thread [Next in Thread>