Special character processing in MyBatis XML

Source: Internet
Author: User
Tags cdata

Source: http://yaobenzhang.blog.163.com/blog/static/214395113201561523017861/


1,cdata Area:

It's all called character data, to "<![ Cdata[ "begins with the" ]]>"end, embedding the raw data between the two that does not want to be parsed by the parser, the parser does not parse the content in the CDATA area, but instead gives the data to the downstream process.


2, special characters:

In XML: <= is less than or equal, >= is greater than or equal to the markup that you want to add: <![ cdata[]]> XML has a & symbol that requires

<! [cdata[&]]> This means &

<= is less than or equal to: <! [Cdata[<=]]>

>= is greater than or equal to: <! [Cdata[>=]]>


3, some special characters can also be replaced by the following substitution symbol.

Special character substitution symbol

& &amp;

< &lt;

> &gt;

"&quot;

' &apos;

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.