aboutsummaryrefslogtreecommitdiff
path: root/src/function/read_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/function/read_file.cc')
-rw-r--r--src/function/read_file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/function/read_file.cc b/src/function/read_file.cc
index dcd32b7..0ca5ee3 100644
--- a/src/function/read_file.cc
+++ b/src/function/read_file.cc
@@ -62,7 +62,7 @@ namespace InputXSLT {
DomDocumentCache::document_ptr FunctionReadFile::constructDocument(
boost::filesystem::path filePath) {
DomDocumentCache::document_ptr domDocument(
- DomDocumentCache::createDocument()
+ DomDocumentCache::createDocument("content")
);
ResultNodeFacade result(domDocument.get(), "file");