2003-11-08  Per Bothner  <per@bothner.com>

	* XslTranslator.java (parse):  New method.
	<init>(InPort,SourceMessages,ModuleExp)):  Remove.
	(<init>(InPort,SourceMessages,XSLT)):  Allocate XMLParser.
	* XSLT.java (parse):  Update to take a Lexer rather than an InPort.
	Use XslTranslator's new parse method.

2003-11-02  Per Bothner  <per@bothner.com>

	* XSLT.java (parse, parseFile):  Combined to single 'parse' method.

2003-10-29  Per Bothner  <per@bothner.com>

	* XslTranslator.java (isXslTag, beginGroup, beginAttribute):
	Handle XName.

2003-10-19  Per Bothner  <per@bothner.com>

	* XSLT.java (parseXPath, parse, parseFile):  Pass this to Compilation.

2003-09-04  Per Bothner  <per@bothner.com>

	* XSLT.java (parse, parseFile):  Change defaultCallConvention
	to new CALL_WITH_CONSUMER.

2003-05-02  Per Bothner  <per@bothner.com>

	* XSLT.java (parser, parseFile):  Use new XMLParser constructors.

2003-03-05  Per Bothner  <per@bothner.com>

	* XSLT.java (process(String,CallContext)):  Inlined, removed.
	(runStyleShhet):  Look up input document using getBaseUriDefault,
	rather than base-uri of stylesheet.

2003-02-01  Per Bothner  <per@bothner.com>

	* Makefile.am (PACKAGE_FNAME):  Fix typo.

2003-01-09  Per Bothner  <per@bothner.com>

	* XSLT.java:  Update for gnu.lists changes.

2002-11-16  Per Bothner  <per@bothner.com>

	* TemplateTable.java, XSLT.java, XslTranslator.java:
	Use gnu.mapping.Symbol instead of gnu.xml.QName.

2002-11-05  Per Bothner  <per@bothner.com>

	* XSLT.java (parseFile): Take and use new 'immediate' parameter.

2002-07-24  Per Bothner  <per@bothner.com>

	* XSLT.java (parseXPath, parse, parseFile):  Update for changes
	in Interpreter and Compilation.

2002-06-24  Per Bothner  <per@bothner.com>

	* XSLT.java:  Update for moved/changed XMLParser class.
	(process):  Document.document method is renamed to parse.

2002-06-11  Per Bothner  <per@bothner.com>

	New package - an implementation of XSLT.
	* TemplateTable.java:  New class.
	* XSLT.java:  New class; an Interpreter.
	* XslTranslator.java:  New class, a parser for XSLT stylesheets.
	* Makefile.am:  New file.

