Ticket #811 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

topology: xlink syntax errors

Reported by: aperi2007 Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: topology Version: trunk
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

Changed 2 years ago by strk

  • status changed from new to closed
  • resolution set to fixed

Fixed in r6740

Note: See TracTickets for help on using tickets.