Rhapsody? Really dude! Anyway, check out the JSTL xml tags. Personally never used them, and they don't seem to allow for the template part of xsl, but do support XPath and forEach, If and some other stuff. Read up on it at java.sun.com/jstl.
Grtz, Martin van Dijken > -----Original Message----- > From: kpitalrisk [mailto:[EMAIL PROTECTED] > Sent: woensdag 24 september 2003 21:18 > To: [EMAIL PROTECTED] > Subject: xml stysheet probelm -is xtags working ? > Importance: High > > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]