Create XML

The XML > Create XML module converts a bundle to an XML formatted text.

Data structure

The Data structure describes the structure of the resulting XML. If you have a sample of the XML you would like to create, you can use it to generate the data structure:

  1. Click the Add button.
  2. Click the Generator button.
  3. Copy and paste the XML sample into the Sample data field.
  4. Click the Save button.
  5. Verify that the data structure has been successfully generated.
  6. Click Save to save the data structure.
Root element nameEnter the name of the XML's root element. The default value is root.
Doctype SYSTEM IDEnter the file name to use in the !DOCTYPE SYSTEM declaration
Doctype PUBLIC IDEnter the file name to use in the !DOCTYPE PUBLIC declaration
Strip Xml DeclarationEnable this option to remove the XML Declaration <?xml ... ?> and <!DOCTYPE ... >and leave only the XML root element and its contents.