Re: SimpleXPathAPI and XPathWrapper

2004-11-01 Thread david_n_bertoni
> The two sample programs, SimpleXPathAPI and XPathWrapper, > both read XML, find the context node and evaluate the given > XPath expression. My question is what is the difference between > these two samples. XPathWrapper is a very old sample that uses internal interfaces. > I

SimpleXPathAPI and XPathWrapper

2004-10-29 Thread Tahura Chaudhry
The two sample programs, SimpleXPathAPI and XPathWrapper, both read XML, find the context node and evaluate the given XPath expression. My question is what is the difference between these two samples. If I'm writing a program that evaluates a given XPath expression for a given XML doc