Hi all,
  I'm trying to parse an irregular xml file, and the
file is like the following:

11-09 17:17:10.526 <startup/> [LCL:1100038630]
11-09 17:17:13.230 <cvsr name="sotr"
current="2004-11-09" rated="2004-11-07" status="ABC"/>
[LCL:1100038633]
11-09 17:17:13.230 <cvsr name="tbbc"
current="2004-11-07" rated="2004-11-07" status="CDF"/>
[LCL:1100038633]
11-09 17:17:13.230 <cvsr name="HIG"
current="2004-11-07" rated="2004-11-07"
status="UPDATED"/> [LCL:1100038633]

For each line, there are timestamp on the begin and
end, and I want to extract the information such name,
curent, rated and ect from the xml elements. Can I use
any perl module or I have to parse by myself? many
thanks.           

-Tao


                
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to