Hi all,
Iam using jdom for xml parsing....so to search a particular element in a xml iam using XPATH and iam trying to construct XPATH expression dynamically....is it possible to use variables inside XPATH expression....like
String map="europe";
XPath servletPath = XPath.newInstance("/*/*/subcategory[@mappedname=map]");
Iam eagerly waiting for reply...
Thanks
Prashanth
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool.
Try it!