× 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 Glauser wrote:
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.

The default for case is lower only. Add case=any:

1. options = 'doc=file path=details/transaction allowextra=yes +
2. allowmissing=yes case=any';


http://publib.boulder.ibm.com/infocenter/iadthelp/v7r0/index.jsp?topic=/com.ibm.etools.iseries.langref.doc/c0925086818.htm

Joe

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.