HI all: 

Does anyone know if there is a module out there that
can parse specific xml tags from an xml file:

for example: 

<talk>
  <place> ca </place>
  <date> march </date>
</talk>

<talk>
  <place> ny </place>
  <date> jan </date>
</talk>

: and have the parser give me all info embeded in
<place>?

Thanks in advance!

Alex :)



__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to