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: 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



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