EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
  • 1.  XML Parse or XML Generate in EGL

    Posted Mon July 27, 2015 03:38 PM

    Companions in Cobol, work with XML parse, read XML and XML generate to generate files in XML format. At EGL, we have something like that?

    In Brazil, we use these resources, mainly in order to generate information to meet government oversight

    ojomenezes


  • 2.  Re: XML Parse or XML Generate in EGL

    Posted Mon July 27, 2015 03:58 PM

    Are you looking for this in generated COBOL or generated Java?

    markevans


  • 3.  Re: XML Parse or XML Generate in EGL

    Posted Mon July 27, 2015 04:02 PM

    Currently I use Cobol, but I intend to be prepared to generate java

    ojomenezes


  • 4.  Re: XML Parse or XML Generate in EGL

    Posted Mon July 27, 2015 04:22 PM

    Take a look at the following section in the RBD Knowledge Center.  It discusses the XML processing ability of EGL.

    http://www-01.ibm.com/support/knowledgecenter/SSMQ79_9.1.1/com.ibm.egl.lr.doc/topics/regl_core_rest_service_xml.html

    There is a also a system library named xmllib.

     

    These are only available in Java Generation.

     

    markevans


  • 5.  Re: XML Parse or XML Generate in EGL

    Posted Thu July 27, 2017 02:26 PM

    In version 9.5 we added XML support for COBOL generation. The version 9.5 docs reflect that. Support for the EGL XMLLIB functions that can be implemented were implemented. The COBOL that is generated for the XML logic use the built-in COBOL XML PARSE and XML GENERATE statements.

    JeffDouglas