![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: xml.sax removing newlines from attribute value?
From: Fredrik Lundh <fredrik@pythonware.com>
Date: Thu Sep 29 2005 - 20:20:06 CEST
Grant Edwards wrote:
> I'm using xml.sax to parse the "datebook" xml file generated by
newlines as in chr(10) rather than 
 ?
if so, the only way is to avoid XML:
http://www.w3.org/TR/REC-xml/#AVNormalize
if the "yes, I know, but I have good reasons" approach is okay with you,
http://effbot.org/zone/sgmlop-index.htm
</F>
|