| |
---|
| | Generate a link. |
---|
| | --> |
---|
| | <template match="link|assessment//link"> |
---|
| | <common formats="/latex/xelatex/"> |
---|
| | <!-- |
---|
| | TODO: Links in (Xe)LaTeX are ... complicated, due to the possible presence of line breaks (\\) embedded within the cell. For now we'll just ignore them. |
---|
| | --> |
---|
| | <xsl:apply-templates /> |
---|
| | </common> |
---|
| | <common formats="/html/xhtml/"> |
---|
| | <a href="{@href}"><xsl:apply-templates /></a> |
---|
| |
---|
|