v8.2: auto-complete for xsl-variables

Having trouble installing Oxygen? Got a bug to report? Post it all here.
fma001
Posts: 3
Joined: Mon Jul 09, 2007 9:40 am

v8.2: auto-complete for xsl-variables

Post 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
fma001
Posts: 3
Joined: Mon Jul 09, 2007 9:40 am

Post 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
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post 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
Post Reply