in reply to Re^3: XML log file to readable format conversion
in thread XML log file to readable format conversion
As it is a log file, it most likely doesn't contain a single root tag (which is something the committeee decided to require). Instead of the file, you thus have to parse an XML document like this:
<!DOCTYPE doc [<!ENTITY real_doc SYSTEM "$the_file_name">]><doc>&real_ +doc;</doc>
Jenda
Enoch was right!
Enjoy the last years of Rome.
|
|---|