Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: XSL-T in IE (JScript) [Thread Next] Re: XSL-T in IE (JScript)To: NULL Date: 6/8/2005 9:35:00 AM
XML:
<?xml version="1.0" encoding="UTF-8"?>
<Document>
<Data><Section>
<TestElem>Test</TestElem>
</Section>
</Data>
</Document>
XSL:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
<head />
<body>
<xsl:apply-templates />
</body>
</html>
</xsl:template>
<xsl:template match="Document">
<xsl:for-each select="Data">
<xsl:for-each select="Section">
<xsl:apply-templates />
</xsl:for-each>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>
I just want to show content of TestElem tag for testing purposes. Very
simple. In Altova XMLSpy">XMLSpy, this worksfine.
Thank you very much for your help.
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
