Re: [cvs => svn] final proposal, first draft

2005-03-12 Thread Vitaly Prapirny
+1 Hey All, I asked for the vote just for my own CYA - I wanted to make sure that you all had seen the "official" letter to infrastructure in case I missed something... I'll add Gareth's comments about the TLP issue and resend. Cheers, jas. -

RE: Generating and Serializing XML Docs using Xerces

2005-03-12 Thread philip_mott
>Take a look at CreateDOMDocument for an example 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? I've had a trawl through the Xerces C

RE: Generating and Serializing XML Docs using Xerces

2005-03-12 Thread david_n_bertoni
> 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 Cla