xsl variable auto complete - improvement suggestion
Posted: Mon May 11, 2009 5:45 pm
Hello,
I just got back into xslt after a lengthy break. Here is a suggestion that may save some time (in my case a few hours of debugging) - especially when one starts xslt from scratch:
Change the xsl:var auto-complete from:
<xsl:variable name=""></xsl:variable>
to
<xsl:variable name="" select="">
The second one is used - I would say in over 80% cases - based on my experience.
- Can I do it myself by changing some oxygen template?
Thanks,
Radu.
I just got back into xslt after a lengthy break. Here is a suggestion that may save some time (in my case a few hours of debugging) - especially when one starts xslt from scratch:
Change the xsl:var auto-complete from:
<xsl:variable name=""></xsl:variable>
to
<xsl:variable name="" select="">
The second one is used - I would say in over 80% cases - based on my experience.
- Can I do it myself by changing some oxygen template?
Thanks,
Radu.