[oXygen-user] feature request: go to definition
Lars Huttar
Wed Aug 17 11:09:27 CDT 2005
When editing XSLT stylesheets, it would often be convenient to be able
to jump automatically from
<xsl:call-template name="my-template">
to the place where the template is defined,
<xsl:template name="my-template">
More generally, this might also be used to jump from a $variable
reference to the <xsl:variable> or <xsl:param> definition, or from an
<xsl:import> element to the imported stylesheet.
This would make it easier to find your way around large, complex
stylesheets.
Lars
More information about the oXygen-user
mailing list