aboutsummaryrefslogtreecommitdiff
path: root/src/utility.h
diff options
context:
space:
mode:
authorAdrian Kummerländer2014-04-19 18:31:15 +0200
committerAdrian Kummerländer2014-04-19 18:31:15 +0200
commit3383e24e396431eed7d4ab9f69ff8ffaf12d4925 (patch)
tree8cedb029eee462dd8145077aee98db593ef6d62d /src/utility.h
parent334efe3383c436d61a8e5dd95b923cb0d5db9652 (diff)
downloadInputXSLT-3383e24e396431eed7d4ab9f69ff8ffaf12d4925.tar
InputXSLT-3383e24e396431eed7d4ab9f69ff8ffaf12d4925.tar.gz
InputXSLT-3383e24e396431eed7d4ab9f69ff8ffaf12d4925.tar.bz2
InputXSLT-3383e24e396431eed7d4ab9f69ff8ffaf12d4925.tar.lz
InputXSLT-3383e24e396431eed7d4ab9f69ff8ffaf12d4925.tar.xz
InputXSLT-3383e24e396431eed7d4ab9f69ff8ffaf12d4925.tar.zst
InputXSLT-3383e24e396431eed7d4ab9f69ff8ffaf12d4925.zip
Implemented transformation execution function
* InputXSLT::PlattformGuard handles xerces and xalan construction and lifetime * InputXSLT::TransformerGuard instantiates PlattformGuard, configurates external functions ** offers execute method for "executing" a XSL tranformation with empty input
Diffstat (limited to 'src/utility.h')
-rw-r--r--src/utility.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utility.h b/src/utility.h
index b841373..ee39a25 100644
--- a/src/utility.h
+++ b/src/utility.h
@@ -3,7 +3,7 @@
#include <string>
-namespace xalanc_1_11 { };
+namespace xalanc_1_11 { }
namespace xalan = xalanc_1_11;
namespace InputXSLT {