Mirror of Apache Xalan Java

Clone this repo:
  1. 660e12d minor correction to XalanJ docs by Mukul Gandhi · 4 years, 10 months ago trunk
  2. cba6d7f Xalan-J 2.7.2 Updated Website Sources by Steven J. Hathaway · 10 years ago
  3. 92062c0 Fix typo reported here https://github.com/apache/xalan-j/pull/1.patch by Gary D. Gregory · 10 years ago
  4. 79ba961 Repair eclipse build / classpath / project by Steven J. Hathaway · 10 years ago
  5. 1710f6a Removing jar files from /lib when presence is relocated to /lib/endorsed by Steven J. Hathaway · 10 years ago
  6. 73899a6 Current V2.7.2 edits merged from maintenance branch back to trunk by Steven J. Hathaway · 10 years ago
  7. bd00f70 Update version and path in documentation source by Steven J. Hathaway · 12 years ago
  8. 804c22a Fix XALANJ-2546 xsl:sort lang attribute ignores parameter value, only hard-coding works. by Gary D. Gregory · 12 years ago
  9. 882d59f Remove in-line comment because it no longer is true: "// exits with code '-1'" by Gary D. Gregory · 12 years ago
  10. 4464486 Fix formatting for method printUsage(). by Gary D. Gregory · 12 years ago
  11. b9c10aa Updating year. by Michael Glavassevich · 12 years ago
  12. 7585fe3 Updating copyright years. by Michael Glavassevich · 12 years ago
  13. 61d8edf Updating copyright years. by Michael Glavassevich · 12 years ago
  14. 5d9d30e Clean-up imports. by Michael Glavassevich · 12 years ago
  15. 5b396a6 Minor performance improvement. Use the char version of StringBuffer.append() and String.indexOf(). by Michael Glavassevich · 12 years ago
  16. a697b32 Clean-up imports. by Michael Glavassevich · 12 years ago
  17. 5478805 Clean-up imports. by Michael Glavassevich · 12 years ago
  18. a95731a Update to the latest ASF license header. See http://www.apache.org/legal/src-headers.html. by Michael Glavassevich · 12 years ago
  19. b792b39 Minor performance improvement. Use String.lastIndexOf(int) instead of String.lastIndexOf(String). by Michael Glavassevich · 12 years ago
  20. 27e9ceb Minor performance improvement. Use String.lastIndexOf(int)/indexOf(int) instead of String.lastIndexOf(String)/indexOf(String). by Michael Glavassevich · 12 years ago