Hi,
I have all that I need for validation in xsd files but HTML entities can not be defined in xsd.
So when I validate an XHTML document which contains HTML entities (like ) I get validation errors like this one: Reference to undeclared entity 'nbsp'.
So I would like to don't use DTD but escape from that kind of validation errors also.
Is it possible?
Thank you.