Hi
Any idea if its going to be faster to do transformation from a structured dataset from one format to another using XSLT or some sort of Java code which reads the data from the DB and creats the new format.
Example: RosettaNet 1.2 3A4 to cXML
Usually, XSLT transformation is very resource intensive and takes time... wondering doing it through DB and Java code makes it faster? I will appreciate if any one has done this already
Any idea if its going to be faster to do transformation from a structured dataset from one format to another using XSLT or some sort of Java code which reads the data from the DB and creats the new format.
Example: RosettaNet 1.2 3A4 to cXML
Usually, XSLT transformation is very resource intensive and takes time... wondering doing it through DB and Java code makes it faster? I will appreciate if any one has done this already