[ expat-Patches-426894 ] Expat XML Parser for PERL
noreply@sourceforge.net
noreply@sourceforge.net
Sat, 30 Jun 2001 21:06:41 -0700
Patches item #426894, was opened at 2001-05-24 02:03
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=310127&aid=426894&group_id=10127
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Bentot (bennyc)
Assigned to: Nobody/Anonymous (nobody)
Summary: Expat XML Parser for PERL
Initial Comment:
I'm very new in this area and I need to run a utility
in PERL that requires Expat XML Parser.
I have just installed ActivePERL yesterday and needed
to run N Walsh' dtdformat, but it required XML::DOM,
which required XML::Parser ver 2.30, which required
Expat XML Parser.
I already got Expat XML Parser but don't know how to
make it work with PERL. Ihope you can help me.
Thanks a lot!
Benny
----------------------------------------------------------------------
Comment By: Joe Willingham (starfishmedia)
Date: 2001-06-30 21:06
Message:
Logged In: YES
user_id=258284
I'm a newbie also so I'll try to lend a hand here. (No
guarantees:)
1) extracting the files (this will unzip and untar in one
step):
gzip -cd expat-1.95.1.tar.gz | tar xfv -
2) go to the expat directory just created by the extractor:
cd expat-1.95.1
3) ./configure
4) make
5) make install
Try it. I think you will succeed.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=310127&aid=426894&group_id=10127