Hi,

I'm not familiar with extension elements, but is the value of your message attribute correct? Shouldn't it be something like "{$testvar}" ?

Hope it helps...

Cheers,
Dennis
Hi All,

I think I may have found a big of a bug and was wondering if someone could comment. I'm creating my own custom extension element for logging (mainly as a way to learn more about extension elements). The code snippet in question looks something like this:

<xsl:template match="/">
   <xsl:variable name="testvar" select="'blah'"/>
   <myext:log logLevel="debug" message="${testvar}"/>
</xsl:template>




--
Dennis van der Laan

begin:vcard
fn:Dennis van der Laan
n:van der Laan;Dennis
org:Center for Information Technology;Application Development
email;internet:[EMAIL PROTECTED]
title:Software Engineer
tel;work:+31 50 363 9273
x-mozilla-html:FALSE
url:http://www.rug.nl/staff/d.g.van.der.laan
version:2.1
end:vcard

Reply via email to