This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] State of the art in anchors?


Lots of templates in the XSL stylesheets attempt to generate
<a name="xxx"> where it would be more convenient to just output
IDs. 

For example:

<ul>
<li id="itemid"><p>Some content</p></li>
</ul>

instead of

<ul>
<li><p><a name="itemid">Some content</p></li>
</ul>

Are IDs on any (X)HTML element considered widely enough supported
now to rely on only the ID attribute markup? 

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | It is not impossibilities which
http://www.oasis-open.org/docbook/ | fill us with the deepest despair,
Chair, DocBook Technical Committee | but possibilities which we have
                                   | failed to realize.--Robert Mallet

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]