onepf/AppDF

Implement "Requirements" section loading from XML

Closed this issue · 0 comments

The AppDF editor already supports editing of the Requirements section but there is no loading. This logic should be added in the follosing three places:

  1. XML parsing code to be added into parseDescriptionXML function in appdfparser.js
  2. Validation code to be added as a new function validateRequirements in appdfparser.js
  3. Populating the editor with the loaded data code to be added into loadDescriptionXML function in appdfxmlloading.js file