Opened 13 years ago
Closed 12 years ago
#65 closed defect (wontfix)
parseXml ignores first level text children
Reported by: | ff | Owned by: | ralphm |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | generic | Keywords: | |
Cc: |
Description
parseXml dumps first level text children, as in the following example:
print parseXml("<a>b</a>").toXml() <a/>
Change History (1)
comment:1 Changed 12 years ago by ralphm
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
twisted.words.xish.domish.elementStream (for both parsers) doesn't expose these nodes, currently. As such there's no obvious way to fix this right now, and I'm not particularly sure about its usefulness.