1748267 Members
3785 Online
108760 Solutions
New Discussion юеВ

Re: XML RPC parser

 
Anand_30
Regular Advisor

XML RPC parser

Hi,

I need to write a XML RPC parser in PERL. I have not done it before.

Can anyone please guide me on this.

I need information like:

1. Is there any PERL library which needs to be downloaded for this purpose.

2. Are there any XML RPC parser already available which I can modify to suit my requirement.

I can think about the above 2 questions at this moment. But please let me know of anything which I would need.

Thanks,
Anand

2 REPLIES 2
Rodney Hills
Honored Contributor

Re: XML RPC parser

Do a search at www.cpan.org.

HTH

-- Rod Hills
There be dragons...
Ganesha Sridhara
Honored Contributor

Re: XML RPC parser

Using PPM you can search Perl module and can be installed in you machine.

Installing Perl Module through PPM

See Also
http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/

go to command prompt

(On Linux to get PPM prompt execute > perl -MCPAN -e shell )

1. set HTTP_proxy=http:

2. ppm

in ppm prompt say:
search xml rpc parser

after getting modue then type
install



3. Add the repository name

repository add oi http://www.roth.net/perl/packages/

4. Install PPD directly

install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd

install http://cpan.org/authors/id/S/SO/SOMMAR/mssql-1.008.zip



PPM FAQ

http://aspn.activestate.com/ASPN/docs/ActivePerl/faq/ActivePerl-faq2.html#search


Regards
Ganesha Sridhara