Index of values


A
apply_into_file [Xtmpl]
As Xtmpl.apply_to_file, but writes the result back to a file.
apply_string_into_file [Xtmpl]
As Xtmpl.apply_into_file, but read the XML from a string instead of a file.
apply_to_file [Xtmpl]
As Xtmpl.apply_to_string, but reads the XML from a file.
apply_to_string [Xtmpl]
Applies as many iterations as necessary to a piece of XML (represented as an unparsed string) to reach a fix-point.
apply_to_xmls [Xtmpl]
As Xtmpl.apply_to_string, but applies to a list of XML trees.

E
env_add [Xtmpl]
Add a binding to an environment.
env_add_att [Xtmpl]
Bind a callback that returns some XML.
env_empty [Xtmpl]
An environment that contains only one binding, associating Xtmpl.tag_main to a function returning its subnodes.
env_get [Xtmpl]
Get a binding from an environment.
env_of_list [Xtmpl]
Add several bindings at once.

G
get_arg [Xtmpl]
Finds a binding in an attribute list.

O
opt_arg [Xtmpl]
Finds a binding in an associative list, or returns a default.

S
string_of_args [Xtmpl]
A string representation of an argument list.
string_of_env [Xtmpl]
String representation of all the keys in the environment.
string_of_xml [Xtmpl]
Output an XML string.
string_of_xmls [Xtmpl]
Use Xtmpl.string_of_xml to concatenate a list of xml trees into one string, with no separator.

T
tag_env [Xtmpl]
The environment tag, currently "env_".
tag_main [Xtmpl]
A dummy tag, currently "main_".

X
xml_of_file [Xtmpl]
Same as Xtmpl.xml_of_string but read from a file.
xml_of_string [Xtmpl]
Parses a string as XML.