![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - Stumped Transforming DSML Data With XSLT` [Thread Next] Re: Stumped Transforming DSML Data With XSLT`To: NULL Date: 2/1/2005 10:30:00 PM this is a FAQ, <batchResponse xmlns="urn:oasis:names:tc:DSML:2:0:core" an element with name consisting of local name batchResponse and Namespace URI urn:.... <xsl:for-each select="batchResponse/searchResponse/searchResultEntry"> this is selecting batchResponse and searchResponse in no-namespace. which selects nothing in your document. add xmlns:D="urn:oasis:names:tc:DSML:2:0:core" to xsl:stylesheet then use <xsl:for-each select="D:batchResponse/D:searchResponse/D:searchResultEntry"> and similarly prefix all other references to this namespace. David | ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||||
|
