Re: [xsl] csv data to xml

Subject: Re: [xsl] csv data to xml
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 27 Jun 2013 23:43:37 -0400
At 2013-06-28 04:34 +0100, henry human wrote:
Could not run your sample Crane-ParseCSV without a howto-use

Section 1.1 of the readme-Crane-ParseCSV.html documentation file from the distribution ZIP is copied below.


The documentation is embedded in the XSLT using XSLStyle, and the HTML is the distilled, formatted documentation.

I hope this helps.

. . . . . . . . . Ken

1.1. Default processing

A default processing framework, typically overridden by an importing stylesheet.

Example invocation using saxon9he.jar from http://saxon.sf.net

  java -jar saxon9he.jar -it:{http://CraneSoftwrights.com/ns/parseCSV}start
                         -xsl:Crane-ParseCSV.xsl "filename=test.csv"

filename (xsl:param)

The file name to process

encoding select="'utf-8'" (xsl:param)

The encoding of the file name to process


-- Contact us for world-wide XML consulting and instructor-led training | Free 5-hour lecture: http://www.CraneSoftwrights.com/links/udemy.htm | Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ | G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx | Google+ profile: https://plus.google.com/116832879756988317389/about | Legal business disclaimers: http://www.CraneSoftwrights.com/legal |

Current Thread