Hi, I think at line sequence number 036900 in XMLI1.RPGLE (xmli_addElement) it should be pCurrent = pStartElement; instead of pCurrent = pSaved; At the moment it trashes the xml if the open tag needs to be rolled back. Thanks. Mihael
I have an application that supports null values in the db2 tables. I need to test for those and only include the xml elements when the returned values are not null. How would I test for null in a result set value inside a template?
I finally solved the problem. There seem to be a problem/bug using the xmli_addelement()...
Using XMLI and find it very easy to use. I have one problem. I need to create an...
I've been working with the templates and am trying to figure out how to use the RUNXMLi...