libxml-perl

 view release on metacpan or  search on metacpan

doc/index.html  view on Meta::CPAN


<font size="4" face="Helvetica,Arial"><B><A HREF="PerlSAX.html">PerlSAX</A></B></font><br>
This document defines a Perl binding to SAX 1.0.  PerlSAX-based parser
modules implement and possibly extend the interface described in
PerlSAX.<br><br>

<font size="4" face="Helvetica,Arial"><B><A HREF="UsingPerlSAX.html">Using PerlSAX</A></B></font><br>
UsingPerlSAX is a brief introduction to PerlSAX using the
XML::Parser::PerlSAX module.<br><br>

<font size="4" face="Helvetica,Arial"><B><A HREF="UsingPatActModules.html">Using PatAct Modules</A></B></font><br>
Describes how to use pattern/action modules to transform XML
instances.<br><br>

<font size="4" face="Helvetica,Arial"><B><A HREF="CreatingPatActModules.html">Creating PatAct Modules</A></B></font><br>
A document for module writers who are writing new pattern/ action
modules.<br><br>

<font size="4" face="Helvetica,Arial"><B><A HREF="modules.xml">modules.xml</A></B></font><br>
modules.xml contains a listing of all Perl XML packages and their
public modules categorized by several topics.<br><br>

</TD>
      <TD VALIGN="TOP">
<!-- ******* NEWS ******* -->
<font size="5" face="Helvetica,Arial"><B>News</B></font><br>

<!-- **** Item **** -->
<FONT SIZE=4 face="Helvetica,Arial"><B><A
HREF="http://bitsko.slc.ut.us/libxml-perl/">libxml-perl-0.07</A></b></FONT><BR>

<font size=2>February 22, 2000</font><BR>

<TABLE>
<TR><TD VALIGN="TOP">-</TD><TD>doc/index.html: libxml-perl site index</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>doc/mirror.sh: creates a libxml-perl mirror site</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>Fixes:
<TABLE>
<TR><TD VALIGN="TOP">-</TD><TD>all modules: release script didn't
insert version numbers in Perl modules.  Reported by <a
href="mailto:enno@att.com">Enno Derksen</a></TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>doc/modules.xml: well-formedness errors.  Reported by <a href="mailto:dolphin@ce.cnu.ac.kr">KangChan Lee</a></TD></TR>
</TABLE>
</TD></TR>
</TABLE>
<BR>

<!-- **** Item **** -->
<FONT SIZE=4 face="Helvetica,Arial"><B><A
HREF="http://bitsko.slc.ut.us/libxml-perl/">libxml-perl-0.06</A></b></FONT><BR>

<font size=2>February 4, 2000</font><BR>

<TABLE>
<TR><TD VALIGN="TOP">-</TD><TD>all modules: add $VERSION.  Suggested
by <a href="mailto:kraehe@copyleft.de">Michael Koehne</a></TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>XML::Parser::PerlSAX: add
UseAttributeOrder option and AttributeOrder and Defaulted properties
to start_element() handler.  Suggested by <a
href="mailto:enno@att.com">Enno Derksen</a> </TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>XML::Parser::PerlSAX: add start_cdata,
end_cdata, and entity_reference events</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>XML::PatAct::Amsterdam: added Output
and AsString options, added support for replacing attributes</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>Data::Grove: add a
Data::Grove::Characters class to act as a default grove object for
containing characters.</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>Fixes:
<TABLE>
<TR><TD VALIGN="TOP">-</TD><TD>XML::PatAct::ToObjects: removed
leftover debugging statement</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>XML::ESISParser: report record end as
characters if no record_end() handler</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>XML::Parser::PerlSAX: For attribute
list declarations, now correctly calls the attlist_decl() method and
passes the ElementName property, it used to call entity_decl() passing
EntityName.  Reported by <a href="mailto:enno@att.com">Enno
Derksen</a> and <a href="mailto:colin@durbanet.co.za">Colin
Muller</a></TD></TR>
</TABLE>
</TD></TR>
</TABLE>
<BR>

<!-- **** Item **** -->
<FONT SIZE=4 face="Helvetica,Arial"><B><A
HREF="http://bitsko.slc.ut.us/libxml-perl/">libxml-perl-0.05</A></b></FONT><BR>

<font size=2>August 16, 1999</font><BR>

<TABLE>
<TR><TD VALIGN="TOP">-</TD><TD>Major update to PerlSAX specification
<TABLE>
<TR><TD VALIGN="TOP">-</TD><TD>Added an introduction</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>Added a ``Deviations from the Java version'' section</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>Re-added the `<tt>set_document_locator()</tt>' handler method</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>Added arguments to method synopses</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>Attributed most of the content to the SAX 1.0 JavaDoc</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>Minor typos</TD></TR>
</TABLE>
</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>XML::Handler::XMLWriter: a new PerlSAX handler for writing readable XML (in contrast to Canonical XML)</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>XML::Handler::Subs: a new PerlSAX handler base class for calling user-defined subs</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>XML::PatAct::ToObjects: add <tt>CopyAttributes</tt> option, add <tt>-grove-contents</tt> action</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>All PatAct modules can now take parameters as either a list of key, value pairs or a hash</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>Fixes:
<TABLE>
<TR><TD VALIGN="TOP">-</TD><TD>XML::ESISParser wasn't testing handlers for what methods they support</TD></TR>
<TR><TD VALIGN="TOP">-</TD><TD>XML::Parser::PerlSAX wasn't forwarding XML::Parser Element events</TD></TR>
</TABLE>
</TD></TR>
</TABLE>
<BR>

<!-- **** Item **** -->
<FONT SIZE=4 face="Helvetica,Arial"><B><A
HREF="http://bitsko.slc.ut.us/libxml-perl/">libxml-perl-0.04</A></b></FONT><BR>

<font size=2>August 11, 1999</font><BR>

<TABLE>
<TR><TD VALIGN="TOP">-</TD><TD>Added pattern/action modules for name matching, converting to objects, and applying simple styles -- XML::PatAct::MatchName, XML::PatAct::ToObjects, and XML::PatAct::Amsterdam.</TD></TR>



( run in 0.478 second using v1.01-cache-2.11-cpan-140bd7fdf52 )