[postgis-devel] [PostGIS] #811: topology: xlink syntax errors
PostGIS
trac at osgeo.org
Wed Jan 26 13:30:32 PST 2011
#811: topology: xlink syntax errors
-----------------------+----------------------------------------------------
Reporter: aperi2007 | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
-----------------------+----------------------------------------------------
Hi,
try-ing to use the AsGML with visited table
the actul sintax is like this:
<rt:directedNode xlink:xref="N3" />
there two sintax errors:
xlink:href instead of xlink:xref
and
the link must have an anchor(#) so the right sintax is:
<rt:directedNode xlink:href="#N3" />
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/811>
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