posted 21 years ago
Hi
I have a program that compiles an XPath and applies it to a DOM returning a single value. My problem is that I want to compile an XPath that can extract multiple cocnatenated node values.
For example /*/elmt1 = '111' /*/elmt2 = 'bbb', I want to find an XPath that would give the result '111bbb'.
I know this could be done with transformations but this would involve an unacceptable code change. Please let me know if this can be done.
Thanks for your help
Rom
Rom Chatterjee<BR>Sun Certified Java Programmer