Modular documents
-
Multiple author editing conflicts
-
User interface limits
-
No document component reuse
<book version="5.2" ❶ xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"> ❷ <xi:include href="start.xml" ❸ xpointer="element(/1)"/> ❹ <xi:include href="intro.xml" ❺ xpointer="element(/1)"/> ❻ </book> |
<chapter version="5.2" ❶ xmlns="http://docbook.org/ns/docbook"> <title>Start</title> <para>See <xref linkend="intro"/>.</para> </chapter> |
<chapter version="5.2" ❶ xmlns="http://docbook.org/ns/docbook"> <title>Introduction</title> <para>Basic stuff.</para> </chapter> |
No. 4
Internal links and modular documents
Q: |
Start from your internal link example document from your
Internal document links exercise. Decompose this
document into a master document and one document per Is link consistency still being guaranteed? What about internal links spanning file boundaries? TipUsing the XMLMind editor there is a |