1. cae3057 *** empty log message *** by dsatchwel · 16 years ago
  2. cdf8ccd fix issue with local variables returning null. by dacarver · 16 years ago
  3. ca85a84 *** empty log message *** by dsatchwel · 16 years ago
  4. 30a92ea *** empty log message *** by dsatchwel · 16 years ago
  5. ba3b9fd *** empty log message *** by dsatchwel · 16 years ago
  6. 39c8e77 bug 242713 - Fixed NullPointer exception when getNamespaceURI was returning null. by dacarver · 16 years ago
  7. e4f119b ASSIGNED - bug 225870: [XSLT] System.out.printlns left in released code by dacarver · 16 years ago
  8. fdce619 Added check to determine if resource exists, rather than have it throw an exception by dsatchwel · 16 years ago
  9. dfc1ea5 Replaced hard-coded reference with reference to XSLCore by dsatchwel · 16 years ago
  10. fec3407 Added new error for missing hrefs by dsatchwel · 16 years ago
  11. ecc2f35 Remove unused NON-NLS by dsatchwel · 16 years ago
  12. 269357f bug224938 - refactored xpath content assistance by dacarver · 16 years ago
  13. cefbedd *** empty log message *** by dsatchwel · 16 years ago
  14. 7b86f83 *** empty log message *** by dsatchwel · 16 years ago
  15. 8b9d2ab *** empty log message *** by dsatchwel · 16 years ago
  16. a41eb41 Move XSL File utils from Launching to XSL Core by dacarver · 16 years ago
  17. 815c323 Javadoc comments by dsatchwel · 16 years ago
  18. 17b6cdd *** empty log message *** by dsatchwel · 16 years ago
  19. d5afee1 *** empty log message *** by dsatchwel · 16 years ago
  20. c48e40d *** empty log message *** by dsatchwel · 16 years ago
  21. 33fd783 *** empty log message *** by dsatchwel · 16 years ago
  22. cb9ca5e Changed to use file url rather than plugin url by dsatchwel · 16 years ago
  23. 1779080 added a Xalan specific helper for just compiling xpaths. Helps check for errors. by dacarver · 16 years ago
  24. 9a65b9f *** empty log message *** by dsatchwel · 16 years ago
  25. b057b98 *** empty log message *** by dsatchwel · 16 years ago
  26. 6aff59e bug 224938 - Added Tests for XPath Parsing using JXPath, and XPath model generated from ecore. Removed experimental Xalan validator. by dacarver · 16 years ago
  27. af5fbb8 *** empty log message *** by dsatchwel · 16 years ago
  28. f431526 *** empty log message *** by dsatchwel · 16 years ago
  29. 71430f0 *** empty log message *** by dsatchwel · 16 years ago
  30. aa94b07 bug 226578 - remove extraneous @overrides by dacarver · 16 years ago
  31. e76a69b *** empty log message *** by dsatchwel · 16 years ago
  32. 134fc76 *** empty log message *** by dsatchwel · 16 years ago
  33. a8451ae bug224938 - First cut at restructuring the XSL editor to possibily allow multiple regions. by dacarver · 17 years ago
  34. 89e1f51 *** empty log message *** by dsatchwel · 17 years ago
  35. 2d4c3cc *** empty log message *** by dsatchwel · 17 years ago
  36. 14dcaf8 *** empty log message *** by dsatchwel · 17 years ago
  37. 7f415f0 *** empty log message *** by dsatchwel · 17 years ago
  38. 806027f *** empty log message *** by dsatchwel · 17 years ago
  39. 4adbf4c *** empty log message *** by dsatchwel · 17 years ago
  40. 1fbe9f9 *** empty log message *** by dsatchwel · 17 years ago
  41. 4720324 *** empty log message *** by dsatchwel · 17 years ago
  42. 6eb6129 *** empty log message *** by dsatchwel · 17 years ago
  43. 5feccc6 *** empty log message *** by dsatchwel · 17 years ago
  44. ac5691b bug 225021 by dsatchwel · 17 years ago
  45. 89b33ab *** empty log message *** by dsatchwel · 17 years ago
  46. 4c06255 bug 224777 - encode uri's so they are valid uris. by dacarver · 17 years ago
  47. 3bf47a0 Bug 224986 by dsatchwel · 17 years ago
  48. ce13f6a *** empty log message *** by dsatchwel · 17 years ago
  49. daa8431 *** empty log message *** by dsatchwel · 17 years ago
  50. 3bc3834 *** empty log message *** by dsatchwel · 17 years ago
  51. e232e74 *** empty log message *** by dsatchwel · 17 years ago
  52. ed6f3f5 Fixed extraneous @override by dacarver · 17 years ago
  53. 403cbfd *** empty log message *** by dsatchwel · 17 years ago
  54. 6698b27 *** empty log message *** by dsatchwel · 17 years ago
  55. 9bbb376 bug244197 - All errors seem to be reported, there does seem to be keys and select statements that reference the, false errors are being report here. by dacarver · 17 years ago
  56. f291664 bug244197 - All errors with a particular template are now caught and tossed as errors. Only line numbers are currently accurate. by dacarver · 17 years ago
  57. 9b6522f bug244197 - Code that has xalan report more than one error when checking variables in XPath statements. This code is not yet actively hooked up. Need unit tests for these. by dacarver · 17 years ago
  58. 2840d7d bug244197 - Custom version of Xalan classes for compilation error checking to return all errors. Currently not a complete implementation, as some exceptions need to be caught instead of tossed. by dacarver · 17 years ago
  59. e379023 ASSIGNED - bug 215127: [xslt][doc] XSL user documentation by dacarver · 17 years ago
  60. c23fe1f Clean up extraneous warnings and stubs for javadoc. by dacarver · 17 years ago
  61. b796e08 Fix extraneous @overrides on methods that don't have a super class to override. by dacarver · 17 years ago
  62. 4f8428e *** empty log message *** by dsatchwel · 17 years ago
  63. 1c81831 *** empty log message *** by dsatchwel · 17 years ago
  64. 54bae8a Added accessibility rules and XSLMarkupValidator. This could be used to help compile and validate the XPaths for as you type Validation. by dacarver · 17 years ago
  65. f5964d1 *** empty log message *** by dsatchwel · 17 years ago
  66. b370e1a *** empty log message *** by dsatchwel · 17 years ago
  67. bc0b9de fixed extraneous override statements. by dacarver · 17 years ago
  68. 6256402 *** empty log message *** by dsatchwel · 17 years ago
  69. e7cf27e *** empty log message *** by dsatchwel · 17 years ago
  70. d011ced *** empty log message *** by dsatchwel · 17 years ago
  71. 3a2400d Externalized strings and added setting to require javadoc for public and protected classes. by dacarver · 17 years ago
  72. 40b642a *** empty log message *** by dsatchwel · 17 years ago
  73. 59c840e *** empty log message *** by dsatchwel · 17 years ago
  74. 25db8a4 *** empty log message *** by dsatchwel · 17 years ago
  75. 1a0ddc3 bug 217919 - Added intial contribution from lars vogel to add XInclude support as well as an Ant Task. Enhanced contribution to add necessary ant task to the built in eclipse Ant support. by dacarver · 17 years ago
  76. 436b004 RESOLVED - bug 215128: [xslt][editor] Allow for selective loading of XSLT 1.0 or XSLT 2.0 grammar. by jmoller · 17 years ago
  77. 2b4d861 NEW - bug 215128: [xslt][editor] Allow for selective loading of XSLT 1.0 or XSLT 2.0 grammar. by jmoller · 17 years ago
  78. 7e92204 NEW - bug 215128: [xslt][editor] Allow for selective loading of XSLT 1.0 or XSLT 2.0 grammar. by jmoller · 17 years ago
  79. 6fe25e9 fixes @override compilatiuon error by dacarver · 17 years ago
  80. 3f2e3ce NEW - bug 215128: [xslt][editor] Allow for selective loading of XSLT 1.0 or XSLT 2.0 grammar. by jmoller · 17 years ago