Contact Form

Name

Email *

Message *

Cari Blog Ini

Cdata Vs Pcdata

WEB CDATA

Tags inside the text will not be treated as markup and entities will not be expanded.

WEB CDATA PCDATA or difference between CDATA and PCDATA for beginners and professional with xml schema cdata vs pcdata xml validator xml formatter.

XML parsers are used to parse all the text in an XML document PCDATA stands for Parsed Character data. WEB In XML DTDs - When defining an element we use PCDATA to say that this element can contain any parseable text.

For example, if we have the following element:

``` John Doe ```

The parser will treat the text "John Doe" as a single piece of data, and will not try to parse it as XML markup.


Comments