in reply to Re: 'ID' generation issue and 'ID' format in XML::Twig
in thread 'ID' generation issue and 'ID' format in XML::Twig
gellyfish yes you are correct. I know ID must be unique. I am having xml document in which it has something like this
.......... <aff id="aff001">...</aff> <aff id="aff002">...</aff> <aff id="aff003">...</aff> ..... <sec id="sec001">...</sec> <sec id="sec002">...</sec> <sec id="sec003">...</sec>
I want to generate like the above?
Prasad
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: 'ID' generation issue and 'ID' format in XML::Twig
by gellyfish (Monsignor) on Jul 11, 2006 at 13:32 UTC | |
|
Re^3: 'ID' generation issue and 'ID' format in XML::Twig
by Hue-Bond (Priest) on Jul 11, 2006 at 14:55 UTC |