X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2FC%2B%2B%2Fgdome_xslt%2FGdomeSmartDOMXSLTStylesheet.cc;fp=helm%2FDEVEL%2Fgdome_xslt%2FC%2B%2B%2Fgdome_xslt%2FGdomeSmartDOMXSLTStylesheet.cc;h=9030c0db904f856060ff8769992b3c6150d032f7;hb=2f94240bc382ca43017f31b0852f1717fe18090b;hp=ab71b0468dc7956e0f00de33412855e93e1f2a9c;hpb=a933ca25f485ac27e662444c250b8773c73b2755;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..9030c0db9 100644 --- a/helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.cc +++ b/helm/DEVEL/gdome_xslt/C++/gdome_xslt/GdomeSmartDOMXSLTStylesheet.cc @@ -51,6 +51,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 {