Selvakumar has asked for the wisdom of the Perl Monks concerning the following question:
Hi All,
I have a requirement to convert xml file to xml file. Here i need to process a lot not only tag names changed here but i need to get attribute and process with some calculation and from the comment i need to get some details and insert in to an attribute, convert CMYK values to RGB values for an attribute, like lot of calculation i need to do.
I need your valuable suggestion to convert this process. Initially i thought to convert from xslt but since lot of calculation part and script process required i need some suggestion to do this.
The file size to convert is very huge since i am unable to upload here.
For example:
<div class="P_FM_EPG_INTRO_FIRST" pstyID="u15d" cstyID="u62">
<paragraph class="PFMEPGINTROFIRST" style="FM_EPG_INTRO_FIRST">
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: xml to xml with script process
by Sewi (Friar) on Oct 05, 2009 at 07:01 UTC | |
|
Re: xml to xml with script process
by mickep76 (Beadle) on Oct 05, 2009 at 07:28 UTC | |
by mickep76 (Beadle) on Oct 05, 2009 at 07:39 UTC | |
by Selvakumar (Scribe) on Oct 06, 2009 at 06:51 UTC | |
|
Re: xml to xml with script process
by Jenda (Abbot) on Oct 06, 2009 at 15:54 UTC |