[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] how do I say it for xalan, namespace probs


Subject: Re: [xsl] how do I say it for xalan, namespace probs
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Sun, 17 Jun 2007 17:31:01 +0200

Jochen Schroer wrote:

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:my="3of9-data">
^^^^^^^^^
It looks to me as if Xalan does not like 3of9-data as a namespace URI. Try whether changing that to something looking more like a URI e.g.
xmlns:my="http://example.com/2007/ns1"
helps. It does here for me but I don't know which Xalan version I have.





--


	Martin Honnen
	http://JavaScript.FAQTs.com/


Current Thread