in reply to Re: Renumbering ID values for XML tags
in thread Renumbering ID values for XML tags

No need for the regex, just:

$twig->set_id_seed( '' );
before the parse call.

-derby