Subject:Converting XML from one schema to another Author:Giles Carey Date:21 Oct 2006 10:06 AM
Dear All,
I am new to XML, XSLT etc so sorry if this is a pretty basic request.
Basically, I am exporting from a number of access dtaabases, all with different structures into an XML document. No problem at all, works fine.
Then I want to convert these XML documents from their existing schemas to a new overarching schema by mapping across. Basically I will tell which fields match and then want to create a new XML file which has put the correct data in the correct box, as it were.
Is this possible in StlyusStudio? Are there any good tutorials out there (looked at the videos but they aren't quite clear)? Any recommended starting points?