twl 01/10/20 22:20:08
Modified: sources create.sh website.xml
Added: sources security.xml website.sh
sources/security api.xml docs-book.xml history.xml
install.xml readme.xml resolvermania.xml
sources/security/dtd blocks.ent book.dtd characters.ent
document.dtd entities.ent faqs.dtd links.ent
markup.ent
Log:
Add docs for XML Security project
Revision Changes Path
1.3 +0 -1 xml-site/sources/create.sh
Index: create.sh
===================================================================
RCS file: /home/cvs/xml-site/sources/create.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- create.sh 2001/07/08 23:38:49 1.2
+++ create.sh 2001/10/21 05:20:07 1.3
@@ -1,4 +1,3 @@
-export JAVA_HOME=/usr/local/j2sdk1.3/
export JAVA=$JAVA_HOME/bin/java
export CLASSPATH=$CLASSPATH:../../xml-stylebook/bin/bsf.jar
export CLASSPATH=$CLASSPATH:../../xml-stylebook/bin/bsfengines.jar
1.21 +1 -0 xml-site/sources/website.xml
Index: website.xml
===================================================================
RCS file: /home/cvs/xml-site/sources/website.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- website.xml 2001/08/10 11:21:14 1.20
+++ website.xml 2001/10/21 05:20:07 1.21
@@ -26,6 +26,7 @@
<external href="batik/index.html" label="Batik" />
<external href="crimson/index.html" label="Crimson" />
<external href="axis/index.html" label="Axis" />
+ <external href="security/index.html" label="XML Security" />
<separator/>
<external href="dist/" label="Downloads" />
<external href="http://nagoya.apache.org/bugzilla/" label="Bug Database"
/>
1.1 xml-site/sources/security.xml
Index: security.xml
===================================================================
<?xml version="1.0"?>
<!DOCTYPE book SYSTEM "sbk:/style/dtd/book.dtd">
<book title="XML-Security Documentation"
copyright="2001 The Apache Software Foundation">
<external label="Home"
href="../index.html" />
<separator />
<document label="Readme"
id="index"
source="security/readme.xml" />
<external label="Repository"
href="http://cvs.apache.org/viewcvs.cgi/xml-security/" />
<document label="Installation"
id="install"
source="security/install.xml" />
<document label="Resolver-Mania"
id="resolvermania"
source="security/resolvermania.xml" />
<!--
<group label="FAQs"
id="faqs"
title="Frequently Asked Questions">
<entry id="faq-resolvers"
source="security/faq-resolvers.xml" />
</group>
-->
<separator />
<document label="API Docs"
id="api"
source="security/api.xml" />
<separator />
<document label="History"
id="history"
source="security/history.xml" />
</book>
1.1 xml-site/sources/website.sh
Index: website.sh
===================================================================
export JAVA=$JAVA_HOME/bin/java
export CLASSPATH=$CLASSPATH:../../xml-stylebook/bin/bsf.jar
export CLASSPATH=$CLASSPATH:../../xml-stylebook/bin/bsfengines.jar
export CLASSPATH=$CLASSPATH:../../xml-stylebook/bin/stylebook-1.0-b2.jar
export CLASSPATH=$CLASSPATH:../../xml-stylebook/bin/xalan.jar
export CLASSPATH=$CLASSPATH:../../xml-stylebook/bin/xerces.jar
echo CLASSPATH=$CLASSPATH
$JAVA org.apache.stylebook.StyleBook "targetDirectory=../targets" website.xml
../style/
1.1 xml-site/sources/security/api.xml
Index: api.xml
===================================================================
<?xml version="1.0" standalone="no"?>
<!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
<s1 title="API Documentation">
<s2 title="Javadoc Generated Documentation">
<p>&packagenamelong; comes packaged with API documentation.</p>
<p>This documentation is generated automatically from the
Javadoc-style
comments inside the source files. Click on one of the links below to
go to the appropriate API documentation.</p>
</s2>
<s2 title="&packagename; API Documentation">
<ul>
<li><jump href="api/index.html">Full API documentation</jump></li>
<li><jump href="api/overview-tree.html">Hierarchy for all the
packages</jump></li>
</ul>
</s2>
</s1>
1.1 xml-site/sources/security/docs-book.xml
Index: docs-book.xml
===================================================================
<?xml version="1.0"?>
<!DOCTYPE book SYSTEM "./dtd/book.dtd">
<book title="XML-Security Documentation"
copyright="2001 The Apache Software Foundation">
<external label="Home"
href="../index.html" />
<separator />
<document label="Readme"
id="index"
source="readme.xml" />
<external label="Repository"
href="http://cvs.apache.org/viewcvs.cgi/xml-security/" />
<document label="Installation"
id="install"
source="install.xml" />
<document label="Resolver-Mania"
id="resolvermania"
source="resolvermania.xml" />
<!--
<group label="FAQs"
id="faqs"
title="Frequently Asked Questions">
<entry id="faq-resolvers"
source="faq-resolvers.xml" />
</group>
-->
<separator />
<document label="API Docs"
id="api"
source="api.xml" />
<separator />
<document label="History"
id="history"
source="history.xml" />
</book>
1.1 xml-site/sources/security/history.xml
Index: history.xml
===================================================================
<?xml version="1.0" standalone="no"?>
<!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
<s1 title="History of the project">
<s2 title="The <WebSig> project">
<p>In mid-1999, the <jump
href="http://www.nue.et-inf.uni-siegen.de/">Institute for Data Communications
Systems</jump> at the <jump href="http://www.uni-siegen.de/">University of
Siegen</jump> in Germany looked for partners to participate in a European
project for implementing the upcoming <jump
href="http://www.w3.org/Signature/">XML Signature standard</jump>. We found our
partners in the companies <jump href="http://www.expnet.gr/">Expertnet
S.A.</jump> and <jump href="http://www.proodos.gr/">PROODOS S.A.</jump>, both
from Athens, who were willing to use our XML Signature library in a first
commercial project.</p>
<p>The project started in January 2000 and ended up in September 2001. 50% of
the costs have been funded by the European Commission in the <jump
href="http://www.ispo.cec.be/isis/99websig.htm">ISIS programme</jump>. Goal was
to develop a JAVA library for creating and validating XML Signatures and to
make the binaries of this software freely available.</p>
<p>In 9/2001, the Institute for Data Communications Systems decided to make
the sources freely available, too, to promote the use of digital signatures and
to give XML Signature a spin. The decision was made to give the complete
library (including an implementation of "Canonical XML" and "XML Signature")
under the hood of the Apache Software Foundation to ensure availablility of the
source and to enable other people to use it under the Apache License.</p>
</s2>
</s1>
1.1 xml-site/sources/security/install.xml
Index: install.xml
===================================================================
<?xml version="1.0" standalone="no"?>
<!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
<s1 title="Installation">
<s2 title="Getting the source">
<p>This project's CVS repository can be checked out through
anonymous (pserver) CVS with the following instruction set. The module you wish
to check out must be specified as the modulename. When prompted for a password
for anonymous, simply enter "anoncvs" without quotes: </p>
<source>cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
password: anoncvs
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout
xml-security</source>
<p>A HTTP interface to browse the sources online is available
via <jump
href="http://cvs.apache.org/viewcvs.cgi/xml-security/">http://cvs.apache.org/viewcvs.cgi/xml-security/</jump></p>
</s2>
<!-- <s2 title="Unpacking the files">
<p>&packagename; is packaged as a ZIP file for all
platforms and operating systems. You can run the Java
<ref>jar</ref> command to unpack the distribution.</p>
<ul>
<li>jar xf &packagename;-bin.&packageversion;.zip</li>
<li>jar xf &packagename;-src.&packageversion;.zip</li>
<li>This command creates a "&packagedirectory;"
sub-directory in the current directory containing all the files.</li>
</ul>
</s2>
<s2 title="Files in the binary package release">
<table>
<tr><td>LICENSE</td><td>License for
&packagename;</td></tr>
<tr><td>Readme.html</td><td>Web page redirect to
docs/html/index.html</td></tr>
<tr><td>xerces.jar</td><td>Jar file containing all the
parser class files</td></tr>
<tr><td>xercesSamples.jar</td><td>Jar file containing
all sample class files</td></tr>
<tr><td>data/</td><td>Directory containing sample XML
data files</td></tr>
<tr><td>doc/html/</td><td>Directory containing
documentation</td></tr>
<tr><td>doc/html/api/</td><td>Directory containing
Javadoc API</td></tr>
</table>
<note>To use &packagename; you do not need the source
files.</note>
</s2>
-->
<s2 title="Testing the distibution">
<p>The first way to ensure that everything is in place is to
run the unit tests. This is simply done by typing <code>ant test</code>. This
starts the included JUnit test cases. Actually, we do not have complete test
coverage, but as a first start, it works.</p>
</s2>
<s2 title="Playing around with the examples">
<p>To see how the distribution works, simply run <code>ant
mega-sample</code> to let ant execute several examples from the
<code>src_samples/</code> directory. </p>
</s2>
<s2 title="Files in the source package release">
<table>
<tr><td>build.xml</td><td>Top level <jump
href="http://jakarta.apache.org/ant/index.html">Ant</jump> Makefile -- read
README file before building</td></tr>
<tr><td>LICENSE.txt</td><td>License for
&packagename;</td></tr>
<tr><td>README</td><td>Build instructions</td></tr>
<tr><td>Readme.html</td><td>Web page redirect required
for building documentation</td></tr>
<tr><td>STATUS</td><td>Current source code status
information</td></tr>
<tr><td>data/</td><td>Directory containing sample data
files and test vectors for the unit tests</td></tr>
<tr><td>doc/xml/</td><td>Directory containing
documentation, in XML form</td></tr>
<tr><td>src/</td><td>Directory containing source code
for the core library</td></tr>
<tr><td>src_samples/</td><td>Directory containing
source code for samples</td></tr>
<tr><td>src_unitTests/</td><td>Directory containing
source code for unit tests</td></tr>
</table>
</s2>
</s1>
1.1 xml-site/sources/security/readme.xml
Index: readme.xml
===================================================================
<?xml version="1.0" standalone="no"?>
<!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
<s1 title="Readme">
<s2 title="XML Security Release">
<p>The &packagenamelong; &packageversion; supports the <jump
href="http://www.w3.org/TR/xmldsig-core/ ">XML-Signature Syntax and
Processing</jump> recommendation.</p>
<p>Note that there is no standard API avaliable at the
moment. SUN is working on a JAVA Specification Request <jump
href="http://jcp.org/jsr/detail/105.jsp">JSR-105: XML Digital Signature
APIs</jump> on an API for XML Signature and <jump
href="http://jcp.org/jsr/detail/106.jsp">JSR-106: XML Digital Encryption
APIs</jump>. This software does <em>not</em> conform to this specification.</p>
</s2>
<s2 title="License Information">
<p>The XML Security package is available in both source code
and precompiled binary (JAR files) form. Both packages are made available
under the <jump href='../../LICENSE.txt'>Apache Software License</jump>.
</p>
</s2>
<s2 title="Sample programs">
<p>This software can be used to create and verify arbitrary
forms of XML Signatures. The documentation available here is not very huge; my
first approach is to supply usage examples which are available in the
<code>src_samples/</code> directory to give interested users a first starting
point to jump-start with XML Signature. NOTE: The samples divide into two
groups: Samples that <em>create</em> and samples that <em>verify</em>
Signatures. Eventually, you should adjust the verifying program to another
filename if you get <code>FileNotFoundException</code>s.</p>
</s2>
</s1>
1.1 xml-site/sources/security/resolvermania.xml
Index: resolvermania.xml
===================================================================
<?xml version="1.0" standalone="no"?>
<!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
<s1 title="Resolver-Mania">
<s2 title="Why do we need all these resolvers">
<p>For security and comfort reasons. In the XML Security package, there exist
many kinds of Resolvers for different purposes. Resolvers in this package do
the same job as an EntityResolver in the SAX package: retrieve information from
the apropriate location and give it to the parser/software who needs it. The
reason for offering these different Resolvers is that it should be under
complete control of the application which connections to the network are made.
In the security area, it wouldn't be a good idea to imediately fetch some
documents from the web or make other connections only because you want to
verify a Signature. This resolver framework gives the application developer the
ability to have total control about the interface from the library to the rest
of the world. </p>
</s2>
<s2 title="Types of resolvers">
<s3 title="ResourceResolvers">
<p>A <jump
href="api/org/apache/xml/security/utils/resolver/ResourceResolver.html">ResourceResolver</jump>
is used by a <jump
href="api/org/apache/xml/security/signature/Reference.html">Reference</jump> to
retrieve the signed resource from it's location. Different resolvers exist to
get signed portions from the XML document in which the signature resides, to
make HTTP connections or to fetch files from the local file system. <br />
The concept of a <jump
href="api/org/apache/xml/security/utils/resolver/ResourceResolver.html">ResourceResolver</jump>
is very similar to an org.xml.sax.EntityResolver, but in contrast to that
Interface, the ResourceResolver is able to de-reference contents
<em>inside</em> an XML document.
</p>
</s3>
<s3 title="StorageResolver">
<p>A <jump
href="api/org/apache/xml/security/keys/storage/StorageResolver.html">StorageResolver</jump>
is used by <jump
href="api/org/apache/xml/security/keys/KeyInfo.html">KeyInfo</jump> and it's
child objects / Elements to retrieve Certificates from storage locations. This
approach is used to allow a user to customize the library for use in a specific
corporate environment. It's possible to write <jump
href="api/org/apache/xml/security/keys/storage/StorageResolver.html">StorageResolver</jump>s
who make requests to LDAP servers or to use specificic PKI interfaces. <br/>
Bundled with the software come three sample <jump
href="api/org/apache/xml/security/keys/storage/StorageResolver.html">StorageResolver</jump>s
which can be used for common tasks:</p>
<ul>
<li>The <jump
href="api/org/apache/xml/security/keys/storage/implementations/KeyStoreResolver.html">KeyStoreResolver</jump>
is able to retrieve Certificates from a JAVA KeyStore object. This <jump
href="api/org/apache/xml/security/keys/storage/implementations/KeyStoreResolver.html">KeyStoreResolver</jump>
is constructed from an open JAVA KeyStore.</li>
<li>The <jump
href="api/org/apache/xml/security/keys/storage/implementations/SingleCertificateResolver.html">SingleCertificateResolver</jump>
resolves only to a single Certificate. The <jump
href="api/org/apache/xml/security/keys/storage/implementations/SingleCertificateResolver.html">SingleCertificateResolver</jump>
is constructed using this single Certificate. </li>
<li>The <jump
href="api/org/apache/xml/security/keys/storage/implementations/CertsInFilesystemDirectoryResolver.html">CertsInFilesystemDirectoryResolver</jump>
is useful for resolving to raw X.509 certificates which reside as separate
files in a directory in the filesystem. Such a resolver is needed for verifying
the test signatures from Merlin Huges which are bundled in a directory.</li>
</ul>
<p><jump
href="api/org/apache/xml/security/keys/storage/StorageResolver.html">StorageResolver</jump>s
are supplied to the KeyInfo's addStorageResolver() method.</p>
<p>Generally, a <jump
href="api/org/apache/xml/security/keys/storage/StorageResolver.html">StorageResolver</jump>
has only a method to return an Iterator which iterates through the available
Certificates.</p>
</s3>
<s3 title="KeyResolver">
<p>A <jump
href="api/org/apache/xml/security/keys/keyresolver/KeyResolver.html">KeyResolver</jump>
is used by <jump
href="api/org/apache/xml/security/keys/KeyInfo.html">KeyInfo</jump> to process
it's child Elements. There exist two general classes of a <jump
href="api/org/apache/xml/security/keys/keyresolver/KeyResolver.html">KeyResolver</jump>:</p>
<ul>
<li>If a ds:RSAKeyValue or ds:DSAKeyValue or ds:X509Certificate is used
inside the ds:KeyInfo, the resolvers can return a public key or Certificate
directly without further action, because the key itself is contained inside the
ds:Signature</li>
<li>If there is only key material identification information like a
ds:KeyName or the serial number of the Certificate, the KeyResolver must use
the StorageResolvers to query the available keys and certificates to find the
correct one.</li>
</ul>
<p>Of course, there are cross-dependencies: e.g. a KeyResolver named <jump
href="api/org/apache/xml/security/keys/keyresolver/implementations/RetrievalMethodResolver.html">RetrievalMethodResolver</jump>
uses the <jump
href="api/org/apache/xml/security/utils/resolver/ResourceResolver.html">ResourceResolver</jump>
framework to retrieve a public key or certificate from an arbitrary
location.</p>
</s3>
</s2>
</s1>
1.1 xml-site/sources/security/dtd/blocks.ent
Index: blocks.ent
===================================================================
<?xml encoding='US-ASCII'?>
<!-- BLOCKS ENTITY -->
<!ENTITY % blocks "p|note|ul|ol|gloss|table|source|anchor">
<!-- import the external markup.ent dtd -->
<!ENTITY % markupEntity SYSTEM "markup.ent">
%markupEntity;
<!ENTITY % content "(#PCDATA|%markup;|%links;)*">
<!ELEMENT p %content;>
<!ELEMENT note %content;>
<!ELEMENT ul (li|ol|ul)+>
<!ELEMENT ol (li|ol|ul)+>
<!ELEMENT li %content;>
<!ELEMENT gloss (label|item)+>
<!ELEMENT label %content;>
<!ELEMENT item %content;>
<!ELEMENT source (#PCDATA)>
<!ELEMENT table (tr)+>
<!ELEMENT tr (tn|th|td)+>
<!ELEMENT tn EMPTY>
<!ATTLIST tn colspan CDATA "1"
rowspan CDATA "1">
<!ELEMENT th %content;>
<!ATTLIST th colspan CDATA "1"
rowspan CDATA "1">
<!ELEMENT td %content;>
<!ATTLIST td colspan CDATA "1"
rowspan CDATA "1">
1.1 xml-site/sources/security/dtd/book.dtd
Index: book.dtd
===================================================================
<?xml encoding='US-ASCII'?>
<!-- STYLEBOOK BOOK DTD -->
<!-- import the external source-specific dtd -->
<!ENTITY % externalEntity SYSTEM "entities.ent">
%externalEntity;
<!ELEMENT book
(resources?|document|hidden|faqs|changes|group|container|external|separator)+>
<!ATTLIST book title CDATA #REQUIRED
copyright CDATA #IMPLIED>
<!ELEMENT resources EMPTY>
<!ATTLIST resources source CDATA #REQUIRED>
<!ELEMENT document EMPTY>
<!ATTLIST document id ID #REQUIRED
source CDATA #REQUIRED
label CDATA #REQUIRED>
<!ELEMENT hidden EMPTY>
<!ATTLIST hidden id ID #REQUIRED
source CDATA #REQUIRED>
<!ELEMENT faqs EMPTY>
<!ATTLIST faqs id ID #REQUIRED
source CDATA #REQUIRED
label CDATA #REQUIRED>
<!ELEMENT changes EMPTY>
<!ATTLIST changes id ID #REQUIRED
source CDATA #REQUIRED
label CDATA #REQUIRED>
<!ELEMENT group (entry)+>
<!ATTLIST group id ID #IMPLIED
label CDATA #REQUIRED
title CDATA #REQUIRED>
<!ELEMENT container (entry)+>
<!ATTLIST container id ID #IMPLIED
source CDATA #REQUIRED
label CDATA #REQUIRED>
<!ELEMENT entry EMPTY>
<!ATTLIST entry id ID #REQUIRED
source CDATA #REQUIRED>
<!ELEMENT external EMPTY>
<!ATTLIST external label CDATA #REQUIRED
href CDATA #REQUIRED>
<!ELEMENT separator EMPTY>
<!-- CVS $Revision: 1.1 $ $Date: 2001/10/21 05:20:08 $ -->
1.1 xml-site/sources/security/dtd/characters.ent
Index: characters.ent
===================================================================
<?xml encoding='US-ASCII'?>
<!-- CHARACTERS ENTITY -->
<!-- Latin A -->
<!ENTITY nbsp " "> <!-- U+00A0 ISOnum - no-break space =
non-breaking space -->
<!ENTITY iexcl "¡"> <!-- U+00A1 ISOnum - inverted exclamation
mark -->
<!ENTITY cent "¢"> <!-- U+00A2 ISOnum - cent sign
-->
<!ENTITY pound "£"> <!-- U+00A3 ISOnum - pound sign
-->
<!ENTITY curren "¤"> <!-- U+00A4 ISOnum - currency sign
-->
<!ENTITY yen "¥"> <!-- U+00A5 ISOnum - yen sign = yuan sign
-->
<!ENTITY brvbar "¦"> <!-- U+00A6 ISOnum - broken bar = broken
vertical bar -->
<!ENTITY sect "§"> <!-- U+00A7 ISOnum - section sign
-->
<!ENTITY uml "¨"> <!-- U+00A8 ISOdia - diaeresis = spacing
diaeresis -->
<!ENTITY copy "©"> <!-- U+00A9 ISOnum - copyright sign
-->
<!ENTITY ordf "ª"> <!-- U+00AA ISOnum - feminine ordinal
indicator -->
<!ENTITY laquo "«"> <!-- U+00AB ISOnum - left-pointing double
angle quotation mark = left pointing guillemet -->
<!ENTITY not "¬"> <!-- U+00AC ISOnum - not sign
-->
<!ENTITY shy "­"> <!-- U+00AD ISOnum - soft hyphen =
discretionary hyphen -->
<!ENTITY reg "®"> <!-- U+00AE ISOnum - registered sign =
registered trade mark sign -->
<!ENTITY macr "¯"> <!-- U+00AF ISOdia - macron = spacing macron
= overline = APL overbar -->
<!ENTITY deg "°"> <!-- U+00B0 ISOnum - degree sign
-->
<!ENTITY plusmn "±"> <!-- U+00B1 ISOnum - plus-minus sign =
plus-or-minus sign -->
<!ENTITY sup2 "²"> <!-- U+00B2 ISOnum - superscript two =
superscript digit two = squared -->
<!ENTITY sup3 "³"> <!-- U+00B3 ISOnum - superscript three =
superscript digit three = cubed -->
<!ENTITY acute "´"> <!-- U+00B4 ISOdia - acute accent = spacing
acute -->
<!ENTITY micro "µ"> <!-- U+00B5 ISOnum - micro sign
-->
<!ENTITY para "¶"> <!-- U+00B6 ISOnum - pilcrow sign = paragraph
sign -->
<!ENTITY middot "·"> <!-- U+00B7 ISOnum - middle dot = Georgian
comma = Greek middle dot -->
<!ENTITY cedil "¸"> <!-- U+00B8 ISOdia - cedilla = spacing
cedilla -->
<!ENTITY sup1 "¹"> <!-- U+00B9 ISOnum - superscript one =
superscript digit one -->
<!ENTITY ordm "º"> <!-- U+00BA ISOnum - masculine ordinal
indicator -->
<!ENTITY raquo "»"> <!-- U+00BB ISOnum - right-pointing double
angle quotation mark = right pointing guillemet -->
<!ENTITY frac14 "¼"> <!-- U+00BC ISOnum - vulgar fraction one
quarter = fraction one quarter -->
<!ENTITY frac12 "½"> <!-- U+00BD ISOnum - vulgar fraction one half
= fraction one half -->
<!ENTITY frac34 "¾"> <!-- U+00BE ISOnum - vulgar fraction three
quarters = fraction three quarters -->
<!ENTITY iquest "¿"> <!-- U+00BF ISOnum - inverted question mark =
turned question mark -->
<!ENTITY Agrave "À"> <!-- U+00C0 ISOlat1 - latin capital letter A
with grave = latin capital letter A grave -->
<!ENTITY Aacute "Á"> <!-- U+00C1 ISOlat1 - latin capital letter A
with acute -->
<!ENTITY Acirc "Â"> <!-- U+00C2 ISOlat1 - latin capital letter A
with circumflex -->
<!ENTITY Atilde "Ã"> <!-- U+00C3 ISOlat1 - latin capital letter A
with tilde -->
<!ENTITY Auml "Ä"> <!-- U+00C4 ISOlat1 - latin capital letter A
with diaeresis -->
<!ENTITY Aring "Å"> <!-- U+00C5 ISOlat1 - latin capital letter A
with ring above = latin capital letter A ring -->
<!ENTITY AElig "Æ"> <!-- U+00C6 ISOlat1 - latin capital letter AE
= latin capital ligature AE -->
<!ENTITY Ccedil "Ç"> <!-- U+00C7 ISOlat1 - latin capital letter C
with cedilla -->
<!ENTITY Egrave "È"> <!-- U+00C8 ISOlat1 - latin capital letter E
with grave -->
<!ENTITY Eacute "É"> <!-- U+00C9 ISOlat1 - latin capital letter E
with acute -->
<!ENTITY Ecirc "Ê"> <!-- U+00CA ISOlat1 - latin capital letter E
with circumflex -->
<!ENTITY Euml "Ë"> <!-- U+00CB ISOlat1 - latin capital letter E
with diaeresis -->
<!ENTITY Igrave "Ì"> <!-- U+00CC ISOlat1 - latin capital letter I
with grave -->
<!ENTITY Iacute "Í"> <!-- U+00CD ISOlat1 - latin capital letter I
with acute -->
<!ENTITY Icirc "Î"> <!-- U+00CE ISOlat1 - latin capital letter I
with circumflex -->
<!ENTITY Iuml "Ï"> <!-- U+00CF ISOlat1 - latin capital letter I
with diaeresis -->
<!ENTITY ETH "Ð"> <!-- U+00D0 ISOlat1 - latin capital letter ETH
-->
<!ENTITY Ntilde "Ñ"> <!-- U+00D1 ISOlat1 - latin capital letter N
with tilde -->
<!ENTITY Ograve "Ò"> <!-- U+00D2 ISOlat1 - latin capital letter O
with grave -->
<!ENTITY Oacute "Ó"> <!-- U+00D3 ISOlat1 - latin capital letter O
with acute -->
<!ENTITY Ocirc "Ô"> <!-- U+00D4 ISOlat1 - latin capital letter O
with circumflex -->
<!ENTITY Otilde "Õ"> <!-- U+00D5 ISOlat1 - latin capital letter O
with tilde -->
<!ENTITY Ouml "Ö"> <!-- U+00D6 ISOlat1 - latin capital letter O
with diaeresis -->
<!ENTITY times "×"> <!-- U+00D7 ISOnum - multiplication sign
-->
<!ENTITY Oslash "Ø"> <!-- U+00D8 ISOlat1 - latin capital letter O
with stroke = latin capital letter O slash -->
<!ENTITY Ugrave "Ù"> <!-- U+00D9 ISOlat1 - latin capital letter U
with grave -->
<!ENTITY Uacute "Ú"> <!-- U+00DA ISOlat1 - latin capital letter U
with acute -->
<!ENTITY Ucirc "Û"> <!-- U+00DB ISOlat1 - latin capital letter U
with circumflex -->
<!ENTITY Uuml "Ü"> <!-- U+00DC ISOlat1 - latin capital letter U
with diaeresis -->
<!ENTITY Yacute "Ý"> <!-- U+00DD ISOlat1 - latin capital letter Y
with acute -->
<!ENTITY THORN "Þ"> <!-- U+00DE ISOlat1 - latin capital letter
THORN -->
<!ENTITY szlig "ß"> <!-- U+00DF ISOlat1 - latin small letter sharp
s = ess-zed -->
<!ENTITY agrave "à"> <!-- U+00E0 ISOlat1 - latin small letter a
with grave = latin small letter a grave -->
<!ENTITY aacute "á"> <!-- U+00E1 ISOlat1 - latin small letter a
with acute -->
<!ENTITY acirc "â"> <!-- U+00E2 ISOlat1 - latin small letter a
with circumflex -->
<!ENTITY atilde "ã"> <!-- U+00E3 ISOlat1 - latin small letter a
with tilde -->
<!ENTITY auml "ä"> <!-- U+00E4 ISOlat1 - latin small letter a
with diaeresis -->
<!ENTITY aring "å"> <!-- U+00E5 ISOlat1 - latin small letter a
with ring above = latin small letter a ring -->
<!ENTITY aelig "æ"> <!-- U+00E6 ISOlat1 - latin small letter ae =
latin small ligature ae -->
<!ENTITY ccedil "ç"> <!-- U+00E7 ISOlat1 - latin small letter c
with cedilla -->
<!ENTITY egrave "è"> <!-- U+00E8 ISOlat1 - latin small letter e
with grave -->
<!ENTITY eacute "é"> <!-- U+00E9 ISOlat1 - latin small letter e
with acute -->
<!ENTITY ecirc "ê"> <!-- U+00EA ISOlat1 - latin small letter e
with circumflex -->
<!ENTITY euml "ë"> <!-- U+00EB ISOlat1 - latin small letter e
with diaeresis -->
<!ENTITY igrave "ì"> <!-- U+00EC ISOlat1 - latin small letter i
with grave -->
<!ENTITY iacute "í"> <!-- U+00ED ISOlat1 - latin small letter i
with acute -->
<!ENTITY icirc "î"> <!-- U+00EE ISOlat1 - latin small letter i
with circumflex -->
<!ENTITY iuml "ï"> <!-- U+00EF ISOlat1 - latin small letter i
with diaeresis -->
<!ENTITY eth "ð"> <!-- U+00F0 ISOlat1 - latin small letter eth
-->
<!ENTITY ntilde "ñ"> <!-- U+00F1 ISOlat1 - latin small letter n
with tilde -->
<!ENTITY ograve "ò"> <!-- U+00F2 ISOlat1 - latin small letter o
with grave -->
<!ENTITY oacute "ó"> <!-- U+00F3 ISOlat1 - latin small letter o
with acute -->
<!ENTITY ocirc "ô"> <!-- U+00F4 ISOlat1 - latin small letter o
with circumflex -->
<!ENTITY otilde "õ"> <!-- U+00F5 ISOlat1 - latin small letter o
with tilde -->
<!ENTITY ouml "ö"> <!-- U+00F6 ISOlat1 - latin small letter o
with diaeresis -->
<!ENTITY divide "÷"> <!-- U+00F7 ISOnum - division sign
-->
<!ENTITY oslash "ø"> <!-- U+00F8 ISOlat1 - latin small letter o
with stroke = latin small letter o slash -->
<!ENTITY ugrave "ù"> <!-- U+00F9 ISOlat1 - latin small letter u
with grave -->
<!ENTITY uacute "ú"> <!-- U+00FA ISOlat1 - latin small letter u
with acute -->
<!ENTITY ucirc "û"> <!-- U+00FB ISOlat1 - latin small letter u
with circumflex -->
<!ENTITY uuml "ü"> <!-- U+00FC ISOlat1 - latin small letter u
with diaeresis -->
<!ENTITY yacute "ý"> <!-- U+00FD ISOlat1 - latin small letter y
with acute -->
<!ENTITY thorn "þ"> <!-- U+00FE ISOlat1 - latin small letter thorn
-->
<!ENTITY yuml "ÿ"> <!-- U+00FF ISOlat1 - latin small letter y
with diaeresis -->
<!-- C0 Controls and Basic Latin -->
<!ENTITY quot """> <!-- U+0022 ISOnum - quotation mark = APL
quote -->
<!ENTITY amp "&"> <!-- U+0026 ISOnum - ampersand
-->
<!ENTITY lt "<"> <!-- U+003C ISOnum - less-than sign
-->
<!ENTITY gt ">"> <!-- U+003E ISOnum - greater-than sign
-->
<!-- Latin Extended-A -->
<!ENTITY OElig "Œ"> <!-- U+0152 ISOlat2 - latin capital ligature
OE -->
<!ENTITY oelig "œ"> <!-- U+0153 ISOlat2 - latin small ligature oe
-->
<!-- ligature is a misnomer, this is a separate character in some languages
-->
<!ENTITY Scaron "Š"> <!-- U+0160 ISOlat2 - latin capital letter S
with caron -->
<!ENTITY scaron "š"> <!-- U+0161 ISOlat2 - latin small letter s
with caron -->
<!ENTITY Yuml "Ÿ"> <!-- U+0178 ISOlat2 - latin capital letter Y
with diaeresis -->
<!-- Spacing Modifier Letters -->
<!ENTITY circ "ˆ" > <!-- U+02C6 ISOpub - modifier letter
circumflex accent -->
<!ENTITY tilde "˜" > <!-- U+02DC ISOdia - small tilde
-->
<!-- General Punctuation -->
<!ENTITY ensp " "> <!-- U+2002 ISOpub - en space
-->
<!ENTITY emsp " "> <!-- U+2003 ISOpub - em space
-->
<!ENTITY thinsp " "> <!-- U+2009 ISOpub - thin space
-->
<!ENTITY zwnj "‌"> <!-- U+200C RFC 2070 - zero width non-joiner
-->
<!ENTITY zwj "‍"> <!-- U+200D RFC 2070 - zero width joiner
-->
<!ENTITY lrm "‎"> <!-- U+200E RFC 2070 - left-to-right mark
-->
<!ENTITY rlm "‏"> <!-- U+200F RFC 2070 - right-to-left mark
-->
<!ENTITY ndash "–"> <!-- U+2013 ISOpub - en dash
-->
<!ENTITY mdash "—"> <!-- U+2014 ISOpub - em dash
-->
<!ENTITY lsquo "‘"> <!-- U+2018 ISOnum - left single quotation
mark -->
<!ENTITY rsquo "’"> <!-- U+2019 ISOnum - right single quotation
mark -->
<!ENTITY sbquo "‚"> <!-- U+201A NEW - single low-9 quotation
mark -->
<!ENTITY ldquo "“"> <!-- U+201C ISOnum - left double quotation
mark -->
<!ENTITY rdquo "”"> <!-- U+201D ISOnum - right double quotation
mark, -->
<!ENTITY bdquo "„"> <!-- U+201E NEW - double low-9 quotation
mark -->
<!ENTITY dagger "†"> <!-- U+2020 ISOpub - dagger
-->
<!ENTITY Dagger "‡"> <!-- U+2021 ISOpub - double dagger
-->
<!ENTITY permil "‰"> <!-- U+2030 ISOtech - per mille sign
-->
<!ENTITY lsaquo "‹"> <!-- U+2039 ISO prop. - single left-pointing
angle quotation mark -->
<!-- lsaquo is proposed but not yet ISO standardized -->
<!ENTITY rsaquo "›"> <!-- U+203A ISO prop. - single right-pointing
angle quotation mark -->
<!-- rsaquo is proposed but not yet ISO standardized -->
<!ENTITY euro "€"> <!-- U+20AC NEW - euro sign
-->
<!-- Latin Extended-B -->
<!ENTITY fnof "ƒ"> <!-- U+0192 ISOtech - latin small f with hook
= function = florin -->
<!-- Greek -->
<!ENTITY Alpha "Α"> <!-- U+0391 - greek capital letter
alpha -->
<!ENTITY Beta "Β"> <!-- U+0392 - greek capital letter
beta -->
<!ENTITY Gamma "Γ"> <!-- U+0393 ISOgrk3 - greek capital letter
gamma -->
<!ENTITY Delta "Δ"> <!-- U+0394 ISOgrk3 - greek capital letter
delta -->
<!ENTITY Epsilon "Ε"> <!-- U+0395 - greek capital letter
epsilon -->
<!ENTITY Zeta "Ζ"> <!-- U+0396 - greek capital letter
zeta -->
<!ENTITY Eta "Η"> <!-- U+0397 - greek capital letter eta
-->
<!ENTITY Theta "Θ"> <!-- U+0398 ISOgrk3 - greek capital letter
theta -->
<!ENTITY Iota "Ι"> <!-- U+0399 - greek capital letter
iota -->
<!ENTITY Kappa "Κ"> <!-- U+039A - greek capital letter
kappa -->
<!ENTITY Lambda "Λ"> <!-- U+039B ISOgrk3 - greek capital letter
lambda -->
<!ENTITY Mu "Μ"> <!-- U+039C - greek capital letter mu
-->
<!ENTITY Nu "Ν"> <!-- U+039D - greek capital letter nu
-->
<!ENTITY Xi "Ξ"> <!-- U+039E ISOgrk3 - greek capital letter xi
-->
<!ENTITY Omicron "Ο"> <!-- U+039F - greek capital letter
omicron -->
<!ENTITY Pi "Π"> <!-- U+03A0 ISOgrk3 - greek capital letter pi
-->
<!ENTITY Rho "Ρ"> <!-- U+03A1 - greek capital letter rho
-->
<!ENTITY Sigma "Σ"> <!-- U+03A3 ISOgrk3 - greek capital letter
sigma -->
<!ENTITY Tau "Τ"> <!-- U+03A4 - greek capital letter tau
-->
<!ENTITY Upsilon "Υ"> <!-- U+03A5 ISOgrk3 - greek capital letter
upsilon -->
<!ENTITY Phi "Φ"> <!-- U+03A6 ISOgrk3 - greek capital letter phi
-->
<!ENTITY Chi "Χ"> <!-- U+03A7 - greek capital letter chi
-->
<!ENTITY Psi "Ψ"> <!-- U+03A8 ISOgrk3 - greek capital letter psi
-->
<!ENTITY Omega "Ω"> <!-- U+03A9 ISOgrk3 - greek capital letter
omega -->
<!ENTITY alpha "α"> <!-- U+03B1 ISOgrk3 - greek small letter alpha
-->
<!ENTITY beta "β"> <!-- U+03B2 ISOgrk3 - greek small letter beta
-->
<!ENTITY gamma "γ"> <!-- U+03B3 ISOgrk3 - greek small letter gamma
-->
<!ENTITY delta "δ"> <!-- U+03B4 ISOgrk3 - greek small letter delta
-->
<!ENTITY epsilon "ε"> <!-- U+03B5 ISOgrk3 - greek small letter
epsilon -->
<!ENTITY zeta "ζ"> <!-- U+03B6 ISOgrk3 - greek small letter zeta
-->
<!ENTITY eta "η"> <!-- U+03B7 ISOgrk3 - greek small letter eta
-->
<!ENTITY theta "θ"> <!-- U+03B8 ISOgrk3 - greek small letter theta
-->
<!ENTITY iota "ι"> <!-- U+03B9 ISOgrk3 - greek small letter iota
-->
<!ENTITY kappa "κ"> <!-- U+03BA ISOgrk3 - greek small letter kappa
-->
<!ENTITY lambda "λ"> <!-- U+03BB ISOgrk3 - greek small letter
lambda -->
<!ENTITY mu "μ"> <!-- U+03BC ISOgrk3 - greek small letter mu
-->
<!ENTITY nu "ν"> <!-- U+03BD ISOgrk3 - greek small letter nu
-->
<!ENTITY xi "ξ"> <!-- U+03BE ISOgrk3 - greek small letter xi
-->
<!ENTITY omicron "ο"> <!-- U+03BF NEW - greek small letter
omicron -->
<!ENTITY pi "π"> <!-- U+03C0 ISOgrk3 - greek small letter pi
-->
<!ENTITY rho "ρ"> <!-- U+03C1 ISOgrk3 - greek small letter rho
-->
<!ENTITY sigmaf "ς"> <!-- U+03C2 ISOgrk3 - greek small letter final
sigma -->
<!ENTITY sigma "σ"> <!-- U+03C3 ISOgrk3 - greek small letter sigma
-->
<!ENTITY tau "τ"> <!-- U+03C4 ISOgrk3 - greek small letter tau
-->
<!ENTITY upsilon "υ"> <!-- U+03C5 ISOgrk3 - greek small letter
upsilon -->
<!ENTITY phi "φ"> <!-- U+03C6 ISOgrk3 - greek small letter phi
-->
<!ENTITY chi "χ"> <!-- U+03C7 ISOgrk3 - greek small letter chi
-->
<!ENTITY psi "ψ"> <!-- U+03C8 ISOgrk3 - greek small letter psi
-->
<!ENTITY omega "ω"> <!-- U+03C9 ISOgrk3 - greek small letter omega
-->
<!ENTITY thetasym "ϑ"> <!-- U+03D1 NEW - greek small letter theta
symbol -->
<!ENTITY upsih "ϒ"> <!-- U+03D2 NEW - greek upsilon with hook
symbol -->
<!ENTITY piv "ϖ"> <!-- U+03D6 ISOgrk3 - greek pi symbol
-->
<!-- General Punctuation -->
<!ENTITY bull "•"> <!-- U+2022 ISOpub - bullet = black small
circle -->
<!ENTITY hellip "…"> <!-- U+2026 ISOpub - horizontal ellipsis =
three dot leader -->
<!ENTITY prime "′"> <!-- U+2032 ISOtech - prime = minutes = feet
-->
<!ENTITY Prime "″"> <!-- U+2033 ISOtech - double prime = seconds =
inches -->
<!ENTITY oline "‾"> <!-- U+203E NEW - overline = spacing
overscore -->
<!ENTITY frasl "⁄"> <!-- U+2044 NEW - fraction slash
-->
<!-- Letterlike Symbols -->
<!ENTITY weierp "℘"> <!-- U+2118 ISOamso - script capital P = power
set = Weierstrass p -->
<!ENTITY image "ℑ"> <!-- U+2111 ISOamso - blackletter capital I =
imaginary part -->
<!ENTITY real "ℜ"> <!-- U+211C ISOamso - blackletter capital R =
real part symbol -->
<!ENTITY trade "™"> <!-- U+2122 ISOnum - trade mark sign
-->
<!ENTITY alefsym "ℵ"> <!-- U+2135 NEW - alef symbol = first
transfinite cardinal -->
<!-- Arrows -->
<!ENTITY larr "←"> <!-- U+2190 ISOnum - leftwards arrow
-->
<!ENTITY uarr "↑"> <!-- U+2191 ISOnum - upwards arrow
-->
<!ENTITY rarr "→"> <!-- U+2192 ISOnum - rightwards arrow
-->
<!ENTITY darr "↓"> <!-- U+2193 ISOnum - downwards arrow
-->
<!ENTITY harr "↔"> <!-- U+2194 ISOamsa - left right arrow
-->
<!ENTITY crarr "↵"> <!-- U+21B5 NEW - downwards arrow with
corner leftwards = carriage return -->
<!ENTITY lArr "⇐"> <!-- U+21D0 ISOtech - leftwards double arrow
-->
<!ENTITY uArr "⇑"> <!-- U+21D1 ISOamsa - upwards double arrow
-->
<!ENTITY rArr "⇒"> <!-- U+21D2 ISOtech - rightwards double arrow
-->
<!ENTITY dArr "⇓"> <!-- U+21D3 ISOamsa - downwards double arrow
-->
<!ENTITY hArr "⇔"> <!-- U+21D4 ISOamsa - left right double arrow
-->
<!-- Mathematical Operators -->
<!ENTITY forall "∀"> <!-- U+2200 ISOtech - for all
-->
<!ENTITY part "∂"> <!-- U+2202 ISOtech - partial differential
-->
<!ENTITY exist "∃"> <!-- U+2203 ISOtech - there exists
-->
<!ENTITY empty "∅"> <!-- U+2205 ISOamso - empty set = null set =
diameter -->
<!ENTITY nabla "∇"> <!-- U+2207 ISOtech - nabla = backward
difference -->
<!ENTITY isin "∈"> <!-- U+2208 ISOtech - element of
-->
<!ENTITY notin "∉"> <!-- U+2209 ISOtech - not an element of
-->
<!ENTITY ni "∋"> <!-- U+220B ISOtech - contains as member
-->
<!ENTITY prod "∏"> <!-- U+220F ISOamsb - n-ary product = product
sign -->
<!ENTITY sum "∑"> <!-- U+2211 ISOamsb - n-ary sumation
-->
<!ENTITY minus "−"> <!-- U+2212 ISOtech - minus sign
-->
<!ENTITY lowast "∗"> <!-- U+2217 ISOtech - asterisk operator
-->
<!ENTITY radic "√"> <!-- U+221A ISOtech - square root = radical
sign -->
<!ENTITY prop "∝"> <!-- U+221D ISOtech - proportional to
-->
<!ENTITY infin "∞"> <!-- U+221E ISOtech - infinity
-->
<!ENTITY ang "∠"> <!-- U+2220 ISOamso - angle
-->
<!ENTITY and "∧"> <!-- U+2227 ISOtech - logical and = wedge
-->
<!ENTITY or "∨"> <!-- U+2228 ISOtech - logical or = vee
-->
<!ENTITY cap "∩"> <!-- U+2229 ISOtech - intersection = cap
-->
<!ENTITY cup "∪"> <!-- U+222A ISOtech - union = cup
-->
<!ENTITY int "∫"> <!-- U+222B ISOtech - integral
-->
<!ENTITY there4 "∴"> <!-- U+2234 ISOtech - therefore
-->
<!ENTITY sim "∼"> <!-- U+223C ISOtech - tilde operator = varies
with = similar to -->
<!ENTITY cong "≅"> <!-- U+2245 ISOtech - approximately equal to
-->
<!ENTITY asymp "≈"> <!-- U+2248 ISOamsr - almost equal to =
asymptotic to -->
<!ENTITY ne "≠"> <!-- U+2260 ISOtech - not equal to
-->
<!ENTITY equiv "≡"> <!-- U+2261 ISOtech - identical to
-->
<!ENTITY le "≤"> <!-- U+2264 ISOtech - less-than or equal to
-->
<!ENTITY ge "≥"> <!-- U+2265 ISOtech - greater-than or equal to
-->
<!ENTITY sub "⊂"> <!-- U+2282 ISOtech - subset of
-->
<!ENTITY sup "⊃"> <!-- U+2283 ISOtech - superset of
-->
<!ENTITY nsub "⊄"> <!-- U+2284 ISOamsn - not a subset of
-->
<!ENTITY sube "⊆"> <!-- U+2286 ISOtech - subset of or equal to
-->
<!ENTITY supe "⊇"> <!-- U+2287 ISOtech - superset of or equal to
-->
<!ENTITY oplus "⊕"> <!-- U+2295 ISOamsb - circled plus = direct
sum -->
<!ENTITY otimes "⊗"> <!-- U+2297 ISOamsb - circled times = vector
product -->
<!ENTITY perp "⊥"> <!-- U+22A5 ISOtech - up tack = orthogonal to
= perpendicular -->
<!ENTITY sdot "⋅"> <!-- U+22C5 ISOamsb - dot operator
-->
<!-- Miscellaneous Technical -->
<!ENTITY lceil "⌈"> <!-- U+2308 ISOamsc - left ceiling = apl
upstile -->
<!ENTITY rceil "⌉"> <!-- U+2309 ISOamsc - right ceiling
-->
<!ENTITY lfloor "⌊"> <!-- U+230A ISOamsc - left floor = apl
downstile -->
<!ENTITY rfloor "⌋"> <!-- U+230B ISOamsc - right floor
-->
<!ENTITY lang "〈"> <!-- U+2329 ISOtech - left-pointing angle
bracket = bra -->
<!ENTITY rang "〉"> <!-- U+232A ISOtech - right-pointing angle
bracket = ket -->
<!-- Geometric Shapes -->
<!ENTITY loz "◊"> <!-- U+25CA ISOpub - lozenge
-->
<!-- Miscellaneous Symbols -->
<!ENTITY spades "♠"> <!-- U+2660 ISOpub - black spade suit
-->
<!ENTITY clubs "♣"> <!-- U+2663 ISOpub - black club suit =
shamrock -->
<!ENTITY hearts "♥"> <!-- U+2665 ISOpub - black heart suit =
valentine -->
<!ENTITY diams "♦"> <!-- U+2666 ISOpub - black diamond suit
-->
<!-- CVS $Revision: 1.1 $ $Date: 2001/10/21 05:20:08 $ -->
<!-- Portions (C) International Organization for Standardization 1986
Permission to copy in any form is granted for use with
conforming SGML systems and applications as defined in
ISO 8879, provided this notice is included in all copies. -->
1.1 xml-site/sources/security/dtd/document.dtd
Index: document.dtd
===================================================================
<?xml encoding='US-ASCII'?>
<!-- STYLEBOOK DOCUMENT DTD -->
<!-- import the external blocks.ent dtd -->
<!ENTITY % blocksEntity SYSTEM "blocks.ent">
%blocksEntity;
<!ELEMENT s1 (s2|%blocks;)*>
<!ELEMENT s2 (s3|%blocks;)*>
<!ELEMENT s3 (s4|%blocks;)*>
<!ELEMENT s4 (%blocks;)*>
<!ATTLIST s1 title CDATA #REQUIRED>
<!ATTLIST s2 title CDATA #REQUIRED>
<!ATTLIST s3 title CDATA #REQUIRED>
<!ATTLIST s4 title CDATA #REQUIRED>
<!-- CVS $Revision: 1.1 $ $Date: 2001/10/21 05:20:08 $ -->
1.1 xml-site/sources/security/dtd/entities.ent
Index: entities.ent
===================================================================
<?xml encoding="US-ASCII"?>
<!ENTITY packagenamelong "Apache XML Security Software">
<!ENTITY packagename "XMLSecurity-J">
<!ENTITY packageversion "0.0.1">
<!ENTITY packagedirectory "xml-security-0_0_1">
<!ENTITY packagedistname "XMLSecurity-J-bin">
1.1 xml-site/sources/security/dtd/faqs.dtd
Index: faqs.dtd
===================================================================
<?xml encoding='US-ASCII'?>
<!-- STYLEBOOK FAQS DTD -->
<!-- import the external blocks.ent dtd -->
<!ENTITY % blocksEntity SYSTEM "blocks.ent">
%blocksEntity;
<!ELEMENT faqs (faq)+>
<!ATTLIST faqs title CDATA #REQUIRED>
<!ELEMENT faq (q,a)>
<!ATTLIST faq title CDATA #IMPLIED>
<!ELEMENT q (#PCDATA)>
<!ELEMENT a (%blocks;)+>
<!-- CVS $Revision: 1.1 $ $Date: 2001/10/21 05:20:08 $ -->
1.1 xml-site/sources/security/dtd/links.ent
Index: links.ent
===================================================================
<?xml encoding='US-ASCII'?>
<!-- LINKS ENTITY -->
<!ENTITY % links "link|anchor|jump|img|resource-ref|human-resource-ref">
<!ELEMENT anchor EMPTY>
<!ATTLIST anchor name NMTOKEN #REQUIRED>
<!ELEMENT img EMPTY>
<!ATTLIST img src CDATA #REQUIRED
alt CDATA #REQUIRED>
<!ELEMENT link (#PCDATA|img)*>
<!ATTLIST link idref NMTOKEN #IMPLIED
anchor CDATA #IMPLIED>
<!ELEMENT jump (#PCDATA|img)*>
<!ATTLIST jump href CDATA #REQUIRED>
<!-- cross-reference resource elements -->
<!ELEMENT resource-ref EMPTY>
<!ATTLIST resource-ref idref CDATA #REQUIRED>
<!ELEMENT human-resource-ref EMPTY>
<!ATTLIST human-resource-ref idref CDATA #REQUIRED>
1.1 xml-site/sources/security/dtd/markup.ent
Index: markup.ent
===================================================================
<?xml encoding='US-ASCII'?>
<!-- MARKUP ENTITY -->
<!ENTITY % markup "em|ref|code|br">
<!-- import the external source-specific dtd -->
<!ENTITY % externalEntity SYSTEM "entities.ent">
%externalEntity;
<!-- import the external charecters.ent dtd -->
<!ENTITY % charEntity SYSTEM "characters.ent">
%charEntity;
<!-- import the external links.ent dtd -->
<!ENTITY % linksEntity SYSTEM "links.ent">
%linksEntity;
<!ELEMENT em (#PCDATA|%links;)*>
<!ELEMENT ref (#PCDATA|%links;)*>
<!ELEMENT code (#PCDATA|%links;)*>
<!ELEMENT br EMPTY>
<!-- CVS $Revision: 1.1 $ $Date: 2001/10/21 05:20:08 $ -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]