Problems with ElementTree and ProcessingInstruction
Kent Tenney
ktenney at gmail.com
Sun Jan 28 09:28:00 EST 2007
More information about the Python-list mailing list
Sun Jan 28 09:28:00 EST 2007
- Previous message (by thread): Problems with ElementTree and ProcessingInstruction
- Next message (by thread): Problems with ElementTree and ProcessingInstruction
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Howdy, I want to generate the following file; <?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet mystyle?> <leo_file>stuff</leo_file> How should I be doing this? As far as I can tell, ElementTree() requires everything to be inside the root element (leo_file) Thanks, Kent
- Previous message (by thread): Problems with ElementTree and ProcessingInstruction
- Next message (by thread): Problems with ElementTree and ProcessingInstruction
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list