1XML::Perl2SAX(3) User Contributed Perl Documentation XML::Perl2SAX(3)
2
3
4
6 XML::SAX2Perl -- translate Perl SAX methods to Java/CORBA style methods
7
9 use XML::Perl2SAX;
10
11 $perl2sax = XML::Perl2SAX(handler => $java_style_handler);
12
14 "XML::Perl2SAX" is a SAX filter that translates Perl style SAX methods
15 to Java/CORBA style method calls. This module performs the inverse
16 operation from "XML::SAX2Perl".
17
18 "Perl2SAX" is a Perl SAX document handler. The `"new"' method takes a
19 `"handler"' argument that is a Java/CORBA style handler that the new
20 Perl2SAX instance will call. The SAX interfaces are defined at
21 <http://www.megginson.com/SAX/>.
22
24 Ken MacLeod <ken@bitsko.slc.ut.us>
25
27 perl(1), XML::Perl2SAX(3).
28
29 Extensible Markup Language (XML) <http://www.w3c.org/XML/>
30 Simple API for XML (SAX) <http://www.megginson.com/SAX/>
31
32
33
34perl v5.16.3 2003-10-21 XML::Perl2SAX(3)