underline + tspan tag

 Hello,
 I am trying to underline text in a tspan tag, but facing a problem. 
 This is my code.
 <text>
 <tspan x='0' y='30.156'>
 <tspan style="font-family:Helvetica;text-decoration:underline;font-
 size:42;"> business logic</tspan>
 </tspan>
 </text>
 As shown, there is a nested tspan tag and the underline style is 
not getting applied. It works fine if I specify underline in the parent 
 tspan tag.Why is it so happening? This code is a truncated version 
 generated by a tool.
 Thanx,
 Shankar.

Received on Tuesday, 3 June 2003 05:30:23 UTC