[xsl] transforming xml with namespace with no prefix

Subject: [xsl] transforming xml with namespace with no prefix
From: Terry Ofner <tofner@xxxxxxxxxxx>
Date: Tue, 29 Jan 2008 13:08:23 -0500
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


Current Thread