Update of /cvsroot/docbook/schema/xmlschema In directory usw-pr-cvs1:/tmp/cvs-serv10173/xmlschema Added Files: .cvsignore Makefile README.xml dbhier.xsd dbnotn.xsd dbpool.xsd dbtables.xsd docbook.xsd soextblx.xsd test.xml Log Message: Initial checkin of XML Schema flavors --- NEW FILE --- README.html --- NEW FILE --- include ../../cvstools/Makefile.incl DRAFT=yes STYLESHEET=../../xsl/html/docbook.xsl all: README.html README.html: README.xml $(XJPARSE) $< $(XSLT) $< $(STYLESHEET) $@ nochunks=1 draft=$(DRAFT) --- NEW FILE --- <!DOCTYPE article PUBLIC "-//Norman Walsh//DTD Simplified DocBook XML V4.1.2.4//EN" "http://nwalsh.com/docbook/simple/4.1.2.4/sdocbook.dtd" [ <!ENTITY version "V4.1.2.3"> ]> <article> <articleinfo> <title>DocBook XML Schema</title> <pubdate>12 Jan 2001</pubdate> <releaseinfo role="meta"> $Id: README.xml,v 1.1 2001/04/09 14:32:11 nwalsh Exp $ </releaseinfo> <revhistory> <revision> <revnumber>4.1.2.3</revnumber> <date>12 Jan 2001</date> <authorinitials>ndw</authorinitials> <revremark>Updated experimental release.</revremark> </revision> <revision> <revnumber>4.1.2.2</revnumber> <date>10 Jan 2001</date> <authorinitials>ndw</authorinitials> <revremark>Updated experimental release.</revremark> </revision> <revision> <revnumber>4.1.2.1</revnumber> <date>16 Oct 2000</date> <authorinitials>ndw</authorinitials> <revremark>Initial experimental release.</revremark> </revision> </revhistory> <author><firstname>Norman</firstname><surname>Walsh</surname> </author> </articleinfo> <para>This is the README for the <ulink role="linktable" url="http://www.oasis-open.org/docbook/">DocBook</ulink> <ulink role="linktable" url="http://www.w3.org/XML/Schema">XML Schema</ulink>. </para> <para> The <ulink role="linktable" url="dbxs4121.zip">DocBook XML Schema &version;</ulink> attempts to be an accurate translation of the <ulink url="http://www.oasis-open.org/docbook/xml">DocBook XML V4.1.2 DTD</ulink>.</para> <para>In this version, the parameterization of the schema is roughly identical to the parameterization of the DTD. This may change as I begin to experiment with the construction of derivative schemas.</para> <note><title>Alpha Release</title> <para>DocBook XML Schema &version; is an experimental release. It validates with <ulink role="linktable" url="http://www.w3.org/2000/06/webdata/xsv">XSV</ulink> version SV 1.173.2.10/1.82 of 2000/10/31 16:30:47 on my system.</para> <para>I welcome reports of success or failure with other XML Schema validation tools.</para> </note> <para> The namespace names (URIs) used in this schema are purely imaginary. They have no official status, nor do they foreshadow the future existence of any similar official URIs. I had to use something. </para> <para>The DocBook XML Schema is known to differ from the DocBook DTD in the following ways:</para> <itemizedlist> <listitem><para>There are no named character entities. You can't define those in XML Schema.</para></listitem> <listitem><para>The table model is the OASIS Exchange Table Model, not the CALS Table Model. This table model is less rich than the CALS model, lacking <literal>spanspec</literal>, <literal>tfoot</literal>, and a few other things. </para></listitem> <listitem><para>Inside the table model, the <literal>tgroup</literal> element and all of its descendants are in a different namespace. </para></listitem> <listitem><para>There are bugs, perhaps dozens, possibly hundreds. </para></listitem> </itemizedlist> <para>With the exception of tables, which will definitely require some markup changes in the instances, documents that are valid against the DTD should be valid against this schema.</para> </article> --- NEW FILE --- <!DOCTYPE xsd:schema SYSTEM "http://www.w3.org/2000/10/XMLSchema.dtd" [ <!ENTITY % p 'xsd:'> <!ENTITY % s ':xsd'> <!ENTITY % schemaAttrs " xmlns:db CDATA #IMPLIED xmlns:xml CDATA #IMPLIED xmlns:tbl CDATA #IMPLIED "> ]> <xsd:schema xmlns:xsd='http://www.w3.org/2000/10/XMLSchema' targetNamespace='http://www.oasis-open.org/docbook/xmlschema/4.1.2' xmlns:db='http://www.oasis-open.org/docbook/xmlschema/4.1.2' xmlns:xml='http://www.w3.org/XML/1998/namespace' elementFormDefault='qualified'> <!-- ...................................................................... --> [...2039 lines suppressed...] <xsd:element name='seeie' type='db:seeie'/> <xsd:element name='set' type='db:set'/> <xsd:element name='setindex' type='db:setindex'/> <xsd:element name='setindexinfo' type='db:setindexinfo'/> <xsd:element name='setinfo' type='db:setinfo'/> <xsd:element name='simplesect' type='db:simplesect'/> <xsd:element name='tertiaryie' type='db:tertiaryie'/> <xsd:element name='toc' type='db:toc'/> <xsd:element name='tocback' type='db:tocback'/> <xsd:element name='tocchap' type='db:tocchap'/> <xsd:element name='tocentry' type='db:tocentry'/> <xsd:element name='tocfront' type='db:tocfront'/> <xsd:element name='toclevel1' type='db:toclevel1'/> <xsd:element name='toclevel2' type='db:toclevel2'/> <xsd:element name='toclevel3' type='db:toclevel3'/> <xsd:element name='toclevel4' type='db:toclevel4'/> <xsd:element name='toclevel5' type='db:toclevel5'/> <xsd:element name='tocpart' type='db:tocpart'/> </xsd:schema> --- NEW FILE --- <!DOCTYPE xsd:schema SYSTEM "http://www.w3.org/2000/10/XMLSchema.dtd" [ <!ENTITY % p 'xsd:'> <!ENTITY % s ':xsd'> <!ENTITY % schemaAttrs " xmlns:db CDATA #IMPLIED xmlns:xml CDATA #IMPLIED xmlns:tbl CDATA #IMPLIED "> ]> <xsd:schema xmlns:xsd='http://www.w3.org/2000/10/XMLSchema' targetNamespace='http://www.oasis-open.org/docbook/xmlschema/4.1.2' xmlns:db='http://www.oasis-open.org/docbook/xmlschema/4.1.2' xmlns:xml='http://www.w3.org/XML/1998/namespace' elementFormDefault='qualified'> <!-- ...................................................................... --> <!-- DocBook XML Schema V4.1.2.3........................................... --> <!-- ...................................................................... --> <!-- Copyright 2000, Norman Walsh, Sun Microsystems. Schema derived from DocBook DTD Copyright 1992-2000 HaL Computer.... --> <!-- FIXME: why is public required in XML Schema!? --> <xsd:notation name='BMP' public="+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION Microsoft Windows bitmap//EN"/> <xsd:notation name='CGM-CHAR' public="ISO 8632/2//NOTATION Character encoding//EN"/> <xsd:notation name='CGM-BINARY' public="ISO 8632/3//NOTATION Binary encoding//EN"/> <xsd:notation name='CGM-CLEAR' public="ISO 8632/4//NOTATION Clear text encoding//EN"/> <xsd:notation name='DITROFF' public="DITROFF" system="DITROFF"/> <xsd:notation name='DVI' public="DVI" system="DVI"/> <xsd:notation name='EPS' public="+//ISBN 0-201-18127-4::Adobe//NOTATION PostScript Language Ref. Manual//EN"/> <xsd:notation name='EQN' public="EQN" system="EQN"/> <xsd:notation name='FAX' public="-//USA-DOD//NOTATION CCITT Group 4 Facsimile Type 1 Untiled Raster//EN"/> <xsd:notation name='GIF' public="GIF" system="GIF"/> <xsd:notation name='GIF87a' public="-//CompuServe//NOTATION Graphics Interchange Format 87a//EN"/> <xsd:notation name='GIF89a' public="-//CompuServe//NOTATION Graphics Interchange Format 89a//EN"/> <xsd:notation name='JPG' public="JPG" system="JPG"/> <xsd:notation name='JPEG' public="JPG" system="JPG"/> <xsd:notation name='IGES' public="-//USA-DOD//NOTATION (ASME/ANSI Y14.26M-1987) Initial Graphics Exchange Specification//EN"/> <xsd:notation name='PCX' public="+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION ZSoft PCX bitmap//EN"/> <xsd:notation name='PIC' public="PIC" system="PIC"/> <xsd:notation name='PNG' public="PNG" system="http://www.w3.org/TR/REC-png"/> <xsd:notation name='PS' public="PS" system="PS"/> <xsd:notation name='SGML' public="ISO 8879:1986//NOTATION Standard Generalized Markup Language//EN"/> <xsd:notation name='TBL' public="TBL" system="TBL"/> <xsd:notation name='TEX' public="+//ISBN 0-201-13448-9::Knuth//NOTATION The TeXbook//EN"/> <xsd:notation name='TIFF' public="TIFF" system="TIFF"/> <xsd:notation name='WMF' public="+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION Microsoft Windows Metafile//EN"/> <xsd:notation name='WPG' public="WPG" system="WPG"/> <!--WordPerfect Graphic format--> <xsd:notation name='linespecific' public="linespecific" system='http://www.oasis-open.org/docbook/notation/linespecific'/> </xsd:schema> --- NEW FILE --- <!DOCTYPE xsd:schema SYSTEM "http://www.w3.org/2000/10/XMLSchema.dtd" [ <!ENTITY % p 'xsd:'> <!ENTITY % s ':xsd'> <!ENTITY % schemaAttrs " xmlns:db CDATA #IMPLIED xmlns:xml CDATA #IMPLIED xmlns:tbl CDATA #IMPLIED "> ]> <xsd:schema xmlns:xsd='http://www.w3.org/2000/10/XMLSchema' targetNamespace='http://www.oasis-open.org/docbook/xmlschema/4.1.2' xmlns:db='http://www.oasis-open.org/docbook/xmlschema/4.1.2' xmlns:xml='http://www.w3.org/XML/1998/namespace' xmlns:tbl='http://www.oasis-open.org/tables/exchange/1.0' elementFormDefault='qualified'> [...7090 lines suppressed...] <xsd:element name='titleabbrev' type='db:titleabbrev'/> <xsd:element name='token' type='db:token'/> <xsd:element name='trademark' type='db:trademark'/> <xsd:element name='type' type='db:type'/> <xsd:element name='ulink' type='db:ulink'/> <xsd:element name='userinput' type='db:userinput'/> <xsd:element name='varargs' type='db:varargs'/> <xsd:element name='variablelist' type='db:variablelist'/> <xsd:element name='varlistentry' type='db:varlistentry'/> <xsd:element name='varname' type='db:varname'/> <xsd:element name='videodata' type='db:videodata'/> <xsd:element name='videoobject' type='db:videoobject'/> <xsd:element name='void' type='db:void'/> <xsd:element name='volumenum' type='db:volumenum'/> <xsd:element name='warning' type='db:admonitionType'/> <xsd:element name='wordasword' type='db:wordasword'/> <xsd:element name='xref' type='db:xref'/> <xsd:element name='year' type='db:year'/> </xsd:schema> --- NEW FILE --- <!DOCTYPE xsd:schema SYSTEM "http://www.w3.org/2000/10/XMLSchema.dtd" [ <!ENTITY % p 'xsd:'> <!ENTITY % s ':xsd'> <!ENTITY % schemaAttrs " xmlns:xsd CDATA #IMPLIED xmlns:tbl CDATA #IMPLIED xmlns:db CDATA #IMPLIED "> ]> <!-- Copyright 2000, Norman Walsh, Sun Microsystems. Schema derived from DocBook DTD Copyright 1992-2000 HaL Computer.... --> <xsd:schema xmlns:xsd='http://www.w3.org/2000/10/XMLSchema' xmlns:tbl='http://www.oasis-open.org/tables/exchange/1.0' targetNamespace='http://www.oasis-open.org/tables/exchange/1.0' xmlns:db='http://www.oasis-open.org/docbook/xmlschema/4.1.2' elementFormDefault='qualified'> <xsd:import namespace='http://www.oasis-open.org/docbook/xmlschema/4.1.2'/> <!-- ...................................................................... --> <!-- DocBook XML Schema V4.1.2.3........................................... --> <!-- ...................................................................... --> <!-- Copyright 2000, Norman Walsh, Sun Microsystems. Schema derived from DocBook DTD Copyright 1992-2000 HaL Computer.... --> <!-- ...................................................................... --> <!-- The Table Model ...................................................... --> <xsd:redefine schemaLocation='soextblx.xsd'> <!-- declare some extension attributes; these are referenced in --> <!-- soextblx.xsd, but locally defined as empty --> <!-- this doesn't work in xsv ... --> <!-- <xsd:attributeGroup name='tbl.entry.att'> <xsd:attribute ref='tbl.entry.att'/> <xsd:attribute name='role' type='xsd:string'/> </xsd:attributeGroup> --> <!-- re-declare the entryType type as an extension of the original --> <!-- entryType declared in soextblx.xsd --> <xsd:complexType name='entryType' mixed='true'> <xsd:complexContent> <xsd:extension base='tbl:entryType'> <xsd:choice minOccurs='0' maxOccurs='unbounded'> <xsd:group ref='db:para.char.mix'/> <xsd:group ref='db:tabentry.mix'/> </xsd:choice> </xsd:extension> </xsd:complexContent> </xsd:complexType> </xsd:redefine> </xsd:schema> --- NEW FILE --- <!DOCTYPE xsd:schema SYSTEM "http://www.w3.org/2000/10/XMLSchema.dtd" [ <!ENTITY % p 'xsd:'> <!ENTITY % s ':xsd'> <!ENTITY % schemaAttrs " xmlns:db CDATA #IMPLIED xmlns:xml CDATA #IMPLIED xmlns:tbl CDATA #IMPLIED "> ]> <!-- ...................................................................... --> <!-- DocBook XML Schema V4.1.2.3........................................... --> <!-- ...................................................................... --> <!-- Copyright 2000 HaL Computer Systems, Inc., O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software Corporation, Sun Microsystems, Inc, and the Organization for the Advancement of Structured Information Standards (OASIS). $Id: docbook.xsd,v 1.1 2001/04/09 14:32:11 nwalsh Exp $ --> <xsd:schema xmlns:xsd='http://www.w3.org/2000/10/XMLSchema' targetNamespace='http://www.oasis-open.org/docbook/xmlschema/4.1.2' xmlns:db='http://www.oasis-open.org/docbook/xmlschema/4.1.2' xmlns:tbl='http://www.oasis-open.org/tables/exchange/1.0' xmlns:xml='http://www.w3.org/XML/1998/namespace' elementFormDefault='qualified'> <xsd:include schemaLocation="dbnotn.xsd"/> <xsd:include schemaLocation="dbpool.xsd"/> <xsd:include schemaLocation="dbhier.xsd"/> </xsd:schema> --- NEW FILE --- <!DOCTYPE xsd:schema SYSTEM "http://www.w3.org/2000/10/XMLSchema.dtd" [ <!ENTITY % p 'xsd:'> <!ENTITY % s ':xsd'> <!ENTITY % schemaAttrs " xmlns:tbl CDATA #IMPLIED "> ]> <!-- Copyright 2000, Norman Walsh, Sun Microsystems. Schema derived from DocBook DTD Copyright 1992-2000 HaL Computer.... --> <xsd:schema xmlns:xsd='http://www.w3.org/2000/10/XMLSchema' targetNamespace='http://www.oasis-open.org/tables/exchange/1.0' xmlns:tbl='http://www.oasis-open.org/tables/exchange/1.0' elementFormDefault='qualified'> <xsd:simpleType name='yesorno'> <xsd:restriction base='xsd:string'> <xsd:enumeration value='0'/> <xsd:enumeration value='1'/> </xsd:restriction> </xsd:simpleType> <xsd:attributeGroup name='table.att'/> <xsd:attributeGroup name='tgroup.att'/> <xsd:attributeGroup name='colspec.att'/> <xsd:attributeGroup name='thead.att'/> <xsd:attributeGroup name='tbody.att'/> <xsd:attributeGroup name='row.att'/> <xsd:attributeGroup name='entry.att'/> <xsd:complexType name="tableType"> <xsd:attribute name='frame'> <xsd:simpleType> <xsd:restriction base='xsd:string'> <xsd:enumeration value='top'/> <xsd:enumeration value='bottom'/> <xsd:enumeration value='topbot'/> <xsd:enumeration value='all'/> <xsd:enumeration value='sides'/> <xsd:enumeration value='none'/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name='colsep' type='tbl:yesorno'/> <xsd:attribute name='rowsep' type='tbl:yesorno'/> <xsd:attributeGroup ref='tbl:table.att'/> </xsd:complexType> <xsd:complexType name='tgroup'> <xsd:sequence> <xsd:element ref='tbl:colspec' minOccurs='0' maxOccurs='unbounded'/> <xsd:element ref='tbl:thead' minOccurs='0' maxOccurs='1'/> <xsd:element ref='tbl:tbody'/> </xsd:sequence> <xsd:attribute name='cols' type='xsd:integer' use='required'/> <xsd:attribute name='colsep' type='tbl:yesorno'/> <xsd:attribute name='rowsep' type='tbl:yesorno'/> <xsd:attribute name='align'> <xsd:simpleType> <xsd:restriction base='xsd:string'> <xsd:enumeration value='left'/> <xsd:enumeration value='right'/> <xsd:enumeration value='center'/> <xsd:enumeration value='justify'/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attributeGroup ref='tbl:tgroup.att'/> </xsd:complexType> <xsd:complexType name='colspec'> <!-- EMPTY --> <xsd:complexContent> <xsd:restriction base='xsd:anyType'> <xsd:attribute name='colnum' type='xsd:integer'/> <xsd:attribute name='colname' type='xsd:NMTOKEN'/> <xsd:attribute name='colwidth' type='xsd:string'/> <xsd:attribute name='colsep' type='tbl:yesorno'/> <xsd:attribute name='rowsep' type='tbl:yesorno'/> <xsd:attribute name='align'> <xsd:simpleType> <xsd:restriction base='xsd:string'> <xsd:enumeration value='left'/> <xsd:enumeration value='right'/> <xsd:enumeration value='center'/> <xsd:enumeration value='justify'/> <xsd:enumeration value='char'/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name='char' type='xsd:string'/> <xsd:attribute name='charoff' type='xsd:NMTOKEN'/> <xsd:attributeGroup ref='tbl:colspec.att'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name='thead'> <xsd:choice> <xsd:element ref='tbl:row' minOccurs='1' maxOccurs='unbounded'/> </xsd:choice> <xsd:attribute name='valign'> <xsd:simpleType> <xsd:restriction base='xsd:string'> <xsd:enumeration value='top'/> <xsd:enumeration value='middle'/> <xsd:enumeration value='bottom'/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attributeGroup ref='tbl:thead.att'/> </xsd:complexType> <xsd:complexType name='tbody'> <xsd:choice> <xsd:element ref='tbl:row' minOccurs='1' maxOccurs='unbounded'/> </xsd:choice> <xsd:attribute name='valign'> <xsd:simpleType> <xsd:restriction base='xsd:string'> <xsd:enumeration value='top'/> <xsd:enumeration value='middle'/> <xsd:enumeration value='bottom'/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attributeGroup ref='tbl:tbody.att'/> </xsd:complexType> <xsd:complexType name='row'> <xsd:choice> <xsd:element ref='tbl:entry' minOccurs='1' maxOccurs='unbounded'/> </xsd:choice> <xsd:attribute name='rowsep' type='tbl:yesorno'/> <xsd:attribute name='valign'> <xsd:simpleType> <xsd:restriction base='xsd:string'> <xsd:enumeration value='top'/> <xsd:enumeration value='middle'/> <xsd:enumeration value='bottom'/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attributeGroup ref='tbl:row.att'/> </xsd:complexType> <xsd:complexType name="entryType"> <xsd:attribute name='colname' type='xsd:NMTOKEN'/> <xsd:attribute name='namest' type='xsd:NMTOKEN'/> <xsd:attribute name='nameend' type='xsd:NMTOKEN'/> <xsd:attribute name='morerows' type='xsd:integer'/> <xsd:attribute name='colsep' type='tbl:yesorno'/> <xsd:attribute name='rowsep' type='tbl:yesorno'/> <xsd:attribute name='align'> <xsd:simpleType> <xsd:restriction base='xsd:string'> <xsd:enumeration value='left'/> <xsd:enumeration value='right'/> <xsd:enumeration value='center'/> <xsd:enumeration value='justify'/> <xsd:enumeration value='char'/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name='char' type='xsd:string'/> <xsd:attribute name='charoff' type='xsd:NMTOKEN'/> <xsd:attribute name='valign'> <xsd:simpleType> <xsd:restriction base='xsd:string'> <xsd:enumeration value='top'/> <xsd:enumeration value='middle'/> <xsd:enumeration value='bottom'/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attributeGroup ref='tbl:entry.att'/> </xsd:complexType> <!-- <xsd:complexType name='entry' mixed='true'> <xsd:choice> <xsd:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/> </xsd:choice> <xsd:attribute name='colname' type='xsd:NMTOKEN'/> <xsd:attribute name='namest' type='xsd:NMTOKEN'/> <xsd:attribute name='nameend' type='xsd:NMTOKEN'/> <xsd:attribute name='morerows' type='xsd:integer'/> <xsd:attribute name='colsep' type='tbl:yesorno'/> <xsd:attribute name='rowsep' type='tbl:yesorno'/> <xsd:attribute name='align'> <xsd:simpleType> <xsd:restriction base='xsd:string'> <xsd:enumeration value='left'/> <xsd:enumeration value='right'/> <xsd:enumeration value='center'/> <xsd:enumeration value='justify'/> <xsd:enumeration value='char'/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name='char' type='xsd:string'/> <xsd:attribute name='charoff' type='xsd:NMTOKEN'/> <xsd:attribute name='valign'> <xsd:simpleType> <xsd:restriction base='xsd:string'> <xsd:enumeration value='top'/> <xsd:enumeration value='middle'/> <xsd:enumeration value='bottom'/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attributeGroup ref='tbl:entry.att'/> </xsd:complexType> --> <xsd:element name='tgroup' type='tbl:tgroup'/> <xsd:element name='colspec' type='tbl:colspec'/> <xsd:element name='thead' type='tbl:thead'/> <xsd:element name='tbody' type='tbl:tbody'/> <xsd:element name='row' type='tbl:row'/> <xsd:element name='entry' type='tbl:entryType'/> </xsd:schema> --- NEW FILE --- <!DOCTYPE article PUBLIC "-//Norman Walsh//DTD Simplified DocBook XML V4.1.2.4//EN" "http://www.nwalsh.com/docbook/simple/4.1.2.4/sdocbook.dtd" [ <!ENTITY % local.article.attrib "xmlns CDATA #IMPLIED xmlns:xsi CDATA #IMPLIED xmlns:tbl CDATA #IMPLIED xsi:schemaLocation CDATA #IMPLIED "> <!ENTITY conduitzip "xmlconduit11.zip"> <!ENTITY trade "(TM)"> ]> <article xmlns='http://www.oasis-open.org/docbook/xmlschema/4.1.2' xmlns:xsi='http://www.w3.org/2000/10/XMLSchema-instance' xmlns:tbl='http://www.oasis-open.org/tables/exchange/1.0' xsi:schemaLocation=' http://www.oasis-open.org/docbook/xmlschema/4.1.2 docbook.xsd'> [...1045 lines suppressed...] </para></listitem> <listitem><para>Added <literal>sortByAlpha</literal> attribute to the Memo file. </para></listitem> <listitem><para>Added <literal>sortByPriority</literal> attribute to the Todo file. </para></listitem> <listitem><para>Added support for DateBk4 icons to the Calendar stylesheet. The distribution also includes a simple-minded Perl script that can construct XPM icon files from the DateBk4 icon memo. </para></listitem> </itemizedlist> </appendix> </article> |