<?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>
它的工作。但我不知道:<
和>
是XML特殊字符,那麼爲什麼它劑量不會拋出一個錯誤,因爲我沒有把下面的文字到<![CDATA[...]]>
部分:A new Employer has signed up!<br /><br />... ###ZIP###
xml:問題與CDATA
a * textnode *
'。你的解析器可能只是理解。 –
也是一個標籤,那爲什麼要這樣呢?你只是得到這個:'
* textnode *