35 pts.
0
Q:
AS400 Physical file conversion to xml file
Hi, i need to write an RPGLE program to convert an as400 physical file to an xml file. Does anyone have a sample code for it? Thanks in advance.
ASKED: Jul 2 2009  5:10 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
2860 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Scott Klement wrote an open source XML parser. You can find it here: http://www.scottklement.com/expat/

Also, you may find some examples here: http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/books_web/c0925076168.htm

and here: http://www.google.com/search?hl=en&q=xml+%2Brpgle&aq=f&oq=&aqi=g1
Last Answered: Jul 2 2009  1:54 PM GMT by Teandy   2860 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

RVP400   230 pts.  |   Jul 2 2009  4:35PM GMT

If your xml is simple, you can also use SQL2XML. Just google it or lookup it in <a href="http://MCPressOnline.com" title="http://MCPressOnline. " target="_blank">MCPressOnline.com</a>, download the freeware and read the instructions. It’s quite easy to use.

Regards,
RVP400

 
0