[postgis-devel] [PostGIS] #963: Stop downloading DTDs

PostGIS trac at osgeo.org
Wed May 18 13:01:29 PDT 2011


#963: Stop downloading DTDs
------------------------+---------------------------------------------------
 Reporter:  robe        |       Owner:  chodgson     
     Type:  defect      |      Status:  new          
 Priority:  medium      |   Milestone:  PostGIS 2.0.0
Component:  management  |     Version:  trunk        
 Keywords:              |  
------------------------+---------------------------------------------------
 I don't know what's going on but I can only guess that the DTDs are being
 downloaded each time the docs build and worst yet something is really
 screwed up in w3c mathml.

 We are getting errors that don't make sense.  I get the same errors on my
 local xsltproc calls too and I tried doing:

 {{{
 xsltproc --novalid --nonet
 }}}

 and it still seems to try to validate thought the --nonet causes it to
 throw a:


 {{{
 http://www.w3.org/Math/DTD/mathml2/mathml2.dtd:2096: warning: failed to
 load external entity
 "http://www.w3.org/Math/DTD/mathml2/iso8879/isobox.ent"
 %ent-isobox;
 }}}

 Does anyone know a way to have it just ignore the DTDs so the build passes
 and is not subject to the whims of the net and w3c?

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/963>
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