Originally posted by Christophe Grosjean:
add this :
<xsl:template match="source">
<xsl:apply-templates/></xsl:template>
Christophe
am not so sure if we need this. The processor will process the element when it finds a match.
IMHO,
everything looks fine with the stylesheet.
it s'd have worked. Which version of IE are you using? (i assume that you tried viewing this on
the browser because i see the stylesheet PI in your XML file.)
I use saxon command line to
test my stylesheets.
Probably you might want try that or XALAN command line.
java org.apache.xalan.xslt.Process -IN <xml-file> -XSl <xsl-file>