Subject: RE: Problems with outputing namespaces
From: drkm <darkman_spam@xxxxxxxx>
Date: Fri, 9 Dec 2005 18:26:32 +0100 (CET)
|
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
Tilichargez cette version sur http://fr.messenger.yahoo.com
| Current Thread |
|
drkm - 9 Dec 2005 17:27:16 -0000 <=
Michael Kay - 11 Dec 2005 16:48:03 -0000
|
|