Copyright (C) 2005, 2006, 2007 Xerox Corporation Leigh L. Klotz, Jr. This software is licensed under Version 3.0 of the Academic Free License (see file LICENSE). The Original Work is DeXSS. The Licensor is Xerox Corporation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Portions of the file build.xml were derived from TagSoup http://tagsoup.info Copyright (c) 2005 John Cowan licensed under AFL. How to build: 1. Obtain tagsoup-1.1.jar from http://tagsoup.info (If you need to change the TagSoup version, edit the file etc/build/build.properties.) 2. Place it in this directory 3. Type "ant dist docs-api -emacs" How to test: 1. Test for false positives java -classpath tagsoup-1.1.jar\;dist/lib/dexss-1.0.0.jar com.xerox.adoc.dexss.Test tests/benign/*.txt or java -classpath tagsoup-1.1.jar:dist/lib/dexss-1.0.0.jar com.xerox.adoc.dexss.Test tests/benign/*.txt 2. Test for false negatives java -classpath tagsoup-1.1.jar\;dist/lib/dexss-1.0.0.jar com.xerox.adoc.dexss.Test tests/xss/*.txt or java -classpath tagsoup-1.1.jar:dist/lib/dexss-1.0.0.jar com.xerox.adoc.dexss.Test tests/xss/*.txt