Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - help transforming a XML file >Thread Next - Re: help transforming a XML file Re: help transforming a XML fileTo: NULL Date: 11/3/2005 8:43:00 PM Raul wrote: > <testsuite xmlns="http://com/telecom/sqe/wasp/webutils/"> > <testcase> > <label>CFI-01-check</label> > </testcase> > </testsuite> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:xs="http://com/telecom/sqe/wasp/webutils/" version="1.0"> > <xsl:value-of select="xs:testsuite/testcase/label"/> A default namespace is defined for the element with the xmlns attribute and its descendants (unless there is a new xmlns attribute on a descendant) so you need e.g. <xsl:value-of select="xs:testsuite/xs:testcase/xs:label" /> -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
