xml to streets to csv
Posted by sarneil on 11 Jun 2015 in Activity log
To generate the streets.html file from the xml data files:
- run compare.xsl on itself
I.e. a transformation configured as:
(XML URL = ${pdu}/xsl/compare.xsl , XSL URL = ${pdu}/xsl/compare.xsl , transformer = Saxon-PE 9.5.1.7
Save as = ${cfd}/../streets.html, check Open in Browser with Saved file, check Open in Editor )
To generated a csv file for each xml data file:
- run everything_to_csv.xsl on streets.html
I.e. a transformation configured as:
(XML URL = ${currentFileURL} , XSL URL = ${pdu}/xsl/everything_to_csv.xsl , transformer = Saxon-PE 9.5.1.7 ,
Save as = empty , show results as = XML , nothing else set)