I'm trying to match an element in an XML that has a namespace, but with no 
luck.  Here's what I tried:

-------- source xml --------
<?xml version="1.0"?>
<Workbook xmlns="aaa:bbb">
        hi
</Workbook>

--------- my xsl -----------
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" 
      xmlns:aaa="http://www.test.org";
      xmlns:aaa:bbb="http://www.test.org";>
   <xsl:template match="aaa:bbb:Workbook">
      <ws>
         <xsl:apply-templates/>
      </ws>
   </xsl:template>
</xsl:stylesheet>

-------------------------------

I can't seem to find an answer to this in any documentation.

Thanks.
-- 

_______________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup


1 cent a minute calls anywhere in the U.S.!

http://www.getpennytalk.com/cgi-bin/adforward.cgi?p_key=RG9853KJ&url=http://www.getpennytalk.com


Reply via email to