From: Petr C. <pci...@us...> - 2005-09-23 11:43:56
|
Update of /cvsroot/perl-xml/sax-perl-org In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24783 Modified Files: index.html perl-sax.css sax-2.1-adv.html sax-2.1-idx.html sax-2.1.html Log Message: Index: index.html =================================================================== RCS file: /cvsroot/perl-xml/sax-perl-org/index.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- index.html 4 May 2005 09:17:03 -0000 1.7 +++ index.html 23 Sep 2005 11:43:48 -0000 1.8 @@ -7,26 +7,42 @@ </head> <body> <div class="Header"> - <div class="Title">Perl SAX (Simple API for XML) Page</div> - This is the current Perl SAX page. The former official + <div class="Title">Perl SAX</div> + Simple Perl API for XML Processing + </div> + <div class="LeftBox"> + <div> + This is the official Perl SAX page. The former <a href="http://perl-xml.sourceforge.net/sax/">Perl SAX page</a> is no more - maintained for various reasons. - Perl SAX is a part of + maintained. Perl SAX is a part of the <a href="http://perl-xml.sourceforge.net/">Perl XML Project</a> - hosted by <a href="http://www.sourceforge.net/">Sourceforge</a>. + hosted by <a + href="http://www.sourceforge.net/">Sourceforge</a>. + Use the <i>per...@li...</i> mailing list to + discuss Perl SAX. </div> - <div class="LeftBox"> <div> + Perl SAX is a common parser interface for XML + parsers. It allows to write applications that use XML parsers, + but are independent of which parser is actually used. In + contrast with Java, Perl SAX is not fully defined by a code + distribution. The interface is described with the + <a href="sax-2.1-ref.html">specification</a>. However, there exists + <a href="http://www.cpan.org/modules/by-module/XML/XML-SAX-0.12.tar.gz">XML::SAX</a> package providing base classes, a fall-back + parser, etc. Make sure to employ this package when you are using + Perl SAX. + </div> + <div class="info"> <div class="SubTitle">Perl SAX 2.1</div> The current stable version is 2.1: <ul> - <li><a href="sax-2.1-ref.html"><b>Perl SAX 2.1 Reference</b></a> (an indexed view of the two following docs)</li> + <li><a href="sax-2.1-ref.html">Perl SAX 2.1 Reference</a> (an indexed view of the two following docs)</li> <li><a href="sax-2.1.html">Perl SAX 2.1 Binding</a></li> <li><a href="sax-2.1-adv.html">Perl SAX 2.1 Advanced</a></li> <li><a href="changes-2.1.html">Changes and Issues</a></li> <ul> </div> - <div> + <div class="info"> <div class="SubTitle">Perl SAX 2.0</div> The previous version of Perl SAX was 2.0. The 2.0 API is defined by the following documents: @@ -37,14 +53,14 @@ SAX 2.0 Advanced</a></li> </ul> </div> - <div> - <div class="SubTitle">Related Pages</div> - <ul> - <li><a href="http://www.saxproject.org/">Official SAX Page</a></li> - </ul> - </div> </div> <div class="RightBox"> + <div class="SubTitle">Related Pages</div> + + <div class="Article"> + <a href="http://www.saxproject.org/">Official (Java) SAX Page</a> + </div> + <div class="SubTitle">Recommended Reading</div> <div class="Article"> Index: perl-sax.css =================================================================== RCS file: /cvsroot/perl-xml/sax-perl-org/perl-sax.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- perl-sax.css 4 May 2005 09:17:03 -0000 1.2 +++ perl-sax.css 23 Sep 2005 11:43:48 -0000 1.3 @@ -1,21 +1,25 @@ -BODY { - font-size: 11pt; - color: #173c82; +body { + font-size: 80%; + color: #666666; + font-family: Verdana, Arial, Sans-Serif; } -DIV { - padding: 5px 5px 5px 20px; +div { + padding: 5px 5px 5px 10px; margin: 0px 0px 5px 0px; - border: 1px solid #173c82; + /*border: 1px solid #173c82;*/ } -UL { +ul { margin: 0px 0px 0px 0px; } +a { + color: #0066cc; +} + DIV.LeftBox, DIV.RightBox { padding: 0px 0px 0px 0px; - border: none; } DIV.LeftBox { @@ -23,6 +27,12 @@ width: 65%; } +div.info { + background-color: #bbffbb; + margin-top: 8px; + padding-bottom: 8px; +} + DIV.RightBox { padding-top: 5px; float: right; @@ -30,22 +40,27 @@ } DIV.Header { - background-color: #dce4ec; + background-color: #5a9dd4; + text-align: center; + padding: 5px 5px 10px 5px; + color: #ffffff; } DIV.Title { - font-size: 20pt; - padding: 0px 0px 5px 0px; - border: none; + font-size: 25pt; + font-weight: bold; + padding: 0px 0px 0px 0px; } DIV.SubTitle { - font-size: 14pt; + font-size: 12pt; + font-weight: bold; padding: 0px 0px 0px 0px; + margin: 10px 0px 1px 0px; border: none; } DIV.Article { - padding: 3px 5px 1px 5px; - border: none; + padding: 1px 0px 1px 5px; + margin: 2px 0px 3px 0px; } Index: sax-2.1-adv.html =================================================================== RCS file: /cvsroot/perl-xml/sax-perl-org/sax-2.1-adv.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- sax-2.1-adv.html 4 May 2005 09:17:03 -0000 1.8 +++ sax-2.1-adv.html 23 Sep 2005 11:43:48 -0000 1.9 @@ -630,7 +630,7 @@ <tr><td class="prop">Type</td> <td>A string representing the attribute type.</td></tr> <tr><td class="prop">Mode</td> -<td>A string representing the attribute mode ("<tt>#IMPLIED</tt>", +<td>A string representing the attribute defaulting mode ("<tt>#IMPLIED</tt>", "<tt>#REQUIRED</tt>", or "<tt>#FIXED</tt>") or undef if none of these applies.</td></tr> <tr><td class="prop">Value</td> Index: sax-2.1-idx.html =================================================================== RCS file: /cvsroot/perl-xml/sax-perl-org/sax-2.1-idx.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- sax-2.1-idx.html 4 May 2005 09:17:03 -0000 1.9 +++ sax-2.1-idx.html 23 Sep 2005 11:43:48 -0000 1.10 @@ -20,7 +20,7 @@ <div class="box"> <div class="title">Perl SAX 2.1</div> <div class="right">[<a target="_top" href="http://perl-xml.sourceforge.net/perl-sax/">home</a>]</div> - <div class="subtitle">Revision: 2005-05-04</div> + <div class="subtitle">Revision: 2005-09-23</div> <div class="item"> <a href="sax-2.1.html" target="cnt">Introduction</a> </div> Index: sax-2.1.html =================================================================== RCS file: /cvsroot/perl-xml/sax-perl-org/sax-2.1.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- sax-2.1.html 15 Mar 2005 16:11:44 -0000 1.7 +++ sax-2.1.html 23 Sep 2005 11:43:48 -0000 1.8 @@ -7,8 +7,8 @@ <h1>Perl SAX 2.1 Binding</h1> -<p>SAX (Simple API for XML) is a common parser interface for XML -parsers. It allows application writers to write applications that use +<p>Perl SAX (Simple API for XML) is a common parser interface for XML +parsers. It allows application writers to write applications that use XML parsers, but are independent of which parser is actually used.</p> <p>This document describes the version of SAX used by Perl modules. |