That is very similar to what I have already done.. the question is if we could intermingle vm macros and xsl in .vm file. such as in Example.vm
<xsl:stylesheet ....> .... ... <xsl:template match="/"> #myInputBox(....) </xsl:template> </xsl:stylesheet>
I don't know about macros but I do access other turbine properties from within my XSL file.
eg. user interface properties.
<xsl:template match="/">
...
<tr>
<th bgcolor="$ui.formLabelColor">Product Name</th>
<td bgcolor="$ui.formFieldColor"><xsl:value-of
select="//my_attribute"/>I can't remember if I tried macros or not.
Jason
-- Jason Baragry Software Development Research Norwegian Computing Center. www.nr.no/~jason
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
