PeteJohnston
Programmer
I'm using XML-Into with a handler procedure to read the contents of an XML document held as a file in the IFS. It works really well apart from one thing. When any characters that XML regards as Special are included in the data it ignores them. Things like &, <, > and =. In one example, a customer name includes & - the ampersand character. If you look at the XML file it holds it as George & Bert but when it hits the RPG code it has dropped the & and I get George Bert.
Any ideas?
PeteJ
(Contract Code-monkey)
It's amazing how many ways there are to skin a cat
(apologies to the veggies)
Any ideas?
PeteJ
(Contract Code-monkey)
It's amazing how many ways there are to skin a cat
(apologies to the veggies)