We want to provide a simple mechanism for linking between feature descriptions and associated static documents and other features on the map. The idea is that you can do this in TEI:
Next door to the <ref target="hol:feature05">Bookstore</ref>...
and at runtime this will be converted into a call to:
holLayer.showFeatureById('feature05');
which will then select that feature in the normal way. This is high-priority because required by our pilot project. Reference integrity will be checked at build time by the XSLT.
We want to provide a simple mechanism for linking between feature descriptions and associated static documents and other features on the map. The idea is that you can do this in TEI:
and at runtime this will be converted into a call to:
which will then select that feature in the normal way. This is high-priority because required by our pilot project. Reference integrity will be checked at build time by the XSLT.