Hi to all,

I need filter a xmlDocument.

<x:parse filter="${filter}" xml="${param.xmlDocument}" var="xmlDoc" />

the problem is create a org.xml.sax.XMLFilter object in ${filter}.

I nees filter my xmlDocument with a Xpath string like "//packet/param".
With Jdom I can try with this:

XPath filterPath = XPath.newInstance("//packet/param");
List rows = filterPath.selectNodes(this.xmlDoc);

Can I do in jstl?

Best Regards Lorenzo Sicilia

p.s. Sorry for my poor english :)





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to