Oh yeah,

Forgot something in my original mail. I noticed that several of the jakarta taglibs 
that have a counterpart in JSTL have been deprecated. I'm not 100% certain this is the 
case with xtags since it seems to have some extra functionality. However, it can never 
hurt to see if you can get by using the standard, which in this case is JSTL.

Martin

> -----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]

Reply via email to