Andreas L. Delmelle wrote:


If I understand the problem description correctly, then the problem is in
your XSL file.
[...]
Then the template match should look like:

<xsl:template match="test:root">
<xsl:template match="root[namespace-uri()='some:namespace']">
or
<xsl:template match="*[local-name()='root']">

Great thanks! That's the solution :).

--
greetings
 Michał Rybak


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to