search for: parse_killmail

Displaying 1 result from an estimated 1 matches for "parse_killmail".

2006 Jun 28
0
How to parse incoming parameters from POST operation
...net/killmail2.txt I''m now trying to work out how to parse the emails to get the details I need. I have tables for everything the killmail contains (pilots, corps, alliances, systems etc) but I can''t see how to proceed with the parsing. My Helper class contains the method "parse_killmail" but I can''t seem to call that within the controller class anywhere. Should I opt for RegEx matching to the details or should I try and build some sort of XML reognition? If anyone has any pointers on what I should do to get started with this I''d be grateful! As this is...