Re: identical key generation on multiple nodes?
Georges Discry <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Message-ID | <[email protected]> |
Ids are supposed to be unique so there can only be only one node with a specific id. You'll have to use a specific attribute to do what you want... Additionally, I think that the value of an id cannot start with a number... [email protected] a écrit : > <page number="1" id="1"> > <text/> > <text/> > </page> > <page number="7" id="1"> > <identity id="page.figure1" /> > <text/> > <text/> > </page> > <page number="10" id="1"> > <identity id="page.figure2" /> > <text/> > <text/> > </page>