Subject:Creating xml file from CSV ussing a XSD file Author:Daniel Luczak Date:19 Sep 2008 02:28 PM
Hello all,
I am new to Stylus--
Here is my question using Stylus Studio 2008
I have a csv file that I need to convert to XML-- I am able to do this
Than I have an XSD file that I need to map the converted XML (originally CSV) to new XML using the XSD data.
Question-
How do I bring up a mapping took to map xml datat to XSD layout and save xml file
Subject:Creating xml file from CSV ussing a XSD file Author:Tony Lavinio Date:19 Sep 2008 03:50 PM
File|New|XSLT
For the input file,
choose your CSV file, and tell it to use the XML Converter
select the CSV converter
Switch to the mapping tab
On the right, load your XSD
Subject:Creating xml file from CSV ussing a XSD file Author:Tony Lavinio Date:30 Sep 2008 11:51 AM
If you've followed those steps, you'd end up with an XSLT file
that can be run to execute the transformation. The output of
that XSLT file will be the XML file.