xml.mdx 233 B

12345678910111213
  1. ---
  2. title: 'XML File'
  3. ---
  4. ### XML file
  5. To add any xml file, use the data_type as `xml`. Eg:
  6. ```python
  7. app.add('content/data.xml')
  8. ```
  9. Note: Only the text content of the xml file will be added to the app. The tags will be ignored.