]> git.sur5r.net Git - glabels/blob - glabels2/docs/libglabels/tmpl/xml-template.sgml
2007-08-16 Jim Evins <evins@snaught.com>
[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 <!-- ##### SECTION Stability_Level ##### -->
20
21
22 <!-- ##### FUNCTION gl_xml_template_read_templates_from_file ##### -->
23 <para>
24
25 </para>
26
27 @utf8_filename: 
28 @Returns: 
29
30
31 <!-- ##### FUNCTION gl_xml_template_parse_templates_doc ##### -->
32 <para>
33
34 </para>
35
36 @templates_doc: 
37 @Returns: 
38
39
40 <!-- ##### FUNCTION gl_xml_template_parse_template_node ##### -->
41 <para>
42
43 </para>
44
45 @template_node: 
46 @Returns: 
47
48
49 <!-- ##### FUNCTION gl_xml_template_write_templates_to_file ##### -->
50 <para>
51
52 </para>
53
54 @templates: 
55 @utf8_filename: 
56
57
58 <!-- ##### FUNCTION gl_xml_template_write_template_to_file ##### -->
59 <para>
60
61 </para>
62
63 @template: 
64 @utf8_filename: 
65
66
67 <!-- ##### FUNCTION gl_xml_template_create_templates_doc ##### -->
68 <para>
69
70 </para>
71
72 @templates: 
73 @Returns: 
74
75
76 <!-- ##### FUNCTION gl_xml_template_create_template_node ##### -->
77 <para>
78
79 </para>
80
81 @template: 
82 @root: 
83 @ns: 
84
85