Parsed character data(PCDATA) is text node or entity string in XML which is evaluated by the XML processor.
Questions tagged [pcdata]
20 questions
0
votes
1 answer
XML-element with content #PCDATA or list of elements
I like to define a DTD with an element like following:
[more elements...]
OR it could be:
Some text
My element definition looks like that:

Kai
- 1,277
- 2
- 15
- 25
0
votes
1 answer
DTD Element: Alternative between text and element
I want to define a dtd for my xml document.
In this dtd, I have an element called
p
. p can contain either #PCDATA or another element (img). How can i declare this? I tried this:
But that doesn't…

Dominik
- 101
- 12
0
votes
0 answers
Importing graphml file into R igraph causes PCDATA invalid char value error
For my master thesis I have to do some network analysis. At first I use Java to restructure my tweet data to an edge list with edge and vertex attributes.
After importing the csv file created by Java into R I create the vertices data frame out of…

herrschedel
- 1
- 4
0
votes
1 answer
CDATA inside PCDATA
I read this text and didn't ubderstand it:
PCDATA means parsed character data, so in this case the declared element is allowed to have character data inside of it now ,you might be wondering if there is a way to define an element that has a CDATA…
user3746280
0
votes
1 answer
Why did XHTML have PCDATA inside script and style tags?
First off, let me say that I know that XHTML isn't really a thing anymore. However, this question is in fact about the web's history. Or rather, how this particular thing managed to become a part of its history.
I had answered this question and…

Jasper
- 11,590
- 6
- 38
- 55