I have a fairly simple question. Is it possible to parse a doctype via the xml reader (as in get all the values from it).
If my doctype is:
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">Any "getAttribute" method doesn't work, readString, readInnerXml, nothing try seems to work.
Any thoughts? Is this even possible?
Thanks a million,
Aaj