You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by da...@us.ibm.com on 2004/09/23 18:15:00 UTC

Re: Xalan Caching

> I am new to Xalan C++, Please let me know how caching works.
> 
> My XPath Expressions are 
> XML/GROUP/ID1
> XML/GROUP/ID2

I don't know what you mean by "caching," but you can "compile" these 
expressions and use them multiple times.  Look at the documentation for 
the class "XPathEvaluator" for more information.

Dave