Cdata and phpxmlcdata sections for getting started with php xml operations. Php cdata section for getting started with xml operations, phpxmlcdata section this article describes the cdata section for getting started with xml operations in php. Share it with you for your reference. The specific analysis is as follows: Copy the code php to get started with xml cdata section, phpxmlcdata section
This example describes the cdata section for getting started with php xml operations. Share it with you for your reference. The specific analysis is as follows:
The code is as follows:
<? Xml version = "1.0" encoding = "UTF-8" standalone = "yes"?>
Xiaoqiao
Female
23
<br /> 内容部分&*&$#^@*(#))$#*%#<br />
Zhou Yu
Male
26
Knowledge points:
(1) the text in the xml document will be parsed by the xml parser, but the content in the cdata section will not be parsed. Therefore, cdata can contain some special characters, such &, <等。
(2) cdata section uses 开始,以 End.
PCDATA: PCDATA indicates the text to be parsed and defines constraints in the DTD.
I hope this article will help you with the XML programming for php operations.
Examples in this article describes the cdata section for getting started with php xml operations. Share it with you for your reference. The specific analysis is as follows: code...