Author: enrico-sorichetti
Subject: Reply to: Facing xml parser exception 798761
Posted: Mon May 02, 2016 1:40 pm (GMT 5.5)
if You get an error when You think that You are not doing anything wrong
see what happens when You KNOW that there is an ERROR
for example instead of
try
also display the source in HEX to see that the chars match ...
got burned too many times because of code page issues in the 3270 emulator
_________________
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort![icon_cool.gif]()
Subject: Reply to: Facing xml parser exception 798761
Posted: Mon May 02, 2016 1:40 pm (GMT 5.5)
if You get an error when You think that You are not doing anything wrong
see what happens when You KNOW that there is an ERROR
for example instead of
Code: |
</Name> |
try
Code: |
</DonaldDuck> |
also display the source in HEX to see that the chars match ...
got burned too many times because of code page issues in the 3270 emulator
_________________
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
