<?xml version="1.0" ?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
<example>
A new Employer has signed up!<br /><br />Account Name: ###USERNAME###<br />Email: ###EMAIL###<br />Full Name: ###NAME###<br />Company Name: ###COMPANY###<br />Location: ###CITY### ###STATE###, ###ZIP###
</example>
</note>
有用。但我想知道:<
and>
是 XML 中的特殊字符,所以为什么它不会抛出错误,因为我没有将下面的文本放入<![CDATA[...]]>
部分:A new Employer has signed up!<br /><br />... ###ZIP###