COBOL

COBOL

COBOL

COBOL is responsible for the efficient, reliable, secure, and unseen day-to-day operations of the world's economy.


#Programminglanguages
 View Only
  • 1.  GENERATE XML with empty element tag

    Posted 10/07/19 08:25 PM

    It doesn't appear that Enterprise COBOL supports generating "empty-element tags".  Is this true?  By this I mean "<el1 />" vs "<el1></el1>".

    fswarbrick


  • 2.  Re: GENERATE XML with empty element tag

    Posted 10/16/19 10:26 AM

    Yes, it's true. You can SUPPRESS the <el1></el1> form WHEN the relevant item is SPACES, for example, but you can't elect to have the <e1/> form in that case.

    brataj