Functions | |
| def | quote |
Variables | |
| string | usage = "Usage: %s xmlfile.xml xslfile.xsl [outputfile] [param1=val [param2=val]...]" |
| xmlfile = None | |
| xslfile = None | |
| string | outfile = "-" |
| dictionary | params = {} |
| tuple | styledoc = libxml2.parseFile(xslfile) |
| tuple | style = libxslt.parseStylesheetDoc(styledoc) |
| tuple | doc = libxml2.parseFile(xmlfile) |
| tuple | result = style.applyStylesheet(doc, params) |
| string xslt::outfile = "-" |
| dictionary xslt::params = {} |
| tuple xslt::result = style.applyStylesheet(doc, params) |
| tuple xslt::style = libxslt.parseStylesheetDoc(styledoc) |
| tuple xslt::styledoc = libxml2.parseFile(xslfile) |
| string xslt::usage = "Usage: %s xmlfile.xml xslfile.xsl [outputfile] [param1=val [param2=val]...]" |
| list xslt::xmlfile = None |
| list xslt::xslfile = None |
1.6.3