xsl-list
[Top] [All Lists]

Re: [xsl] SSI echo as an attribute value

2006-09-14 06:29:13

  <a>
  <xsl:attribute 
  
name="href"><xsl:text>&start-comment;</xsl:text>fff<xsl:text>&end-comment;</xsl:text></xsl:attribute>
  </a>
  This doesn't work. 

It should work I think, although I'd write it as

 <a href="&start-comment;fff&end-comment;"/>

Did you specify the character map in xsl:output?

David

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--