From: Cameron S. <ca...@sh...> - 2003-08-18 22:24:16
|
On Monday 18 Aug 2003 10:00 am, Artur Hefczyc wrote: > 3. I don't understand why unique ids are causing problems? > a) They are "relative" ids I remember why we need unique ids. The ids are used in the section tags: <section id="introduction">... These id parameters are then used in the html output for internal bookmark tags and referenced from the table of contents at the top. Eg: http:://geotools.org/gt2docs/developersguide.html#introduction If we have two sections in the resultant documentation with an id tag=introduction then we are going to have problems. -- Cameron Shorter http://cameron.shorter.net Open Source Developer http://generguide.sourceforge.net http://mapbuilder.sourceforge.net http://geotools.org Senior Software Engineer http://www.adi-limited.com |