Problems? Is your data what you think it is? | |
PerlMonks |
XML Parse, Spanish Elementsby senik148 (Beadle) |
on Feb 10, 2006 at 19:23 UTC ( [id://529442]=perlquestion: print w/replies, xml ) | Need Help?? |
senik148 has asked for the wisdom of the Perl Monks concerning the following question:
Hello, im having problems parsing this XML Document. I parsed some other documents before but i cannot parse this one correctly. I want to pull all the news at one run. forexample the feed containts 5 news(noticias). and also i want to pull the 5 foto(photo). the elemts are: pie and fotogrande only. pie= caption for photo fotogrande = photo a loop is no problem as long as i get this elements into some sort of scalar variable. this the current code i have:
here is the xml file: http://www.fremontvirtualoffice.com/rmmame-dep.xml i want to send them by SMTP using perl. i already have the smtp code working. at one run i want to parse all news. and one by one send them using Net::SMTP; I know my code is sloppy.. i just started working on this.. there is more than one way to do it! Thanx
Back to
Seekers of Perl Wisdom
|
|