You might get more answers if you posted this to the Xalan mailing list
rather than the Xerces mailing list.
There's a path-generator template, and examples of using it, in Part 2 of
my recent DeveloperWorks article on styling stylesheets for debugging
(http://www.ibm.com/developerworks/xml/library/x-styless2/). You could
write a stylesheet that matches on your input path and invokes my generator
to display the results for every node it matches.
Or you could recreate the logic of that generator in Java and run it
against the nodes returned by Xalan's XPathAPI, if you need the information
for a program rather than a stylesheet.
______________________________________
Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more.
"The world changed profoundly and unpredictably the day Tim Berners Lee
got bitten by a radioactive spider." -- Rafe Culpin, in r.m.filk
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]