v8.2: auto-complete for xsl-variables
Posted: Wed Jul 18, 2007 3:09 pm
Hi!
I am a newbie to Oxygen. I am wondering why auto-completion for xsl-variables is not working inside fo-Elements, e.g.:
<fo:table width="{$variable}">
But in the following example auto-completion is working:
<xsl:value-of select="$variable"/>
Is there any way to make it work?
Thanks in advance,
Franz
I am a newbie to Oxygen. I am wondering why auto-completion for xsl-variables is not working inside fo-Elements, e.g.:
<fo:table width="{$variable}">
But in the following example auto-completion is working:
<xsl:value-of select="$variable"/>
Is there any way to make it work?
Thanks in advance,
Franz