Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: help transforming a XML file help transforming a XML fileTo: NULL Date: 11/3/2005 8:50:00 AM I have the following XML: <?xml version="1.0"?> <testsuite xmlns="http://com/telecom/sqe/wasp/webutils/"> <testcase> <label>CFI-01-check</label> </testcase> </testsuite> I am having problem trying to extract the value of the label with the presence of the namespace. I used the the below xsl and it does not work. What am I missing? <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://com/telecom/sqe/wasp/webutils/" version="1.0"> <xsl:output method="html" indent="yes"/> <xsl:template match="/"> <html> <body> <h1> <xsl:value-of select="xs:testsuite/testcase/label"/> </h1> </body> </html> </xsl:template> </xsl:stylesheet> | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
