Ticket #811 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
