Update of /cvsroot/refdb/homepage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6859
Modified Files:
doc.html
Log Message:
changed rnc files to rng
Index: doc.html
===================================================================
RCS file: /cvsroot/refdb/homepage/doc.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -U2 -r1.11 -r1.12
--- doc.html 6 Nov 2005 20:50:48 -0000 1.11
+++ doc.html 6 Nov 2005 21:35:06 -0000 1.12
@@ -2,5 +2,5 @@
<html xmlns="http://www.w3.org/1999/xhtml">
- <!-- $Id -->
+ <!-- $Id$ -->
<head>
@@ -209,9 +209,9 @@
<h2 id="dtd">DTD and Relax NG schema files</h2>
<p>RefDB uses four document type definitions (DTD) in addition to the DTDs of the supported SGML and XML documents. The <code>citationlistx.dtd</code> defines a document type that encodes the RefDB citation information in a SGML or XML document. The <code>citestylex.dtd</code> defines a document type that holds the style and formatting information for a specific publisher. The <code>risx.dtd</code> defines a document type to author bibliographic records. The <code>xnote.dtd</code> defines a document type to write extended notes. All DTDs can be viewed online. The URLs below can be used as the system identifier in your document's type declaration. They will always point to the most recent release of the DTDs (see the DTD files for how to use a particular release).</p>
- <p>The DTDs are also available as <a href="http://www.relaxng.org">Relax NG</a> schemas using the compact notation.</p>
- <p><a href="http://refdb.sourceforge.net/dtd/citationlistx/citationlistx.dtd">http://refdb.sourceforge.net/dtd/citationlistx/citationlistx.dtd</a> <a href="http://refdb.sourceforge.net/dtd/citationlistx/citationlistx.rnc">citationlistx.rnc</a></p>
- <p><a href="http://refdb.sourceforge.net/dtd/citestylex/citestylex.dtd">http://refdb.sourceforge.net/dtd/citestylex/citestylex.dtd</a> <a href="http://refdb.sourceforge.net/dtd/citestylex/citestylex.rnc">citestylex.rnc</a></p>
- <p><a href="http://refdb.sourceforge.net/dtd/risx/risx.dtd">http://refdb.sourceforge.net/dtd/risx/risx.dtd</a> <a href="http://refdb.sourceforge.net/dtd/risx/risx.rnc">risx.rnc</a></p>
- <p><a href="http://refdb.sourceforge.net/dtd/xnote/xnote.dtd">http://refdb.sourceforge.net/dtd/xnote/xnote.dtd</a> <a href="http://refdb.sourceforge.net/dtd/xnote/xnote.rnc">xnote.rnc</a></p>
+ <p>The DTDs are also available as <a href="http://www.relaxng.org">Relax NG</a> schemas using the XML notation.</p>
+ <p><a href="http://refdb.sourceforge.net/dtd/citationlistx/citationlistx.dtd">http://refdb.sourceforge.net/dtd/citationlistx/citationlistx.dtd</a> <a href="http://refdb.sourceforge.net/dtd/citationlistx/citationlistx.rng">citationlistx.rng</a></p>
+ <p><a href="http://refdb.sourceforge.net/dtd/citestylex/citestylex.dtd">http://refdb.sourceforge.net/dtd/citestylex/citestylex.dtd</a> <a href="http://refdb.sourceforge.net/dtd/citestylex/citestylex.rng">citestylex.rng</a></p>
+ <p><a href="http://refdb.sourceforge.net/dtd/risx/risx.dtd">http://refdb.sourceforge.net/dtd/risx/risx.dtd</a> <a href="http://refdb.sourceforge.net/dtd/risx/risx.rng">risx.rng</a></p>
+ <p><a href="http://refdb.sourceforge.net/dtd/xnote/xnote.dtd">http://refdb.sourceforge.net/dtd/xnote/xnote.dtd</a> <a href="http://refdb.sourceforge.net/dtd/xnote/xnote.rng">xnote.rng</a></p>
</div>
|