
20 Jun
2005
20 Jun
'05
3:35 p.m.
Quoting "aaron@...749... " <aaron@...749...>:
Inkscape creates somthing like this for flowtext:
<flowRoot id="flowRoot1"> <flowRegion id="flowRegion2" /> <flowDiv xml:space="preserve" id="flowDiv3"> <flowPara id="flowPara4"> flowing text here </flowPara> </flowDiv> </flowRoot>
Notice the "xml:" prefix on space. This causes the PyXML parser to raise a NamespaceErr exception. If I remove the "xml:" it raises no exception.
Is the way we are doing this absolutely correct?
Yes. The PyXML parser is in error.
-mental