; From: "Russell C. Hadley" <[EMAIL PROTECTED]>
> Subject: Re: newbe: books/better docs/better samples.
> Date: 20/02/2003 9:12:12
> To: David N Bertoni/Cambridge/IBM <[EMAIL PROTECTED]>
> CC: xalan-c-users@xml.apache.org
>
> Does it make sence to use a XercesP
cc: "Russell C.
> Hadley" <[EMAIL PROTECTED]>, Xalan C Users
>
cc: "Russell C.
Hadley" <[EMAIL PROTECTED]>, Xalan C Users
, (bcc: David N Bertoni/Cambridge/IBM)
02/18/2003 02:24 PM
Berin,
Thanks for the reply. I'm still having problems though.
I can't find the XercesDocumentWrapper and XercesWrapperNavigator you
mentioned in the online docs. So I'm working with the
XercesDocumentBridge and XercesBridgeNavigator (just because they're
the closest names). What
Russell,
Don't know if the following helps, it's extracted from some other code I
have been working on:
XPathProcessorImpl xppi; // The processor
XercesDOMSupportxds;
XercesParserLiaison xpl;
XPathEvaluator xpe;
XPathFactoryDefault xpf;
XPat
Berin,
Thanks! Are there any code samples of this kind of
transformation around? Specificly mapping back and forth.
And your point about the ::Initialize() calls is well taken.
Thanks again. -R
Berin Lautenbach writes:
> Russell,
>
> Not sure exactly what you are trying to
Russell,
Not sure exactly what you are trying to do, but some thoughts.
You want to be doing all the initialisation prior to using any
Xalan/Xerces objects. So :
XMLPlatformUtils::Initialize();
XPathEvaluator::initialize();
Should be at the start of the code, and everything else should be in
Hi David,
Unsing the Xerces DOM all the function calls new complete but the
nodes returned from create element don't seem to be well formed (can't
be dumped with my dumper routine like everything else could) and none
of the updates appear in the output tree generated by the FormaterToXML
and For
Hi Russell,
> David,
>One more thing. Can't seem to find the
TransformToXercesDOM
> sample (In either the Xerces or Xalan trees). Am I looking in the
> right place? (or tree?) Thanks again. -R
You need the latest sources from CVS. If you've been getting your sourc
"Russell C. Hadley" |
> | | <[EMAIL PROTECTED]|
> | | design.com> |
> | ||
> | | 02/11/2003 03:44 PM |
> |-+>
>
>----------------
|
|cc: (bcc: David N Bertoni/Cambridge/IBM)
|
|Subject: newbe: books/better docs/better samples.
|
>--
Newbe looking for some better xalan-c documentation. Maybe a book that
gives a little background. Specificly for XPath. The generated docs
aren't giving me enough of a view to figure out how things fit
together and the XPath samples that come with the src are a little
thin. I'm able to parse and
12 matches
Mail list logo