diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-26 22:58:15 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-26 22:58:15 +0100 |
| commit | c261763c76fb15c1509ee6b88035b604222edc21 (patch) | |
| tree | 036bccebd81d7a17f99d1a554eec6f11ed8e0ff7 /xml-parser.h | |
| parent | 82435e6c67c4837b4d5256d8f606b495fffbcc4b (diff) | |
| download | cataract-c261763c76fb15c1509ee6b88035b604222edc21.tar.xz | |
Add support for album and index separators
Diffstat (limited to 'xml-parser.h')
| -rw-r--r-- | xml-parser.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xml-parser.h b/xml-parser.h index 031bf6b..02be628 100644 --- a/xml-parser.h +++ b/xml-parser.h @@ -39,6 +39,11 @@ TXMLFile * xml_parser_load (const char *filename); void xml_parser_close (TXMLFile *file); /* + * xml_file_get_node_name: retrieve name of the XPath node + */ +char * xml_file_get_node_name (TXMLFile *file, const char *x_path); + +/* * xml_file_get_node_value: retrieve string value from XPath node * - multiple matched nodes will be concatenated into one string * - otherwise please use [0], [1] etc. quantificators |
