[XML-SIG] Question About PCDATA Content

Lars Marius Garshol larsga@garshol.priv.no
27 Apr 2001 17:50:29 +0200


* W. Eliot Kimber
|
| I have a question which may be a basic XML question, but I think is an
| implementation question:
| 
| I have this data in my document:
| 
| <name>myname</name>
| 
| However, the text node that is the first child of the Element node
| constructed from the name element returns 
| 
| '
| myname'

This is a bug. There's nothing in XML that allows this to happen.
 
--Lars M.