Re: Using PrefixResolver with createXPath

2005-07-13 Thread jerry . d . tennison
[email protected]         cc:                 Subject:        Re: Using PrefixResolver with createXPath > >  XalanNamespacesStack  theStack; > >  theStack.addDeclaration (XalanDOMString ("FpML"), XalanDOMString > ("http://www.fpml.org/2003/FpML-4-0")); >  theSt

Re: Using PrefixResolver with createXPath

2005-07-12 Thread david_n_bertoni
> > XalanNamespacesStack theStack; > > theStack.addDeclaration (XalanDOMString ("FpML"), XalanDOMString > ("http://www.fpml.org/2003/FpML-4-0";)); > theStack.addDeclaration (XalanDOMString ("xsi"), XalanDOMString > ("http://www.w3.org/2001/XMLSchema-instance";)); > > XalanNamespacesStack::P

Using PrefixResolver with createXPath

2005-07-12 Thread jerry . d . tennison
Hello, I am attempting to "pre-compile" some XPath queries to be run against XML documents on a very repeated basis.  Because these queries contain namespace prefixes, I need to include a PrefixResolver in the call to createXPath, but I am having a difficult time creating a PrefixResolver to pass