Re: Re: newbe: books/better docs/better samples.

2003-02-20 Thread berin
; 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

Re: newbe: books/better docs/better samples.

2003-02-19 Thread Russell C. Hadley
cc: "Russell C. > Hadley" <[EMAIL PROTECTED]>, Xalan C Users >

Re: newbe: books/better docs/better samples.

2003-02-19 Thread David N Bertoni/Cambridge/IBM
cc: "Russell C. Hadley" <[EMAIL PROTECTED]>, Xalan C Users , (bcc: David N Bertoni/Cambridge/IBM) 02/18/2003 02:24 PM

Re: newbe: books/better docs/better samples.

2003-02-18 Thread Russell C. Hadley
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

Re: newbe: books/better docs/better samples.

2003-02-14 Thread Berin Lautenbach
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

Re: newbe: books/better docs/better samples.

2003-02-14 Thread Russell C. Hadley
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

Re: newbe: books/better docs/better samples.

2003-02-14 Thread Berin Lautenbach
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

Re: newbe: books/better docs/better samples.

2003-02-13 Thread Russell C. Hadley
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

Re: newbe: books/better docs/better samples.

2003-02-13 Thread David N Bertoni/Cambridge/IBM
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

Re: newbe: books/better docs/better samples.

2003-02-13 Thread David N Bertoni/Cambridge/IBM
"Russell C. Hadley" | > | | <[EMAIL PROTECTED]| > | | design.com> | > | || > | | 02/11/2003 03:44 PM | > |-+> > >----------------

Re: newbe: books/better docs/better samples.

2003-02-12 Thread David N Bertoni/Cambridge/IBM
| |cc: (bcc: David N Bertoni/Cambridge/IBM) | |Subject: newbe: books/better docs/better samples. | >--

newbe: books/better docs/better samples.

2003-02-11 Thread Russell C. Hadley
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