xsl-list
[Top] [All Lists]

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

2007-06-17 08:31:20
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/

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