03.01.2015 Views

C# 5.0 Programmer's Reference

Visual Studio 2013 C# 5.0 Programmer's Reference

Visual Studio 2013 C# 5.0 Programmer's Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

VXML<br />

This appendix summarizes useful XML topics and techniques.<br />

Special Characters<br />

The following table lists five special characters defined for use in XML files.<br />

Character<br />

Code<br />

< &lt;<br />

> &gt;<br />

&<br />

'<br />

&amp;<br />

&apos;<br />

" &quot;<br />

You can also include special characters inside CDATA sections. A CDATA section begins with<br />

. The<br />

CDATA can include carriage returns, ampersands, quotes, and other special characters.<br />

Writing XML Data<br />

The .NET Framework provides two main ways to write XML data: the XmlWriter class and<br />

the XML Document Object Model. The following two sections describe these approaches.<br />

www.it-ebooks.info

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!