×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Adam,
XML tags are case sensitive.. so the case doesn't matter, but it should
match.
How this is handled in RPG I don't know, since it uses variable names
which aren't case sensitive.
Kind regards,
Paul
PS. Have a look at
http://iseries.msp.be if you want an easy XML toolkit
;-)
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Adam Glauser
Sent: vrijdag 11 juli 2008 17:31
To: rpg400-l@xxxxxxxxxxxx
Subject: XML-INTO %HANDLER help
After reading the RPG manual and some articles on the topic, I'm a still
rather confused by the behaviour of XML-INTO.
XML file excerpt:
http://code.midrange.com/e94c59dafe.html
RPG code excerpts:
http://code.midrange.com/2b1904aa1b.html
For some reason, only two out of six of the subfields of my DS are
loaded by the XML-INTO parser. The only difference I can see between
the ones that work and those that don't is that the ones that work have
names with all lower case, the non-working ones are named with mixed
case. Does that matter?
Any suggestions would be greatly appreciated.
As an Amazon Associate we earn from qualifying purchases.