]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.hh
ocaml 3.09 transition
[helm.git] / helm / DEVEL / gdome_xslt / C++ / gdome_xslt / GdomeSmartDOMXSLTStylesheet.hh
index 57cf55bfc94f810bf18ba753f56f8676056d438f..1757f39a39bfa8d1d7ce583fde98739dae3e915c 100644 (file)
@@ -30,7 +30,9 @@
 #include "gdome_xslt.h"
 #include <GdomeSmartDOM.hh>
 
-namespace GdomeSmartDOM {
+namespace GdomeSmartDOMExt {
+
+  using namespace GdomeSmartDOM;
 
   class XSLTStylesheet
   {
@@ -38,6 +40,7 @@ namespace GdomeSmartDOM {
     explicit XSLTStylesheet(const Document& doc);
     ~XSLTStylesheet();
 
+    Document apply(const Document& source) const;
     Document apply(const Document& source, const std::vector< std::pair<GdomeString, GdomeString> >& params) const;
     void     save(const Document& result, const std::string& filename) const;
     void     save(const Document& result, FILE* f) const;