xsl-list
[Top] [All Lists]

Re: extra data after xsl transformation

2004-05-16 03:06:12
Hi poppe,
I think you can exclude the xmns:m using the following attribute on your stylesheet element. exclude-result-prefixes="m", as you have done for the "xalan" prefix in your stylesheet.

-Menon

Andreas L. Delmelle wrote:

-----Original Message-----
From: poppe chris [mailto:pc_poppe(_at_)hotmail(_dot_)com]


Hi,

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?


I can't see immediately where the xmlns:m is coming from, but the
xml:space="preserve" is entered literally in the transform (last template:
the SUBSTREAM_interior is created *with* this attribute).

HTH!

Greetz,

Andreas


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--





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