[tDOM] Writing parsed xml document back to a file
- From: Daniel Kirsch <Iwillnotread_daniel@xxxxxx>
- Date: Tue, 29 Jul 2008 16:44:50 +0200
I want to write a parsed XML document back to a file.
I have:
set courseFile [tDOM::xmlOpenFile $fileName];
dom parse -channel $courseFile courseDoc;
When using
$courseDoc asXML
all header information including the encoding definition are missing.
Is there something similar to tDOM::xmlOpenFile for saving a file?
And is there some documentation about tDOM::xmlOpenFile?
Thanks
Daniel
.
- Follow-Ups:
- Re: [tDOM] Writing parsed xml document back to a file
- From: Neil Madden
- Re: [tDOM] Writing parsed xml document back to a file
- From: Helmut Giese
- Re: [tDOM] Writing parsed xml document back to a file
- Prev by Date: Making tktreectrl `just big enough'
- Next by Date: Re: XOTcl slots
- Previous by thread: Making tktreectrl `just big enough'
- Next by thread: Re: [tDOM] Writing parsed xml document back to a file
- Index(es):
Relevant Pages
|