...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,
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
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
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