]> git.sur5r.net Git - glabels/blob - glabels2/docs/libglabels/tmpl/xml-template.sgml
* docs/libglabels/libglabels-sections.txt:
[glabels] / glabels2 / docs / libglabels / tmpl / xml-template.sgml
1 <!-- ##### SECTION Title ##### -->
2 XML Template Functions
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Functions to create and parse glabels XML template nodes and files
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 This section describes a number of functions for creating and parsing
10 glabels XML template nodes and files.  Template nodes are used in both
11 template files and document files.
12 </para>
13
14 <!-- ##### SECTION See_Also ##### -->
15 <para>
16
17 </para>
18
19 <!-- ##### FUNCTION gl_xml_template_read_templates_from_file ##### -->
20 <para>
21
22 </para>
23
24 @utf8_filename: 
25 @Returns: 
26
27
28 <!-- ##### FUNCTION gl_xml_template_parse_templates_doc ##### -->
29 <para>
30
31 </para>
32
33 @templates_doc: 
34 @Returns: 
35
36
37 <!-- ##### FUNCTION gl_xml_template_parse_template_node ##### -->
38 <para>
39
40 </para>
41
42 @template_node: 
43 @Returns: 
44
45
46 <!-- ##### FUNCTION gl_xml_template_write_templates_to_file ##### -->
47 <para>
48
49 </para>
50
51 @templates: 
52 @utf8_filename: 
53
54
55 <!-- ##### FUNCTION gl_xml_template_write_template_to_file ##### -->
56 <para>
57
58 </para>
59
60 @template: 
61 @utf8_filename: 
62
63
64 <!-- ##### FUNCTION gl_xml_template_create_templates_doc ##### -->
65 <para>
66
67 </para>
68
69 @templates: 
70 @Returns: 
71
72
73 <!-- ##### FUNCTION gl_xml_template_create_template_node ##### -->
74 <para>
75
76 </para>
77
78 @template: 
79 @root: 
80 @ns: 
81
82