commit | 62ba07cff5572a6716f6edba57a6e6dda0036e2e | [log] [tgz] |
---|---|---|
author | Santiago Pericas-Geertsen <santiagopg@apache.org> | Mon Mar 31 13:13:09 2003 +0000 |
committer | Santiago Pericas-Geertsen <santiagopg@apache.org> | Mon Mar 31 13:13:09 2003 +0000 |
tree | 0e0107e9468a5841492f42fbd3cf79e662ed6996 | |
parent | 644bacf5a40fe3ab1ad1be9d00127ca7f52cf875 [diff] |
New implementation for TemplatesHandlerImpl that does not extend xsltc.compiler.Parser. The new implementation has a simpler init() method. Also, instances of the new class can be re-used (previously, there were problems with the output method when an instance was used more than once).