Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Can you please help to explain what is the difference between CDATA and PCDATA?
Home
XML
Can you please help to explain what is the difference between CDATA and PCDATA?
0
votes
asked
Sep 20, 2020
in
XML
by
Robindeniel
Can you please help to explain what is the difference between CDATA and PCDATA?
#cdata
#pcdata
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 20, 2020
by
SakshiSharma
CDATA means unparsed character data whereas PCDATA means parsed character data.
...