MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlSchematronReportOutput

Function xmlSchematronReportOutput

ThirdParty/libxml2/vtklibxml2/schematron.c:1448–1454  ·  view source on GitHub ↗

* xmlSchematronReportOutput: * @ctxt: the validation context * @cur: the current node tested * @msg: the message output * * Output part of the report to whatever channel the user selected */

Source from the content-addressed store, hash-verified

1446 * Output part of the report to whatever channel the user selected
1447 */
1448static void
1449xmlSchematronReportOutput(xmlSchematronValidCtxtPtr ctxt ATTRIBUTE_UNUSED,
1450 xmlNodePtr cur ATTRIBUTE_UNUSED,
1451 const char *msg) {
1452 /* TODO */
1453 fprintf(stderr, "%s", msg);
1454}
1455
1456/**
1457 * xmlSchematronFormatReport:

Callers 2

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected