ekring at ideorlando.org wrote: > Is it possible to cross-reference to referenced in docbook files? If so, > how?
I'm not sure to understand. My answer is about DocBook 4. (DocBook 5 has similar facilities.) * A hypertext link which points inside the same document (even when this document has been modularized) is represented by element link or by element xref. See http://www.docbook.org/tdg/en/html/link.html , http://www.docbook.org/tdg/en/html/xref.html * An hypertext link pointing to a document found on the Web is represented by element ulink. See http://www.docbook.org/tdg/en/html/ulink.html * An hypertext link pointing inside a document belonging to the same document set (e.g. the documentation of XMLmind XML Editor which comprises several separate documents) is represented by element olink. See http://www.docbook.org/tdg/en/html/olink.html Olink tutorial here: "DocBook XSL: The Complete Guide" by Bob Stayton, "Chapter 24. Olinking between documents" http://www.sagehill.net/docbookxsl/Olinking.html Using link, xref and ulink is trivial. Using olink more or less requires you to be a DocBook expert. --- PS: Note that your question is not directly related to our product: XMLmind XML Editor.

