<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
So I've been updating some genbooks modules per comments from the beta
tests. I think I've come across an error in either the DTD or the
documentation for ThML. The problem has to do with citation tags. The
docs I've been using are directly from CCEL:<br>
<blockquote><a class="moz-txt-link-freetext" href="http://www.ccel.org/ThML/ThML1.04.htm">http://www.ccel.org/ThML/ThML1.04.htm</a><br>
</blockquote>
where it says:<br>
<blockquote>Citations of other works such as books or treatises may be
marked
with the <span class="HTML"><span style="font-size: 10pt;"><citation></span></span>
element. That element may also take an <span class="HTML"><span
style="font-size: 10pt;">href</span></span><span class="Default">
attribute to
specify a URI for the cited work, if available. </span><br>
<span class="Default"></span></blockquote>
<span class="Default">I'm using the DTD from them as well:<br>
<br>
<!DOCTYPE ThML PUBLIC "-//CCEL/DTD Theological Markup Language//EN"
<a class="moz-txt-link-rfc2396E" href="http://www.ccel.org/dtd/ThML10.dtd">"http://www.ccel.org/dtd/ThML10.dtd"</a>><br>
<br>
If I add a <citation> element, then xmllint claims that it fails
against the DTD:<br>
<br>
</span>
<blockquote><tt><span class="Default">[bjdasc@ascpc5] xmllint --valid
tst.xml > law_gospel.xml.clean</span><br>
<span class="Default">tst.xml:15312: element citation: validity error
: No declaration for element citation</span><br>
<span class="Default"> In the <citation>Preface to the Book
of Concord</citation> (Mueller, p. 16. 17;</span><br>
<span class="Default">
^</span><br>
<span class="Default">tst.xml:15344: element p: validity error :
Element citation is not declared in p list of possible children</span><br>
<span class="Default">perhaps, while the blind are leaders of the
blind, all might perish.&rdquo;</p></span></tt><br>
<span class="Default"></span></blockquote>
<span class="Default">If I remove the tag, then it works fine. Should
I just remove the markup or should we try to fix this (it's not really
in our files)? Do we know who to contact at CCEL for this?<br>
<br>
Thanks,<br>
Brian<br>
<br>
</span>
</body>
</html>