Re: XLM prolgoue

2007-01-17 Thread Martin v. Löwis
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

Re: XLM prolgoue

2007-01-17 Thread Sébastien Boisgérault
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

XLM prolgoue

2007-01-17 Thread fscked
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