Scroll to navigation

SRU::Utils::XMLTest(3pm) User Contributed Perl Documentation SRU::Utils::XMLTest(3pm)

NAME

SRU::Utils::XMLTest - 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.
2009-11-20 perl v5.12.4