xsl-list
[Top] [All Lists]

Re: [xsl] Xalan producing error - (Location of error unknown)org.xml.sax.SAXException: Can not resolve namespace prefix: #all

2014-01-07 13:49:07
On Tue, Jan 07, 2014 at 01:43:10PM -0600, a kusa scripsit:
So is there any way to exclude result prefixes in XSLT 1.0?

Sure, you just have to list each of the explicitly, separated by spaces.

exclude-result-prefixes="xsl html"

will exclude namespaces bound to the prefixes "xsl" and "html", for
example.

-- Graydon

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