* htmlErrMemory: * @ctxt: an HTML parser context * @extra: extra information * * Handle a redefinition of attribute error */
| 58 | * Handle a redefinition of attribute error |
| 59 | */ |
| 60 | static void |
| 61 | htmlErrMemory(xmlParserCtxtPtr ctxt) |
| 62 | { |
| 63 | xmlCtxtErrMemory(ctxt); |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | * htmlParseErr: |
no test coverage detected