Message112442
pulldom.SAX2DOM raises a TypeError if it encounters a processing instruction before the root element of an XML document.
It is valid to have a processing instruction before the root node of a document (and SAX2DOM's superclass, PullDOM supports this), so this behaviour is invalid.
I've encountered this bug while writing unit tests for pulldom (#9373), so I've added this as an @expectedFailure, to be submitted as a patch for that ticket. |
|
Date |
User |
Action |
Args |
2010-08-02 10:49:18 | mark.smith | set | recipients:
+ mark.smith |
2010-08-02 10:49:18 | mark.smith | set | messageid: <1280746158.2.0.563581992561.issue9453@psf.upfronthosting.co.za> |
2010-08-02 10:49:16 | mark.smith | link | issue9453 messages |
2010-08-02 10:49:15 | mark.smith | create | |
|