]> granicus.if.org Git - docbook-dsssl/commit
created the xsl-saxon module
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 23 Aug 2007 01:45:55 +0000 (01:45 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 23 Aug 2007 01:45:55 +0000 (01:45 +0000)
commita154f8bfb5011216b076e1fa93fe429bef789a25
treef6b0da54a8b1ac90b590e9613a8f36981cfc8b6e
parentc66c9b9f0caa1e9b0a364bd6c3439644a6dadef3
created the xsl-saxon module
59 files changed:
xsl-saxon/AUTHORS [new file with mode: 0644]
xsl-saxon/BUGS [new file with mode: 0644]
xsl-saxon/COPYING [new file with mode: 0644]
xsl-saxon/INSTALL [new file with mode: 0644]
xsl-saxon/Makefile [new file with mode: 0644]
xsl-saxon/README [new file with mode: 0644]
xsl-saxon/TODO [new file with mode: 0644]
xsl-saxon/VERSION [new file with mode: 0644]
xsl-saxon/saxon65/build.xml [new file with mode: 0644]
xsl-saxon/saxon65/nbproject/build-impl.xml [new file with mode: 0644]
xsl-saxon/saxon65/nbproject/genfiles.properties [new file with mode: 0644]
xsl-saxon/saxon65/nbproject/project.properties [new file with mode: 0644]
xsl-saxon/saxon65/nbproject/project.xml [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/CVS.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/Callout.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/CalloutEmitter.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/ColumnScanEmitter.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/ColumnUpdateEmitter.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/CopyEmitter.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/FormatCallout.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/FormatGraphicCallout.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/FormatTextCallout.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/FormatUnicodeCallout.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/ImageIntrinsics.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/LineCountEmitter.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/NumberLinesEmitter.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/Table.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/Text.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/TextFactory.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/UnwrapLinks.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/UnwrapLinksEmitter.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/Verbatim.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/Website.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/Windows1252.java [new file with mode: 0644]
xsl-saxon/saxon65/src/com/nwalsh/saxon/package.html [new file with mode: 0644]
xsl-saxon/xalan27/build.xml [new file with mode: 0644]
xsl-saxon/xalan27/nbproject/.cvsignore [new file with mode: 0644]
xsl-saxon/xalan27/nbproject/build-impl.xml [new file with mode: 0644]
xsl-saxon/xalan27/nbproject/genfiles.properties [new file with mode: 0644]
xsl-saxon/xalan27/nbproject/project.properties [new file with mode: 0644]
xsl-saxon/xalan27/nbproject/project.xml [new file with mode: 0644]
xsl-saxon/xalan27/src/com/nwalsh/xalan/CVS.java [new file with mode: 0644]
xsl-saxon/xalan27/src/com/nwalsh/xalan/Callout.java [new file with mode: 0644]
xsl-saxon/xalan27/src/com/nwalsh/xalan/FormatCallout.java [new file with mode: 0644]
xsl-saxon/xalan27/src/com/nwalsh/xalan/FormatDingbatCallout.java [new file with mode: 0644]
xsl-saxon/xalan27/src/com/nwalsh/xalan/FormatGraphicCallout.java [new file with mode: 0644]
xsl-saxon/xalan27/src/com/nwalsh/xalan/FormatTextCallout.java [new file with mode: 0644]
xsl-saxon/xalan27/src/com/nwalsh/xalan/FormatUnicodeCallout.java [new file with mode: 0644]
xsl-saxon/xalan27/src/com/nwalsh/xalan/Func.java [new file with mode: 0644]
xsl-saxon/xalan27/src/com/nwalsh/xalan/ImageIntrinsics.java [new file with mode: 0644]
xsl-saxon/xalan27/src/com/nwalsh/xalan/Params.java [new file with mode: 0644]
xsl-saxon/xalan27/src/com/nwalsh/xalan/Table.java [new file with mode: 0644]
xsl-saxon/xalan27/src/com/nwalsh/xalan/Text.java [new file with mode: 0644]
xsl-saxon/xalan27/src/com/nwalsh/xalan/Verbatim.java [new file with mode: 0644]
xsl-saxon/xalan27/src/com/nwalsh/xalan/Website.java [new file with mode: 0644]
xsl-saxon/xsltproc/python/.cvsignore [new file with mode: 0644]
xsl-saxon/xsltproc/python/README [new file with mode: 0644]
xsl-saxon/xsltproc/python/docbook.py [new file with mode: 0644]
xsl-saxon/xsltproc/python/xslt.py [new file with mode: 0644]