Opened 13 years ago

Closed 13 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" />

Change History (1)

comment:1 by strk, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in r6740

Note: See TracTickets for help on using tickets.