Hello,
As I understand, there are 3 ways of dealing with XML (please correct me if I'm wrong):
- XML PARSE - a set of statements that are coming from IBM Enterprise Cobol. This syntax is allowed for compatibility reasons
- XML Extensions -> XML IMPORT/EXPORT syntax that is pure MF
- XML Extensions -> ORGANIZARION IT XML syntax that is also pure MF and more Cobol-like syntax.
With the first one everything is clear.
My question is concerning the difference between the points Nº2 et Nº3.
Which one is advised to use? Any limitations? How to make the choice? There are the same libraries behind this 2 syntax?
Thank you in advance.