Re: [Tutor] Injecting Data into XML Files

2006-09-11 Thread Kent Johnson
William O'Higgins Witteman wrote: > On Mon, Sep 11, 2006 at 02:38:46PM -0400, Kent Johnson wrote: >> Note that ET uses the URI of the namespace, not the short name. > > That's a huge help, thank you. What would I do if there is no namespace > for the given documents? I find that a great deal of

Re: [Tutor] Injecting Data into XML Files

2006-09-11 Thread William O'Higgins Witteman
On Mon, Sep 11, 2006 at 02:38:46PM -0400, Kent Johnson wrote: >>>On Mon, Sep 11, 2006 at 12:11:37PM -0400, William O'Higgins Witteman >>>wrote: What I want is to open each document and inject some data between specific sets of tags. I've been able to parse these documents, but I am no

Re: [Tutor] Injecting Data into XML Files

2006-09-11 Thread Kent Johnson
William O'Higgins Witteman wrote: > On Mon, Sep 11, 2006 at 09:57:28AM -0700, Dave Kuhlman wrote: >> On Mon, Sep 11, 2006 at 12:11:37PM -0400, William O'Higgins Witteman wrote: >>> I have a large number of XML documents to add data to. They are >>> currently skeletal documents, looking like this:

Re: [Tutor] Injecting Data into XML Files

2006-09-11 Thread William O'Higgins Witteman
On Mon, Sep 11, 2006 at 09:57:28AM -0700, Dave Kuhlman wrote: >On Mon, Sep 11, 2006 at 12:11:37PM -0400, William O'Higgins Witteman wrote: >> I have a large number of XML documents to add data to. They are >> currently skeletal documents, looking like this: >> >> >> >> http://www.w3.org/1999/02

Re: [Tutor] Injecting Data into XML Files

2006-09-11 Thread Dave Kuhlman
On Mon, Sep 11, 2006 at 12:11:37PM -0400, William O'Higgins Witteman wrote: > I am wrestling with the incredibly vast array of XML parsing and writing > documentation, and I'm not seeing (or perhaps not understanding) what > I'm looking for. Here's the situation: > > I have a large number of XML

[Tutor] Injecting Data into XML Files

2006-09-11 Thread William O'Higgins Witteman
I am wrestling with the incredibly vast array of XML parsing and writing documentation, and I'm not seeing (or perhaps not understanding) what I'm looking for. Here's the situation: I have a large number of XML documents to add data to. They are currently skeletal documents, looking like this: