On Fri, 1 Mar 2002, Rich Bowen wrote: > On Fri, 1 Mar 2002, Rich Bowen wrote: > > > On Wed, 13 Feb 2002, Joshua Slive wrote: > > > > > I just committed the first go at an xml transformation system for the > > > module docs. I should have mentioned in the commit message that I didn't > > > invent all this myself. The inspiration and much of the code comes from > > > jakarta-site2, and mainly Jon Stevens and Craig McClanahan. > > > > > > The documentation for the new system is at > > > http://httpd.apache.org/docs-project/docsformat.html > > > > OK, question. I create a <section></section> with a <title></title>. How > > do I then link to that section from elsewhere in the doc? From anohter > > doc? > > Next question. Can I nest sections? (Subsections)
<section id="hereiam"><title>lala</title>... should create the appropriate <a href="#hereiam">reference</a>. Yes, sections can be nested. Main sections get <h2> and nested ones get <h3> at the moment. Joshua. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
