[
Lists Home |
Date Index |
Thread Index
]
I am having a problem with truncation when trying to parse an element that
contains <
I can recreate the problem with & and > also
Here is a sample of what I am parsing
<element>Shipping Address (< 31)</element>
When parsed, all I get is 31)
When I do println to see what is happening, it is actually parsing in what
looks like 2 steps. Step one parses up to the <. It then parses the
raming portion of the element, overwritting the value it just parsed.
When parsing a normal element, it only does one step and everything turns
out fine.
And input would be appreciated,
Craig Fry
Programmer/QC
Zenplex
http://tambora.zenplex.org
|