Opened 14 years ago
Closed 14 years ago
#811 closed defect (fixed)
topology: xlink syntax errors
Reported by: | aperi2007 | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
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" />
Note:
See TracTickets
for help on using tickets.
Fixed in r6740