isisun photos
Categories
Charts
Visitors
Tag Archives: XML
Special Characters in XML Strings
There are some special characters which often occur in XML strings.Those characters should be replaced with other group of characters in order to become a valid XML string.I always forget some of them so it’s high time to put them down.
Entity
Displays As
Character Value
&
& amp;
& #38;#38;
<
& lt;
& #38;#60;
>
& gt;
& [...]
View Xml in webbrowser control
I have to embend webbrowser control into my application, so that I can show pieces of Xml code more nicely.I found two ways of doing this.The first and easiest was just to save the xml code in temporary xml file and navigate the webbrowser to it :
// save xml file and load it in XmlWebBrowser
XmlTextWriter [...]

EXSLT