[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Modular DocBook still not working
Hi Betty, > Thanks to Remko, Camille, and Thomas for your suggestions. I have since > modified SectionA and SectionB accordinly; Chapter is still the same as > before. > > I am still getting the following errors: > [...] > What else am I still missing? Suggestions are welcome. Your XML files are still invalid. I've attached a diff between old and new version. Hope that helps you. If you have question, don't hesitate. :-) Before you can apply any stylesheet, make sure your whole document is valid. Tom
--- SectionB.xml.orig 2009-04-03 16:38:40.000000000 +0200
+++ SectionB.xml 2009-04-03 16:38:20.000000000 +0200
@@ -3,8 +3,6 @@
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink">
-<section>
-
<title>Subsequent Tasks after a Reserve Request:</title>
<orderedlist>
@@ -22,13 +20,13 @@
Circulation.</para>
</listitem>
-<para>
+<!--<para>
???Are MARC extracts the same as the Syrup item, relevant portions of the MARC record??? If so, we should standarize on one term.
</para>
<para>
???Are the Syrup items configurable???
</para>
-
+-->
<listitem>
<para>Circulation reads the requests and routes the corresponding items
to Reserves.</para>
--- SectionA.xml.orig 2009-04-03 16:38:34.000000000 +0200 +++ SectionA.xml 2009-04-03 16:37:39.000000000 +0200 @@ -2,9 +2,6 @@ <section version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink"> - -<section> - <title>Adding a Reserve</title> <para>To add a reserve, do the following:</para>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]