Page 1 of 1

v8.2: auto-complete for xsl-variables

Posted: Wed Jul 18, 2007 3:09 pm
by fma001
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

Posted: Wed Jul 18, 2007 3:33 pm
by fma001
I found out that it just do not work when variables are not in the same file.

But is there any possibiliy in Oxygen to check included files as well for auto-complete variables?

Thanks,
Franz

Posted: Wed Jul 18, 2007 6:01 pm
by sorin_ristache
Hello,

A future version of oXygen will also check included and imported files for variable declarations but this is not implemented in the current version.


Regards,
Sorin