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=ab71b0468dc7956e0f00de33412855e93e1f2a9c;hpb=3d86b8880cb167070cfb6b4a8d486d1beffe0100;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 ab71b0468..330f8724e 100644 --- a/helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.cc +++ b/helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.cc @@ -23,6 +23,7 @@ #include "config.h" #include +#include #include #include @@ -51,6 +52,13 @@ namespace GdomeSmartDOMExt { } } + 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 {