|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: getting rid of namespace definition
At 2005-12-14 01:09 +0100, Philippe LAPLANCHE wrote:
Consider this very very simple stylesheet : Because you left the sql: namespace node attached to the <root/> literal result element in your stylesheet. All attached namespace nodes on literal result elements are copied to the result tree by definition of XSLT. I want to disable that, how can I do ? By pruning the namespace nodes off the literal result elements in the stylesheet tree using the exclude-result-prefixes= attribute. I hope this helps. . . . . . . . Ken T:\ftemp>type philippe.xml <root/> T:\ftemp>type philippe.xsl
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:sql="http://apache.org/cocoon/SQL/2.0"
exclude-result-prefixes="sql"> <xsl:template match="/root">
<root/>
</xsl:template></xsl:stylesheet> T:\ftemp>xslt philippe.xml philippe.xsl con <?xml version="1.0" encoding="utf-8"?><root/> T:\ftemp>
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








