in reply to Re: Parse Question
in thread Parse Question
In my first print statement, I just wanted to see if the message was read in. Basically it is just one record from an XML file, as the entire XML file would be too big to test this simple code. Initially, I was splitting the message on the '>', but that didn't work, so I used N to see if that would change anything. Since my second print statement wasn't working, I commented it out, and just tried to throw another print statement at the end to see if it would execute, (it didn't). Any thoughts ?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Parse Question
by Corion (Patriarch) on Dec 10, 2019 at 17:56 UTC | |
by catfish1116 (Beadle) on Dec 10, 2019 at 20:27 UTC | |
by Corion (Patriarch) on Dec 10, 2019 at 20:33 UTC |