| 12021 | */ |
| 12022 | |
| 12023 | xmlDtdPtr |
| 12024 | xmlParseDTD(const xmlChar *ExternalID, const xmlChar *SystemID) { |
| 12025 | return(xmlSAXParseDTD(NULL, ExternalID, SystemID)); |
| 12026 | } |
| 12027 | #endif /* LIBXML_VALID_ENABLED */ |
| 12028 | |
| 12029 | /************************************************************************ |
no test coverage detected