Re: Questions about XPATH API

2009-03-03 Thread David Bertoni
Moddy Te'eni wrote: David Bertoni wrote: 1. Can I use an XPath after its XPathConstructionContext is deleted? if not, can i use one global XPathConstructionContext to construct all my XPath objects? No. You can use a global XPathConstructionContext, but you will need to serialize access to it

Re: Questions about XPATH API

2009-03-03 Thread Moddy Te'eni
one for temporary results (which I reset frequently) and one for the results I need to keep. David Bertoni wrote: > > > Dave > > Thank you. -- View this message in context: http://www.nabble.com/Questions-about-XPATH-API-tp22303292p22323531.html Sent from the Xalan - C - Users mailing list archive at Nabble.com.

Re: Questions about XPATH API

2009-03-03 Thread David Bertoni
Moddy Te'eni wrote: I'm trying to write a server that uses XPath API. I based my code around the sample 'SimpleXPathAPI'. I have many questions. My server receives messages with documents, and returns the results of a few XPath expressions on these documents. the expressions can be updated while

Questions about XPATH API

2009-03-02 Thread Moddy Te'eni
Context's EnvSupport, DOMSupport and XObjectFactory? What happens if I set it only once? (assuming there is one evaluator for each input document) 4. Can I have one global XPathProcessorImpl? I think that's it for today. Thanks, Moddy. -- View this message in context: http://www.nabble