3.2.0

QuestionF How to make AW.XML.Table table display '>' symbol

Hi there,
I got a AW.XML.Table and feed in an XML file .

The Table works fine until the XML content has a symbol '>';

<Alarms>
   <Alarm>
        <Serial>856</Serial>
        <Summary>NT_Log_Space_Low[(%_Usage[b]&gt[/b]=95 ) </Summary>

    </Alarm>
</Alarms>


I have replaced the '>' to '&gt' to avoid the XML syntax error, but the Table still can't display.

Any one know the right way for that ?

Great thx

Shawn
May 3,
I have tried this, not work.

<Alarms> 
   <Alarm> 
        <Serial>856</Serial> 
        <Summary>NT_Log_Space_Low[(%_Usage&gt=95 ) </Summary> 
    </Alarm> 
</Alarms>


Shawn
May 3,
I gave another try. It seems AW.XML.Table have a problem with symbol '&'. '&amp' can't get displayed either.
Shawn
May 4,
http://www.activewidgets.com/javascript.forum.17866.5/how-to-handle-special-characters.html
http://www.activewidgets.com/javascript.forum.20301.2/when-populating-xml-with-asp.html
May 4,

This topic is archived.

See also:


Back to support forum