Hello,
I want to renumber the id values for a set of tags in a XML file. For example, I want to sequentially insert id's for <p> element. The result should be
<p id="1">
<p id="2">
<p id="3">...
I tried using counters, but it does'nt work. Can any one tell me how to do it?
Sriram
In reply to Renumbering ID values for XML tags by rsriram
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |