Re: XMLAndArray library ConvertXMLToArray() function - prep.

2011-05-14 Thread Keith Clarke
...looking close, I see that before the array conversion stage, Trevor's library wraps the revCreateXMLTree() function to create a tree from the xml file. So, I inserted a breakpoint to "answer the TreeID" as soon as it is created. This revealed an error that wasn't being returned - "xmlerror,

Re: XMLAndArray library ConvertXMLToArray() function - prep.

2011-05-14 Thread Keith Clarke
Hi Jim, Thanks for responding. Viewed in a field, (with 'dontWrap' set to true), the XML is as expected - a single, long string, without spaces or returns. Copying it into TextWrangler, I can't see anything unusual. I've now also checked that the XML within the variable (prior to putting into t

Re: XMLAndArray library ConvertXMLToArray() function - prep.

2011-05-14 Thread Jim Ault
On May 14, 2011, at 7:24 AM, Keith Clarke wrote: I'm learning about XML & Arrays by attempting to process some web service call responses using the ConvertXMLToArray() in Trevor DeVore's XMLAndArrays library http://revonline2.runrev.com/stack/571/XMLAndArrays The XML data looks fine to the h

XMLAndArray library ConvertXMLToArray() function - prep.

2011-05-14 Thread Keith Clarke
Hi folks, I'm learning about XML & Arrays by attempting to process some web service call responses using the ConvertXMLToArray() in Trevor DeVore's XMLAndArrays library http://revonline2.runrev.com/stack/571/XMLAndArrays The XML data looks fine to the human eye when put into a field, but the out