Provided by: libsru-perl_1.01-3_all bug

NAME

       SRU::Utils::XMLTest - XML testing utility functions

SYNOPSIS

           use SRU::Utils::XMLText;
           ok( wellFormedXML($xml), '$xml is well formed' );

DESCRIPTION

       This is a set of utility functions for use with testing XML data.

METHODS

   wellFormedXML( $xml )
       Checks if $xml is welformed.

COPYRIGHT AND LICENSE

       This software is copyright (c) 2013 by Ed Summers.

       This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
       programming language system itself.

perl v5.34.0                                       2022-06-17                           SRU::Utils::XMLTest(3pm)