User Profile

Collapse

Profile Sidebar

Collapse
perlprogrammer
perlprogrammer
Last Activity: Nov 28 '08, 11:32 AM
Joined: Nov 28 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • perlprogrammer
    replied to How to transform xml to another format
    in XML
    Thanks for your reply

    But still i cannot see how can i achieve the following
    when i transform xml format 1 to xml format 2 so that second system would except it..change the value somehow..give back the xml format 2 to system1 who does not know anything for how to change to fomrat 1 as it does not have the data lost in first transformation.

    If i do what you suggested how would i do know once the format 2 is returned...
    See more | Go to post

    Leave a comment:


  • perlprogrammer
    replied to How to transform xml to another format
    in XML
    that is correct..that is exactly what i want...since the xml formats are different....no t sure how to hide the information about the xml format 1 in second one and use that information when transforming back....
    See more | Go to post

    Leave a comment:


  • perlprogrammer
    replied to How to transform xml to another format
    in XML
    i have two systems which need the file in two different formats.
    sat i have xml1
    [code=-xml]
    <root>
    <data1> hi</data1>
    <sub> stuff<sub>
    </root>[/code]


    i convert it to xml2 for second system which might change the value
    [code=xml]
    <root>
    <data> hi</data>
    </root>
    [/code]

    when passing...
    See more | Go to post
    Last edited by Frinavale; Dec 9 '08, 05:18 PM. Reason: added code tags

    Leave a comment:


  • perlprogrammer
    started a topic How to transform xml to another format
    in XML

    How to transform xml to another format

    Hi,

    i would like to transform xml to another format (in doing so i loose the orignal xml format). Again i would like transform to the original XML format.

    is there a way to save the xml format in some way so that u can change back to original.

    Regards
    See more | Go to post
No activity results to display
Show More
Working...