Subject: Re: problem with URN please help (very urgent)!!
From: Mike Brown <mike@xxxxxxxx>
Date: Sat, 14 Jun 2003 09:56:06 -0600 (MDT)
|
taha taha wrote:
> I have an xml document with a namespace that do not allow me to do
> transformation.
Very simple...
<xsl:transform version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:vis="urn:schemas-microsoft-com:office:visio">
...
<xsl:template match="vis:VisioDocument">
<coco>
<xsl:value-of select="vis:toto" />
</coco>
</xsl:template>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|