Re: matching simple XPaths with XPath expressions

2001-07-07 Thread Scott_Boag
cc: Scott Boag/CAM/Lotus) .ac.uk> Subject: matching simple XPaths with XPath expressions

matching simple XPaths with XPath expressions

2001-07-06 Thread Nikolaos Giannadakis
Dear all, is there any way I could check whether simple Xpath expressions (such as /A/B/C ) are instances of more complicated XPath expressions (such as //C), using the xalan API? For instance, /A/B/C is an instance of /A//C, while /F/C is not. thank you, nikolas/