Navigation
Synopsis Functions for reading and writing XML files.
Usage import lang::xml::DOM;
Description XML is a widely used markup language for encoding and exchanging documents.

The Document Object Model DOM is a cross-platform and language-independent way of representing and manipulating HTML, XHTML and XML documents.
  • An optional header line consisting of field names separated by comma's.
  • One or more lines consisting of values separated by comma's.

    The following functions are provided: //
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.