Go to the source code of this file.
Namespaces | |
namespace | xslt |
Functions | |
def | xslt::quote |
Variables | |
string | xslt::usage = "Usage: %s xmlfile.xml xslfile.xsl [outputfile] [param1=val [param2=val]...]" |
xslt::xmlfile = None | |
xslt::xslfile = None | |
string | xslt::outfile = "-" |
dictionary | xslt::params = {} |
tuple | xslt::styledoc = libxml2.parseFile(xslfile) |
tuple | xslt::style = libxslt.parseStylesheetDoc(styledoc) |
tuple | xslt::doc = libxml2.parseFile(xmlfile) |
tuple | xslt::result = style.applyStylesheet(doc, params) |