K
Kenneth Porter
Can anyone direct me to some examples that show XML::SAX in action?
I have a game server that generates event logs in XML and I'd like to both
import these to MySQL and generate some statistics from them. This seems a
good excuse to get familiar with both SAX2 and more advanced Perl but I
can't seem to find either tutorials or examples online that show how to get
started. The examples I've found all use XML:arser which appears to be
SAX1 and the XML websites all advise that new code should use SAX2.
I have a game server that generates event logs in XML and I'd like to both
import these to MySQL and generate some statistics from them. This seems a
good excuse to get familiar with both SAX2 and more advanced Perl but I
can't seem to find either tutorials or examples online that show how to get
started. The examples I've found all use XML:arser which appears to be
SAX1 and the XML websites all advise that new code should use SAX2.