| Home |
Ringing::XML::LibraryNAMERinging::XML::Library - access a remote XML method library SYNOPSISuse Ringing::XML::Library;
$library = new Ringing::XML::Library;
$methods = $library->query('name=Lincolnshire&fields=title|pn');
DESCRIPTIONThis module is for accessing the online method database at http://methods.ringing.org/. CONSTRUCTOR$library = new Ringing::XML::Library
('http://methods.ringing.org/cgi-bin/simple.pl');
The constructor initialises the database client. The one optional argument is the URL of the script used to query the database; if unspecified, the default is the one shown here. QUERYING THE DATABASE$methods = $library->query($query_string); The For information on the format of the query string, see http://methods.ringing.org/query.html. SEE ALSORinging::XML::Methods, Ringing::XML::Method AUTHORMartin Bright <martin@boojum.org.uk> COPYRIGHT AND LICENCECopyright (C) 2004 Martin Bright This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |
Comments to the Webmaster. Last updated 17 November 2004. This site is generously hosted by Mythic Beasts.