From dlichteblau at common-lisp.net Wed Jan 4 23:51:23 2006 From: dlichteblau at common-lisp.net (David Lichteblau) Date: Thu, 5 Jan 2006 00:51:23 +0100 (CET) Subject: [cxml-cvs] CVS update: cxml/README.html Message-ID: <20060104235123.3FA338855E@common-lisp.net> Update of /project/cxml/cvsroot/cxml In directory common-lisp.net:/tmp/cvs-serv27730 Modified Files: README.html Log Message: release Date: Thu Jan 5 00:51:20 2006 Author: dlichteblau Index: cxml/README.html diff -u cxml/README.html:1.18 cxml/README.html:1.19 --- cxml/README.html:1.18 Fri Dec 30 17:08:24 2005 +++ cxml/README.html Thu Jan 5 00:51:18 2006 @@ -105,7 +105,7 @@

Recent Changes

-

rel-2005-xx-yy

+

rel-2006-01-05

+

Closure XML Parser

From dlichteblau at common-lisp.net Mon Jan 23 21:53:24 2006 From: dlichteblau at common-lisp.net (dlichteblau) Date: Mon, 23 Jan 2006 15:53:24 -0600 (CST) Subject: [cxml-cvs] CVS cxml/doc Message-ID: <20060123215324.88E0F1E20A@common-lisp.net> Update of /project/cxml/cvsroot/cxml/doc In directory common-lisp:/tmp/cvs-serv24521/doc Modified Files: cxml.css dom.html installation.html quickstart.html using.html xmls-compat.html Log Message: header --- /project/cxml/cvsroot/cxml/doc/cxml.css 2005/12/30 20:47:32 1.4 +++ /project/cxml/cvsroot/cxml/doc/cxml.css 2006/01/23 21:53:24 1.5 @@ -1,5 +1,26 @@ div.sidebar { float: right; + min-width: 15%; + padding: 0pt 5pt 5pt 5pt; + font-family: helvetica; +} + +div.sidebar-title { + font-weight: bold; + background-color: #9c0000; + border: solid #9c0000; + border-top-width: 1px; + border-bottom-width: 0px; + border-left-width: 4px; + border-right-width: 0px; + margin: 0em 2pt 1px 2em; +} + +div.sidebar-title a { + color: #ffffff; +} + +div.sidebar-main { background-color: #eeeeee; border: solid #9c0000; border-top-width: 0px; @@ -7,9 +28,8 @@ border-left-width: 4px; border-right-width: 0px; margin: 0em 2pt 1em 2em; - min-width: 15%; - padding: 0pt 5pt 5pt 5pt; - font-family: helvetica; + padding-top: 2px; + padding-left: 2px; } div.sidebar ul.main { --- /project/cxml/cvsroot/cxml/doc/dom.html 2005/12/30 16:08:25 1.7 +++ /project/cxml/cvsroot/cxml/doc/dom.html 2006/01/23 21:53:24 1.8 @@ -7,9 +7,10 @@

The DOM implementation

--- /project/cxml/cvsroot/cxml/doc/installation.html 2005/12/30 16:08:25 1.9 +++ /project/cxml/cvsroot/cxml/doc/installation.html 2006/01/23 21:53:24 1.10 @@ -7,9 +7,10 @@

Installation of Closure XML

--- /project/cxml/cvsroot/cxml/doc/quickstart.html 2005/12/30 16:08:25 1.6 +++ /project/cxml/cvsroot/cxml/doc/quickstart.html 2006/01/23 21:53:24 1.7 @@ -7,9 +7,10 @@

Quick-Start Example

--- /project/cxml/cvsroot/cxml/doc/using.html 2005/12/30 16:08:25 1.13 +++ /project/cxml/cvsroot/cxml/doc/using.html 2006/01/23 21:53:24 1.14 @@ -7,9 +7,10 @@

Using the SAX parser

--- /project/cxml/cvsroot/cxml/doc/xmls-compat.html 2005/12/30 16:08:25 1.4 +++ /project/cxml/cvsroot/cxml/doc/xmls-compat.html 2006/01/23 21:53:24 1.5 @@ -7,9 +7,10 @@

XMLS Builder

From dlichteblau at common-lisp.net Mon Jan 23 21:54:07 2006 From: dlichteblau at common-lisp.net (dlichteblau) Date: Mon, 23 Jan 2006 15:54:07 -0600 (CST) Subject: [cxml-cvs] CVS cxml/dom Message-ID: <20060123215407.597DD1E1DA@common-lisp.net> Update of /project/cxml/cvsroot/cxml/dom In directory common-lisp:/tmp/cvs-serv24587/dom Modified Files: dom-impl.lisp Log Message: mode line oder wie das heisst --- /project/cxml/cvsroot/cxml/dom/dom-impl.lisp 2005/12/30 14:21:44 1.36 +++ /project/cxml/cvsroot/cxml/dom/dom-impl.lisp 2006/01/23 21:54:07 1.37 @@ -1,4 +1,4 @@ -;;;; dom-impl.lisp -- Implementation of DOM 1 Core +;;;; dom-impl.lisp -- Implementation of DOM 1 Core -*- package: rune-dom -*- ;;;; ;;;; This file is part of the CXML parser, released under Lisp-LGPL. ;;;; See file COPYING for details. From dlichteblau at common-lisp.net Mon Jan 23 21:54:45 2006 From: dlichteblau at common-lisp.net (dlichteblau) Date: Mon, 23 Jan 2006 15:54:45 -0600 (CST) Subject: [cxml-cvs] CVS cxml Message-ID: <20060123215445.1004C1E1F0@common-lisp.net> Update of /project/cxml/cvsroot/cxml In directory common-lisp:/tmp/cvs-serv24614 Modified Files: README.html Log Message:
  • Serialization fixes (thanks to Nathan Bird).
  • --- /project/cxml/cvsroot/cxml/README.html 2006/01/23 21:53:24 1.20 +++ /project/cxml/cvsroot/cxml/README.html 2006/01/23 21:54:44 1.21 @@ -107,6 +107,10 @@

    Recent Changes

    +

    rel-2006-xx-yy

    +

    rel-2006-01-05