SRU::Utils::XMLTest(3) 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.