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: Omitting XML declaration



this worked, but unfortunately did not solve my problem. I am trying to pass
the result of an xslt transformation from jsp to asp.  I thought the header
line may have been messing up my deserialization....

i am using urlencoder.encode and passing the data as a form element.  i get
a malformed error when I try to deserialize.  any ideas on a better way to
pass xml from one http page to another ?

-paul
-----Original Message-----
From: owner-xsl-list@mulberrytech.com
[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Linda van den Brink
Sent: Thursday, February 24, 2000 9:27 AM
To: 'xsl-list@mulberrytech.com'
Subject: 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


 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]