hi, i'm trying to use xtags to parse a document. But <xtags:applyTemplates /> doesn't seem to work. Any ideas ?
my xml : <?xml version="1.0" encoding="ISO-8859-1"?> <xmldescriptor> <element> <toto>200603</toto> </element> </xmldescriptor> my stylesheet : <xtags:parse id="doc" uri="<%=request.getParameter(\"filename\")%>"/> <xtags:stylesheet > <xtags:template match="element" > ici<xtags:applyTemplates /> /ici </xtags:template> <xtags:template match="toto" > working ?? </xtags:template> </xtags:stylesheet> The result is : ici200603 /ici it should be iciworking?? /ici Can someone test this ? maybe it's parser version problem.. Or maybe i don't use it properly.. Or maybe some have an idea on how to apply a jsp stylesheet ? i want to execute JSP taglibs in xsl templates.. any help will be greatly appreciated, i'm spending nights on this problem.. thx rhapsody --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
