MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-52242.py

File recipe-52242.py

recipes/Python/52242_Controlling_XSLT_stylesheet/recipe-52242.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from xml.xslt.Processor import Processor
2from xml.xslt.StylesheetReader import StylesheetReader
3
4class StylesheetFromDict(StylesheetReader):

Callers

nothing calls this directly

Calls 2

StylesheetFromDictClass · 0.85
ProcessorClass · 0.50

Tested by

no test coverage detected