fscked schrieb:
> How do I go about creating the XML prologue like I want it to be?
print " % (version, encoding)
Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list
fscked wrote:
> How do I go about creating the XML prologue like I want it to be?
> Specifically, I am trying to add encoding and some namespace stuff.
The XML declaration and the DTD that may appear in the prolog are
optional.
[22]prolog ::= XMLDecl? Misc* (doctypedecl Misc*)?
[23]XMLD
How do I go about creating the XML prologue like I want it to be?
Specifically, I am trying to add encoding and some namespace stuff.
--
http://mail.python.org/mailman/listinfo/python-list