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

RE: extra data after xsl transformation

Subject: RE: extra data after xsl transformation
From: "poppe chris" <pc_poppe@xxxxxxxxxxx>
Date: Sat, 15 May 2004 09:49:04 +0200
xslt extra data
Hello,

im having a little problem, not really a problem, more like an annoying fact,

Ive managed to create an xslt stylesheet (is it xslt stylesheet or xsl stylesheet?) that transforms my xml documents the way i want to but during transformation some extra output is generated into the result xml wich i dont want

For example in my original xml i have a element like this:

- <SUBSTREAM>
 <lengthbit>0</lengthbit>
 <stuff>20</stuff>
 <two>200</two>
 <SUBSTREAM_interior>2901 5320</SUBSTREAM_interior>

and the transformation succesfully changes the stuff, two and substream_interior elements into the following

- <SUBSTREAM xmlns:m="MCTF">
 <lengthbit>0</lengthbit>
 <stuff>19</stuff>
 <two>136</two>
 <SUBSTREAM_interior xml:space="preserve">2901 5000</SUBSTREAM_interior>

the problem is the 'xmlns:m="MCTF" and the xml:space="preserve" parts wich are introduced into the resulting xml file
is there any way to prevent these additional lines without changing my functionality?


here are links to a full xml file, the xsl transformation and a transformed xml file
http://www10.brinkster.com/cpoppe/misc/coast.xml
http://www10.brinkster.com/cpoppe/misc/MCTFbitrateglobal.xsl
http://www10.brinkster.com/cpoppe/misc/coast_bit.xml


sincerely,
Chris

_________________________________________________________________
Op zoek naar je droomhuis? http://www.msn.be/wonen

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.