Brian Cassidy > SRU-1.00 > SRU::Utils::XMLTest

Download:
SRU-1.00.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Source  

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.

syntax highlighting: