Hi,
as far as I have understood there is
one <anchor xml:id="123"/> with one <ref target="#123"/>
and there is also this:
several <anchor xml:id="123"/> ... <anchor xml:id="456"/> ... <anchor xml:id="789"/> ... with one <ref target="#123 #456 #789"/>
But I am looking for a way to encode the opposite in a handy way:
one <head>
<anchor xml:id="123"/>
<anchor xml:id="456/>
<anchor xml:id="123"/>
...
</head>
with several <ref target="#123"/> ... <ref target="#456"/> ... <ref target="#789"/>
Is there for this case some short version like <anchor xml:id="123 456 789"/>?!
Steffen
|