Forum OpenACS Development: Re: new templating model: ideas, questions

Collapse
Posted by Barry Books on
I think to put xsl inside an html tag you do this
<a><xsl:attribute name="href">
<xsl:value-of select="foo" /></xsl:attribute>
foo</a>