Marketplace:

 
Domain name registration: Cheap domain names from 895cheap-domain.com
Cheap domain registration, buy domain name or transfer domain names at affordable price
Register domain name or buy domain registration from $2.95 per domain year

 

   

XSLT Processors

next up previous contents index

Debian has a decent collection of XSLT processors:

lib-xt-java: Works well. Style sheet parameter is handled effortlessly.

  $ java com.jclark.xsl.sax.Driver <XML file> <XSL file> [id=wgi001]


sablotron: Works well but my sample genealogy style sheet with a parameter cause sablotron to find an error! (Perhaps it's stricter with XSL or else it does not implement some feature--not yet explored.)

  $ sabcmd <XSL file> <XML file> [\$id=wgi001]


transformiix: Produces slightly different output to all the rest. Does not seem to allow assignment to parameters.

  $ transfrmx -s <XSL file> -i <XML file>


xalan: Works well but could not get it to take the parameter?

  $ xalan -xsl <XSL file> -in <XML file> [-param id wgi001]


xsltproc:

  $ xsltproc [--param id wgi001] <XSL file> <XML file>



Copyright (c) 1995-2004

 

      

Marketplace:
Facts: " Do what you think is interesting, do something that you think is fun and worthwhile, because otherwise you won't do it well anyway.   "  

Tuesday 22 May 2012 22:59:30 1337727570