RE: Witango-Talk: xml parsing question

2005-03-23 Thread Ted Wolfley
That was the fix, I can parse out the data. Thanks. Ted -Original Message- From: Ted Wolfley [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 8:51 AM To: witango-talk@witango.com Subject: RE: Witango-Talk: xml parsing question The error went away, now I'll try to pars

RE: Witango-Talk: xml parsing question

2005-03-23 Thread Ted Wolfley
The error went away, now I'll try to parse out the data that I need. Thanks. Ted -Original Message- From: Ben Johansen [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 4:29 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: xml parsing question Good catch, Chan

RE: Witango-Talk: xml parsing question

2005-03-22 Thread Ben Johansen
d got the same error. I then took out all of the remaining colons and still got the same error. > > Totally baffled. > > > Ted > > -Original Message- > From: Ben Johansen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 22, 2005 3:29 PM > To: witango-talk@wita

Re: Witango-Talk: xml parsing question

2005-03-22 Thread Jonah Simpson
> of the remaining colons and still got the same error. > > Totally baffled. > > > Ted > > -Original Message- > From: Ben Johansen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 22, 2005 3:29 PM > To: witango-talk@witango.com > Subject: RE: Witango-Ta

RE: Witango-Talk: xml parsing question

2005-03-22 Thread Ted Wolfley
itango.com Subject: RE: Witango-Talk: xml parsing question No, This is a Namespaces issue. Node precursor'd by a coloned value What I suggest is to search and remove the "Copernic:" from the string Example becomes Then try bringing it into the @DOM Ben Johansen - http://w

RE: Witango-Talk: xml parsing question

2005-03-22 Thread Ben Johansen
ailable for Web App. Developement -Original Message- From: Ted Wolfley [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 1:27 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: xml parsing question Tried that and get the following error: Class: Internal Main Error Numb

RE: Witango-Talk: xml parsing question

2005-03-22 Thread Ted Wolfley
Subject: RE: Witango-Talk: xml parsing question Hi, Use the @DOM tag to get it into a DOM variable <@ASSIGN NAME="myDom" SCOPE="application" VALUE=<@DOM VALUE="Paragraph 1 Paragraph 2">> Then you will need to look up the xpointer syntax

RE: Witango-Talk: xml parsing question

2005-03-22 Thread Ben Johansen
.com Authorized Witango & MDaemon Reseller Available for Web App. Developement -Original Message- From: Ted Wolfley [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 12:38 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: xml parsing question I am using Witango Server 5

RE: Witango-Talk: xml parsing question

2005-03-22 Thread Ted Wolfley
2, 2005 2:14 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: xml parsing question You can put it into a DOM and work with it that way - that'd be the easiest way to handle this. On Mar 22, 2005, at 12:34 PM, Ted Wolfley wrote: > Hi, >   > I am using a summarizer COM

Re: Witango-Talk: xml parsing question

2005-03-22 Thread Dale Graham
You can put it into a DOM and work with it that way - that'd be the easiest way to handle this. On Mar 22, 2005, at 12:34 PM, Ted Wolfley wrote: Hi,   I am using a summarizer COM object in a taf to bring back the key concepts of a text string.  The output is in xml.  How do I parse out the k