Cdata section for getting started with xml operations in php

Source: Internet
Author: User
Tags getting started with php
This article mainly introduces the cdata section for getting started with php xml operations, and analyzes the functions and usage of CDATA, for more information about how to get started with xml in php, see the example below. 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 />Content &amp; * &amp; $ # ^ @ * (#) $ # * % #<br />]&gt; </info> <br> </student> <br> <student> <br> <name> Zhou Yu </name> <br> <sex> Male </sex> <br>26 <br> </student> <br> </class></p> <br> <strong>Knowledge points:</strong> <p></p> <p>(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 &amp;, &lt;.<br />(2) cdata section uses<![CDATA[ 开始,以 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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.