This utility is deprecated and supported only for backward compatibility. STREAM2WRK should be used instead.The XML2WRK utility opens an XML file and creates the corresponding record definition to be used with the XMLStream Class (com.iscobol.rts.XMLStream) object.
• xmlFile is the name of the XML file to parse. It can be either a disk file or a URL.
• outputFile is the name of the file that will contain the record definition corresponding to xmlFile. If omitted, a file named xmlFile.wrk is created.
• prefix defines a string to be put in front of every data name in the record definition.
o When set to "0" or omitted, data-names are generated with no prefix.
o When set to "1", the prefix will be the name of the XML file.
• disambiguate_flag activates or deactivates names ambiguity check
o When set to "0" or omitted, field names are generated without control
o When set to "1", field names are adapted if necessary in order to avoid ambiguous identifiers
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |