You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by David Crossley <cr...@indexgeo.com.au> on 2002/11/09 10:50:22 UTC

Re: Generate for every @id? (Re: id attribute ignored in )

Jeff Turner wrote:
> Rodent of Unusual Size wrote:
> > validation didn't varf on
> > 
> > <note id="Podling">
> > 
> > but neither did it get rendered into an anchor..
> > 
> > which should have happened?
> 
> Exactly that..
> 
> Everyone: the DTD allows @id on any element, but the stylesheet only
> generates <a name="..."> for <section>'s.  Would anyone object if I
> generalize the stylesheet rule so <a name="..."/> is created for every
> @id below <body>?

Do it.
--David