On Tuesday 02 April 2002 14:33, Yannick Patois wrote: > Hi, > > When I compile doc with anchor, I get an error: > jade:/home/patois/home/patois/work/userdoc/d6.2/d6_2/DataGrid-ConfMngmt-Bui >ldConv.dbook:259:982:E: end tag for element "ANCHOR" which is not open > > I solved the problem with the following fix:
I will apply it to the tree. > $ cvs diff insets/insetlabel.C > Index: insets/insetlabel.C > =================================================================== > RCS file: /cvs/lyx/lyx-devel/src/insets/insetlabel.C,v > retrieving revision 1.43 > diff -r1.43 insetlabel.C > 100c100 > < os << "<anchor id=\"" << getContents() << "\" ></anchor>"; > --- > > > os << "<anchor id=\"" << getContents() << "\" >"; > > I alreday talked about tha a long time ago... Is my docbook engine buggy > or is it right ? Somehow mine is very liberal. ;-) Looking in "The Definitive Guide" I see that you are right, sorry my mistake. :-) > An anchor is: > <anchor id="sec-documentation" > This one. > or: > <anchor id="sec-documentation" ></anchor> ? > > > Yannick -- Jos� Ab�lio
