Page
Library
Module
Module type
Parameter
Class
Class type
Source
Xtmpl.XmlSourceRegular XML trees
A position in a source (file, string, ...).
loc loc_start loc_stop creates a loc structure with the given positions.
name_of_string str cuts a name according to first ':' character. If no such character is found, return ("",str).
Default: no self-closing tags, unescape XML entities (amp, apos,quot, lt, gt). ignore_unclosed: false.
mapping from XML entities to utf-8 code points
mapping from HTML entities to utf-8 code points
Unescape character references and entity references from parse_param.entities.
Replace the following characters: < by <, > by >, & by &. Also replace simple and double quotes by ' and " if quotes = true (which is false by default).
Same as Rewrite.atts_of_list but for generic attributes.
Same as Rewrite.atts_one but for generic attributes.
Same as Rewrite.atts_remove but for generic attributes.
Same as Rewrite.atts_replace but for generic attributes.
Same as Rewrite.get_att but for generic attributes.
Same as Rewrite.opt_att but for str_attributes.
Return a string representation of the given str_attributes.