> I have taken a look at CreateDOMDocument and made some progress with
> building an 'uninitialized' DOM. However, I can't see how to load data
> in the DOM? i.e. the values that would end up in between the XML tags?

Those "values" are text node children.

> I've had a trawl through the Xerces Class Directory but I cannot
> identify any class that exposes the obvious methods to do this?

Get a good book on the W3C DOM, or look for some web tutorials.  That will 
give you some of the conceptual information you'll need.  The Xerces-C DOM 
bindings are different from the Java bindings, but that's due mostly to 
language differences.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to