Prakash,
the incorrect handling of <xsl:attribute> was a bug in version 0.35 of
Sablotron. It is fixed in the current version (0.36). You can get it
from
http://www.gingerall.com/charlie-bin/get/webGA/act/download.act
Regards,
Tom Kaiser
Prakash Iyer wrote:
>
> Hi all
>
> I am using Sablotron 0.35 on Linux. I find the following behavior
>
> ...
> <xsl:attribute name="HREF">
> <xsl:value-of select="TARGET" />
> </xsl:attribute>
> ...
>
> expands to
> <... HREF="">
>
> Note that the value of outside of this expands correctly. The README
> does not seem to say that the above is unimplemented. I am going over
> the code but any help would be greatly appreciated.
>
> Thank you
>
> Prakash