aboutsummaryrefslogtreecommitdiff
path: root/src/transformation_facade.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transformation_facade.h')
-rw-r--r--src/transformation_facade.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transformation_facade.h b/src/transformation_facade.h
index 765a376..3acb364 100644
--- a/src/transformation_facade.h
+++ b/src/transformation_facade.h
@@ -7,6 +7,7 @@
#include "common.h"
#include "support/filesystem_context.h"
+#include "support/dom/document_cache.h"
namespace InputXSLT {
@@ -22,6 +23,7 @@ class TransformationFacade {
const xalan::XalanCompiledStylesheet* transformation_;
xalan::XalanTransformer transformer_;
+ DomDocumentCache document_cache_;
};