HI,
In Libxml is it possible to do DTD Validation by disabling the following flags
LIBXML_REGEXP_ENABLED
LIBXML_AUTOMATA_ENABLED
and enabling LIBXML_VALID_ENABLED flag.
Is is possible to parse and validate the XML Document with out the Regular _expression_ and Automata support.Will Libxml support all features of DTD Validation with out these modules.
Please let me know whether Regular _expression_ and Automata modules are required for DTD Validation or these are Optional, because after disabling these flags also Libxml is validating the XML documents(i tried few examples).
Thanks & Regards,
Satish