I am using PB9 and I need to create a new function that will convert an XML file to another XML file. The XMLs does not have the same schema but there is an XSL file.
Import the first XML into a datawindow, change whatever you need (or perhaps copy the data to a second datawindow with the fields for the second XML file), then export the data back to XML with a Saveas.
But problem is it's hard to match the data of the two XMLs. Their schema are not the same so its hard to know which fields to copy to the second datawindow. It's like a guessing game.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.