Page 1 of 1

How can I spell out ticker symbols such as CSCO or MSFT in p

Posted: Fri Jun 13, 2003 2:14 pm
by support
You can spell out any arbitrary string of text by wrapping a
<say-as type="acronym"> tag around it. E.g.

Code: Select all

<form id="sayas_test">
  <block>
    <prompt>
      <say-as type="acronym">MSFT</say-as> is currently trading at 
      <say-as type="currency">$25.03</say-as>. 
      <say-as type="acronym">CSCO</say-as> is currently trading at 
      <say-as type="currency">$17.84</say-as>. 
    </prompt>
  </block>
</form>
Note that <say-as> tags can only be used inside a <prompt>