Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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