[postgis-devel] [PostGIS] #2092: libxml2.8.0 namespace prefix issue
PostGIS
trac at osgeo.org
Sun Nov 11 16:25:57 PST 2012
#2092: libxml2.8.0 namespace prefix issue
----------------------+-----------------------------------------------------
Reporter: colivier | Owner: colivier
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.2
Component: postgis | Version: 2.0.x
Keywords: |
----------------------+-----------------------------------------------------
Comment(by pramsey):
Using this instead of xmlParseMemory seems to get us back to the old
behavior
{{{
xmldoc = xmlReadMemory(xml, xml_size, "noname.xml", NULL, XML_PARSE_SAX1);
}}}
Couldn't find anyway to get the SAX2 parser to do what we wanted.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2092#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list