logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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' );

See Also