Searched defs:xslt (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/
H A Dsystem.cpp37 #include "implementation/xslt.h"
467 } else if (!strcmp(element_name, INKSCAPE_EXTENSION_NS "xslt")) {
487 Implementation::XSLT *xslt = new Implementation::XSLT(); local
488 imp = static_cast<Implementation::Implementation *>(xslt);

Completed in 21 milliseconds