OpenBSD.app - search packages

(Sun Dec 22 00:00:47 2024)

Info for: textproc/p5-XML-Filter-ExceptionLocator

Package Name Details Comment Description
p5-XML-Filter-ExceptionLocator-1.01p0 add line information to XML parse errors This module implements a SAX filter which adds line-numbers and column-numbers to errors generated by SAX handlers further down the pipeline. Written explicitly so that XML::Validator::Schema could blame the correct line of XML for validation failures. NOTE: This module requires a SAX parser which correctly supports the set_document_locator() call. At present there is just one, XML::SAX::ExpatXS. If you've got a number of XML::SAX parsers installed and you want to make sure XML::SAX::ExpatXS is used, do this: $XML::SAX::ParserPackage = 'XML::SAX::ExpatXS';