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...
User Profile
Collapse
-
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....Leave a comment:
-
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...Leave a comment:
-
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
No activity results to display
Show More
Leave a comment: