diff options
Diffstat (limited to 'zen/xml_io.h')
-rwxr-xr-x | zen/xml_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/xml_io.h b/zen/xml_io.h index 8d3346c6..a53a7edb 100755 --- a/zen/xml_io.h +++ b/zen/xml_io.h @@ -10,11 +10,11 @@ #include <zenxml/xml.h> #include "file_error.h" + //combine zen::Xml and zen file i/o //-> loadXmlDocument vs loadStream: //1. better error reporting //2. quick exit if (potentially large) input file is not an XML - namespace zen { XmlDoc loadXmlDocument(const Zstring& filePath); //throw FileError |