This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [docbook-apps] XRef between split documents


> -----Original Message-----
> From: Jens Skripczynski 
> i have a docbook 4.2 xml project, where I split the main document
> into several smaller documents. Now I need to reference from 
> one subfile
> to another file, that has an article as top instance.
>
...
... 
> ----- <fileb.xml> ----
> <article ID="test">
>   <title>test</test>
>   <para></para>
> </article>
> ----- </fileb.xml> ----


This file (fileb.xml) is not well-formed. 

1. There is a </test> end tag instead of </title>.
2. There is no attribute called "ID". It should be "id" (which is of type
ID). The information in TDG 2.0.10 is not correct.

/MJ


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]