Closed Son-HNguyen closed 1 year ago
The href attributes should have a prefix # in their value.
href
#
Example:
Currently:
<tran:successor xlink:href="id1"/> <tran:predecessor xlink:href="id2"/>
Should be:
<tran:successor xlink:href="#id1"/> <tran:predecessor xlink:href="#id2"/>
Thanks for reporting! Was fixed by https://github.com/tum-gis/rtron/commit/4e2f2b121fe83ce907bc4fb21f930a9b3a7e3569.
The
href
attributes should have a prefix#
in their value.Example:
Currently:
Should be: