Connecting Tech Pros Worldwide Help | Site Map

CheckCharacters property of the XmlReaderSettings class

Newbie
 
Join Date: Nov 2008
Posts: 1
#1: Nov 18 '08
Hi All.

The documentation states "Setting CheckCharacters to false turns off character checking for character entity references."

I seem to be missing the point on this.
Please can someone provide a short xml document that would demonstrate this, so I can see the difference when changing the property from True to False.

Many thanks,

Tony Hallett
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,629
#2: Nov 18 '08

re: CheckCharacters property of the XmlReaderSettings class


use whatever xml is at hand (you might need a corresponding DTD too). CheckCharacters seems to be a setting of Java XmlReader (I think).

regards
Reply