|
NAMESRU::Utils::XMLTest - XML testing utility functions SYNOPSIS use SRU::Utils::XMLText;
ok( wellFormedXML($xml), '$xml is well formed' );
DESCRIPTIONThis is a set of utility functions for use with testing XML data. METHODSwellFormedXML( $xml )Checks if $xml is welformed. COPYRIGHT AND LICENSEThis 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.
|