RE: [ACFUG Discuss] RE: Parsing XML - take 3

2009-02-17 Thread Tepfer, Seth
Thanks to all the offers of help and suggestions. The issue isn't caching, permissions, or even the malformed XML. It is a PLUS sign in the URL. Sheesh! Apparently, although IE and Firefox and parse a URL like: http://blah. emory.edu/r25ws/

Re: [ACFUG Discuss] RE: Parsing XML - take 3

2009-02-17 Thread Dean H. Saxe
The plus is a reserved character in the URL, its treated as a space. Encode it using URLEncoding. Problem solved. Dean H. Saxe, CISSP, CEH d...@fullfrontalnerdity.com I have always strenuously supported the right of every man to his own opinion, however different that opinion might be to

RE: [ACFUG Discuss] RE: Parsing XML - take 3

2009-02-17 Thread Tepfer, Seth
To: discussion@acfug.org Subject: Re: [ACFUG Discuss] RE: Parsing XML - take 3 The plus is a reserved character in the URL, its treated as a space. Encode it using URLEncoding. Problem solved. Dean H. Saxe, CISSP, CEH d...@fullfrontalnerdity.com I have always strenuously supported the right

[ACFUG Discuss] RE: Parsing XML - take 3

2009-02-16 Thread Tepfer, Seth
Take 3: If this is not the best place to ask such a question, please direct me (off list) to the best place to post. Thanks I'm having trouble referencing a particular XML element. I'm having two issues with my XML file (snippet of the XML file as generated by the R25 webservice included

Re: [ACFUG Discuss] RE: Parsing XML - take 3

2009-02-16 Thread Ajas Mohammed
Can you email the *full* xml file? I can give it a shot if you still didnt find a solution. Ajas Mohammed / http://ajashadi.blogspot.com We cannot become what we need to be, remaining what we are. No matter what, find a way. Because thats what winners do. You can't improve what you don't

Re: [ACFUG Discuss] RE: Parsing XML - take 3

2009-02-16 Thread Darin Kohles
I hate too mention this, but are you having a caching issue? If they changed the underlying format, and it appears different in one place, but not the other, I'd be very suspect. On Mon, Feb 16, 2009 at 11:13 PM, Ajas Mohammed ajash...@gmail.com wrote: Can you email the *full* xml file? I can

[ACFUG Discuss] RE: Parsing XML

2009-02-13 Thread Tepfer, Seth
Take 2: I’m having trouble referencing a particular XML element. Here’s hoping the list will help me stop banging my head against the wall. The wall doesn’t look good in red and some stains don’t come out so easily …. I’m having two issues with my XML file (snippet of the XML file as generated

Re: [ACFUG Discuss] RE: Parsing XML

2009-02-13 Thread Darin Kohles
Blank on this end as well On Fri, Feb 13, 2009 at 4:58 PM, Tepfer, Seth la...@emory.edu wrote: -- Darin Kohles RIA Developer

Re: [ACFUG Discuss] RE: Parsing XML

2009-02-13 Thread Howard Fore
Dropping to the original format in Gmail, then using a base64 decoder I get: I’m having trouble referencing a particular XML element. Here’s hoping the list will help me stop banging my head against the wall. The wall doesn’t look good in red and some stains don’t come out so easily