xsl-list
[Top] [All Lists]

[xsl] transforming xml with namespace with no prefix

2008-01-29 11:08:58
The converter rtf2xml adds a namespace at the top of each xml document with no prefix:

<doc xmlns="http://rtf2xml.sourceforge.net/";>

Not until I manually remove the namespace declaration can I get basic templates to work. Is there a line I can place in a stylesheet that will allow me to transform such xml documents?

I have tried

exclude-result-prefixes="">

with no success.


Terry Ofner




--~------------------------------------------------------------------
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>