# $Id: XSLTPROC.mak,v 1.1 2002/07/11 07:25:28 connolly Exp $ # invoke XSLTPROC ala: # $(XSLTPROC) --novalid --param Charter '"http://www.w3.org/2001/sw/WebOnt/charter"' mem-scrape.xsl Overview.html >$@ XSLTPROC=xsltproc # tested configuration, on a debian linux box: # $ type xsltproc # xsltproc is hashed (/usr/bin/xsltproc) # $ dpkg -s xsltproc # Package: xsltproc # Maintainer: Nicolás Lichtmaier # Source: libxslt # Version: 1.0.6-1 # Description: XSLT command line processor # This is a command line tool that allows to transform XML files into other # XML files (or HTML, text, ...) using the standard XSLT stylesheet # transformation mechanism. # http://packages.debian.org/unstable/text/xsltproc.html # libxslt_1.0.6.orig.tar.gz 19-Nov-2001 00:18 1.9M # libxslt-1.0.6.tar.gz 1936 KB 10/30/01 14:52:00 # http://xmlsoft.org/XSLT/ # Daniel Veillard