xsl-list
[Top] [All Lists]

Re: problem with URN please help (very urgent)!!

2003-06-14 08:56:06
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