:: Forum >>

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
Saturday, May 3, 2008
I have tried this, not work.

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


Shawn
Saturday, May 3, 2008
I gave another try. It seems AW.XML.Table have a problem with symbol '&'. '&amp' can't get displayed either.
Shawn
Sunday, May 4, 2008
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
Sunday, May 4, 2008

This topic is archived.


Back to support forum

Forum search