Closed mlafferty closed 9 years ago
@jhowkins @dcorrigan
What do you think of allowing <gtref> to behave like <enref> and <fnref>? That way we could write this:
<gtref>
<enref>
<fnref>
<gtref idref="gt0001">first glossary term</gtref>
<gtref idref="gt0001">
</gtref>
instead of this:
<gtref><xref idref="gt0001">first glossary term</xref></gtref>
<gtref><xref idref="gt0001">
</xref></gtref>
@jhowkins @dcorrigan
What do you think of allowing
<gtref>
to behave like<enref>
and<fnref>
? That way we could write this:<gtref idref="gt0001">
first glossary term</gtref>
instead of this:
<gtref><xref idref="gt0001">
first glossary term</xref></gtref>