paulami_perl has asked for the wisdom of the Perl Monks concerning the following question:
like after changelist attribute i want to add two more attributes like packaging_project_name="P1" environment_project_name="EV1" and finally my xml should look like<Codeline codeline-name="NW702_COR"> <Patch-attributes CR-Number="012006153200021828702013" SCV-name= +"PROCESS ENGINE 7.02" SP-Level="11" patch-level="12" DO-name="UWLJWF1 +1P" Changelist="159103" /> </Codeline>
could you suggest me some ways to handle this?? Thanks. paul<Codeline codeline-name="NW702_COR"> <Patch-attributes CR-Number="012006153200021828702013" SCV-name= +"PROCESS ENGINE 7.02" SP-Level="11" patch-level="12" DO-name="UWLJWF1 +1P" Changelist="159103" packaging_project_name="P1" environment_proje +ct_name="EV1" /> </Codeline>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: editing xml using perl
by GrandFather (Saint) on Nov 05, 2013 at 08:15 UTC | |
|
Re: editing xml using perl (search add xml attribute)
by Anonymous Monk on Nov 05, 2013 at 10:11 UTC | |
|
Re: editing xml using perl
by marinersk (Priest) on Nov 05, 2013 at 17:38 UTC | |
by Anonymous Monk on Nov 05, 2013 at 18:35 UTC | |
by marinersk (Priest) on Nov 05, 2013 at 18:44 UTC |