SRU::Utils::XMLTest - XML testing utility functions
Contents
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)
Description
This is a set of utility functions for use with testing XML data.
Methods
wellFormedXML($xml)
Checks if $xml is welformed.
Name
SRU::Utils::XMLTest - XML testing utility functions
Synopsis
use SRU::Utils::XMLText;
ok( wellFormedXML($xml), '$xml is well formed' );
