#140: stripped from element content --------------------------------+------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: rtomayko Type: defect | Status: closed Priority: normal | Milestone: 0.9.4 Component: maincode | Version: 0.8 Severity: normal | Resolution: fixed Keywords: | --------------------------------+------------------------------------------- Changes (by cito):
* status: new => closed * resolution: => fixed Comment: This has been fixed in r390. This ticket revealed the general problem that Python whitespace is more than XML whitespace. For instance, chr(12) and chr(160) are whitespace in Python, but not in XML. Kid uses now a special function for stripping whitespace from XML. -- Ticket URL: <http://www.kid-templating.org/trac/ticket/140> Kid <http://www.kid-templating.org/trac/> Kid is a simple Python-based templating language for XML vocabularies.