OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: using olinks everywhere?


I have a large collection of user guides in Docbook 4.3 and 5.1, and they have a top-level Docbook files with a <book> element, and sub-chapters are pulled in using xincludes like this:

<book id="book_1" lang="en" xmlns:xi="http://www.w3.org/2001/XInclude";>
ÂÂÂ <bookinfo>
ÂÂÂÂÂÂÂ <title>my title</title>
ÂÂÂ </bookinfo>

ÂÂÂ <xi:include href="overview.xml"/>
ÂÂÂ <xi:include href="platform.xml"/>
ÂÂÂ <xi:include href="components.xml"/>
ÂÂÂ <xi:include href="install.xml"/>
etc.

In the interests of simplicity for authors, we have the idea of using only <olink>s for linking across these books. Does anyone know of any problems with using only olinks?

Thanks,
Mark


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]