issue 2
(When create a namesapece without parameters, it doesn't open...) reported by wikicarlos
- What steps will reproduce the problem?
>>> a = xmlgen.xml.book()
>>> a.xml
'<book/>'
What is the expected output? What do you see instead?
'<book> <book/>'
What steps will reproduce the problem?
>>> a = xmlgen.xml.book()
>>> a.xml
'<book/>'
What is the expected output? What do you see instead?
'<book> <book/>'