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] | [Elist Home]


Subject: DOCBOOK-APPS: TOC and LOT elements in the grove seem to be different...


Hi,

I have noticed that the TOC and LOT sub-trees seem to be different from 
other parts of the grove, in that:

   (select-elements (children (ancestor (normalize "book")))
	           (normalize "bookinfo"))

does not work. This suggests that a LOT or TOC are not properly 
connected in the grove.

One has to do:

   (select-elements (children (sgml-root-element))
		   (normalize "bookinfo"))

Why is there a difference?



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


Powered by eList eXpress LLC