xsl-list
[Top] [All Lists]

RE: Problems with outputing namespaces

2005-12-09 10:26:32
Charlie Consumer wrote:

<policy
xmlns="http://www.foo.net/cml/NetworkProtector/fwm";
... >

after it looks like:

<fwm:policy
xmlns:fwm="http://www.foo.net/cml/NetworkProtector/fwm";
...>

<xsl:stylesheet version="1.0"
xmlns:npcommon="http://www.foo.net/cml/NetworkProtector/common";
xmlns:fwm="http://www.foo.net/cml/NetworkProtector/fwm";
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; >

  You use the 'fwm' prefix in your script, so it outputs elements of
this namespace with this prefix.  Use the default namespace in your
script if you want your output using the default namespace.

--drkm





















        

        
                
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.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>
--~--



<Prev in Thread] Current Thread [Next in Thread>