X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2FC%2B%2B%2Fgdome_xslt%2FGdomeSmartDOMXSLTStylesheet.cc;h=330f8724e15e1c6b861dd3104a1c406b0d934061;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=2bc2ce76f120d222922742676b0298532ed5d157;hpb=e88c76edd1af32fc8108a120801a458e69d90c35;p=helm.git diff --git a/helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.cc b/helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.cc index 2bc2ce76f..330f8724e 100644 --- a/helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.cc +++ b/helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.cc @@ -23,13 +23,14 @@ #include "config.h" #include +#include #include #include #include "GdomeSmartDOMXSLTStylesheet.hh" -namespace GdomeSmartDOM { +namespace GdomeSmartDOMExt { XSLTStylesheet::XSLTStylesheet(const Document& doc) { @@ -51,6 +52,13 @@ namespace GdomeSmartDOM { } } + Document + XSLTStylesheet::apply(const Document& source) const + { + std::vector< std::pair > noParams; + return apply(source, noParams); + } + Document XSLTStylesheet::apply(const Document& source, const std::vector< std::pair >& params) const {