]> git.sesse.net Git - xml-template/blob - python/passthru.py
In php5-swig, take in std::string as filename parameter now that we have the right...
[xml-template] / python / passthru.py
1 #! /usr/bin/python
2 import xmltemplate
3
4 doc = xmltemplate.process_file("../xml/passthru.xml", {})
5 print doc.toxml()