1<?xml version="1.0"?>
2<!DOCTYPE methoddef SYSTEM "rpc-method.dtd">
3<methoddef>
4<name>test.rpc.xml.method</name>
5<version>1.0</version>
6<hidden />
7<signature>string</signature>
8<help>Simple test method for RPC::XML::Method class</help>
9<code language="perl">sub test { $_[1]->{method_name} }</code>
10</methoddef>
11