The functions that should go in that module are functions that are available
independently of the specificity of your xml
Thus, functions like to_string, or parse cannot appear in here

Sub-Modules

type
Xml.attribute
=
{ 
string
 
namespace
, 
string
 
name
, 
string
 
value
 }
type
Xml.binding
=
Variant
  •    
    { 
    string
     
    name
    , 
    string
     
    uri
     }
  • or 
    { 
    string
     
    default
     }
Name Summary
A few functions used by the xml_parser generation pass
Fold on every node of the xml
map
Apply a transformation function to every element of the given xml
Returns a boolean saying if two tags match The second namespace and tag are optional: they are none ...

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.