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: copy top-level comments


Just in case the typo is in the stylesheet, it should be
<xsl:output method="xml" indent="yes">
not
<xsl:output method="xml" inden="yes">

mike

-----Original Message-----
From: Bernward Hanssen [mailto:bernward.hanssen@db.com]
Sent: 19 June 2001 13:04
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] copy top-level comments 



Hi
I want to copy comments from the input to the output.
I try to get each command in a new Line as it is in the input document.
<xsl:output method="xml" inden="yes"> works for the most comments, but not
for the top.Level comments.

this is my input-document
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--comment1 -->
<!--comment2 -->
<doc>
<!-- comment1 ok -->
<!-- comment2 ok -->
</doc>

the output ist
<?xml version="1.0" encoding="ISO-8859-1"?><!--comment1 --><!--comment2 -->
<doc>
<!-- comment1 ok -->
<!-- comment2 ok -->
</doc>



Bernward Hanßen



--

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorised copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.



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


___________________________________________________________________________
This email is confidential and intended solely for the use of the 
individual to whom it is addressed. Any views or opinions presented are 
solely those of the author and do not necessarily represent those of 
Sema. 
If you are not the intended recipient, be advised that you have received this
email in error and that any use, dissemination, forwarding, printing, or 
copying of this email is strictly prohibited.

If you have received this email in error please notify the Sema UK
Helpdesk by telephone on +44 (0) 121 627 5600.
___________________________________________________________________________

 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]