I would prefer to use XSLT v1.0 for a stylesheet, however without
copy-namespaces="no" (only available in XSLT v2.0), I get output like:
<pt:taxationsocialsecurityduewithinoneyear
xmlns="http://www.w3.org/1999/xhtml"
contextRef="e2002"
unitRef="GBP"
precision="3"
>324</pt:taxationsocialsecurityduewithinoneyear>
Where obviously the xmlns="..." attribute is completely unnecessary. If
this just happened once, it would be fine, but the output contains 1000
leaf nodes all with this superfluous xmlns default NS decl.
Any suggestions how to avoid this problem?
Cheers,
Ian.
--
Ian Stokes-Rees, Consultant SP Metric Technology Consulting
ijstokes(_at_)spmetric(_dot_)com http://www.spmetric.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>
--~--