|
Subject: RE: [xsl] exclude-result-prefixes From: Florent Georges <darkman_spam@xxxxxxxx> Date: Mon, 24 Apr 2006 09:38:24 +0200 (CEST) |
Arulraj wrote:
Hi
> How to suppress the namespace of f and h in the result
> tree?
Don't use them.
Namespaces prefixes can be used outside of what they were created for
(defined by the XML Namespaces REC): naming elements and attributes.
For example, some XML applications use them in attribute *values*:
<xsl:function name="ns:fun">
...
</xsl:function>
So the XSLT processor uses all namespaces in the result tree, until
you specify @exclude-result-prefixes *and* they are not used (for
naming element or attribute). The processor prevents you to produce
ill-formed XML.
Why don't you want the namespace declarations?
Regards,
--drkm
___________________________________________________________________________
Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos services prifiris : virifiez vos nouveaux mails, lancez vos recherches et suivez l'actualiti en temps riel.
Rendez-vous sur http://fr.yahoo.com/set
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] exclude-result-prefixes, Arulraj | Thread | RE: [xsl] exclude-result-prefixes, Michael Kay |
| [xsl] exclude-result-prefixes, Arulraj | Date | RE: [xsl] exclude-result-prefixes, Michael Kay |
| Month |