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