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