zongaro     2002/10/31 05:50:53

  Modified:    java     commits.xml
  Log:
  Updating commits.xml to contain information for upcoming Xalan release.
  
  Revision  Changes    Path
  1.52      +1036 -4081xml-xalan/java/commits.xml
  
  Index: commits.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/commits.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- commits.xml       29 Aug 2002 01:28:44 -0000      1.51
  +++ commits.xml       31 Oct 2002 13:50:50 -0000      1.52
  @@ -1,4735 +1,1690 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <Commits>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/09</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/serialize 
SerializerToText.java</Modified>
  -<Log>
  -Bugzilla 8358 -- bad method signature. I've created a new method
  -with the correct signature. The old one may or may not be entirely
  -superfluous, but I don't want to muck with it right now.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/09</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources entities.ent 
xalan-jsite.xml</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/08/28</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerImpl.java</Modified>
   <Log>
  -Updated Xalan version to 2.3.2 and Xerces to 2.0.1.
  +Keep track of parameters for built-in identity transform (needed for
  +some TCK tests).
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/09</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan xsltc_usage.xml</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/08/29</DateCommitted>
  +<Modified> xml-xalan/java/xdocs/sources/xalan readme.xml</Modified>
   <Log>
  -Added classpath information pertaining to xercesImpl.jar and xml-apis.jar.
  +On behalf of Sarah McNamara, updated the developer list and list of changes 
since Xalan Java 2.3.1
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/09</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources entities.ent</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/08/29</DateCommitted>
  +<Modified> xml-xalan/java/xdocs/sources/xalan resources.xml</Modified>
   <Log>
  -Added pointer to xml-apis.jar MANIFEST for version information.
  +On behalf of Sarah McNamara, added resources for the new developers added to 
readme.xml
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/09</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan history.xml readme.xml 
xsltc_history.xml</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/08/29</DateCommitted>
  +<Modified> xml-xalan/java/xdocs/sources/xalan index.xml</Modified>
   <Log>
  -Updates for next version (release notes to history)
  +On behalf of Sarah McNamara, removed 'developers release' wording so that 
this release is not flagged as such
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/09</DateCommitted>
  -<Modified> xml-xalan/java commits.xml</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/08/29</DateCommitted>
  +<Modified> xml-xalan/java/xdocs/sources/xalan history.xml</Modified>
   <Log>
  -Pieriodic update.
  +On behalf of Sarah McNamara, updated the core (non-xsltc) commit info for 
Xalan Java 2.4.0
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/09</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan extensionslib.xml</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/08/29</DateCommitted>
  +<Modified> xml-xalan/java/xdocs/sources/xalan xsltc_history.xml</Modified>
   <Log>
  -Added info on Xalan implementation of EXSLT common, math,
  -and set extensions, and ongoing work on the function and result
  -elements and datetime extensions.
  +On behalf of Sarah McNamara, updated the xsltc commit info for Xalan Java 
2.4.0
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/09</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan index.xml</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/08/29</DateCommitted>
  +<Modified> xml-xalan/java/xdocs/sources xalan-jsite.xml</Modified>
   <Log>
  -Added support for EXSLT extensions.
  +On behalf of Sarah McNamara, added a link to the new Xalan Java Builds 
information
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/09</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath XPathContext.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/08/29</DateCommitted>
  +<Modified> xml-xalan/java commits.xml</Modified>
   <Log>
  -Fix for Bugzilla entries
  -     6833
  -     7023
  -     7123
  -     7410
  -
  -Basic summary of logic error: It is possible for multiple RTF DTMs
  -to be pushed onto the stack between the start of a template and
  -return from it. I hadn't anticipated that, so my pop logic was
  -inadequate.
  -
  -I'm still not 110% sure I understand the case where this situation
  -arises... I have a general intuition that it makes sense, but also a
  -suspicion that there might be a way to avoid creating one of these
  -DTMs. We should review that someday.
  -
  -Meanwhile, this fixes a whole batch of related bugs.
  +On behalf of Sarah McNamara, updated the list of commits to pick up the 
modified file information correctly
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/09</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref 
ExpandedNameTable.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/08/29</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xslt 
EnvironmentCheck.java</Modified>
   <Log>
  -Performance improvement. Instead of looping through the ExtendedType 
objects, use a hashtable and go directly to the correct object.
  +On behalf of Sarah McNamara, added entries for the Xalan Java 2.4.0 packaged 
jars
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/09</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/serialize Encodings.java 
Encodings.properties</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/08/29</DateCommitted>
  +<Modified> xml-xalan/java/bin xercesImpl.jar</Modified>
   <Log>
  -Bugzilla 6356: Add support for "windows-1251" and use a properties file to 
store all the supported encodings. Patch from Sergey Ushakov.
  +Updated to xercesImpl.jar from Xerces-J-bin.2.0.1.zip (for upcoming Xalan-J 
2.4.0 release).
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TemplatesHandlerImpl.java</Modified>
  -<Log>
  -added new method 'setDocumentLocator()' to TemplatesHandlerImpl so that SAX 
parser can inform handler of doc location- thanks to Scott Boag and Shane 
Curcuru for the insight into this
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
UnresolvedRef.java</Modified>
  +<DateCommitted>2002/08/29</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerHandlerImpl.java TrAXFilter.java</Modified>
   <Log>
  -Assigned type to _type.
  +Fixed XSLTCs implementation of XMLFilter
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
ApplyTemplates.java AttributeSet.java CallTemplate.java DecimalFormatting.java 
EqualityExpr.java FormatNumberCall.java Key.java KeyCall.java Parser.java 
QName.java SymbolTable.java Template.java UseAttributeSets.java 
VariableBase.java xpath.cup</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/08/29</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TrAXFilter.java</Modified>
   <Log>
  -Fixed problem with default namespace in XPath expressions and XSLT's
  -named objects (e.g. templates, keys, variables, etc.).
  +added some check for parents of filter chain
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/10</DateCommitted>
  +<DateCommitted>2002/08/30</DateCommitted>
   <Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
xpath.cup</Modified>
   <Log>
  -Fixed StepPattern production to include named PIs.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref 
ExpandedNameTable.java</Modified>
  -<Log>
  -Add basic DOM nodetypes to our hashtable of extended type IDs
  +Fix for Bugzilla 12125.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/11</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Text.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/08/30</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
EqualityExpr.java RelationalExpr.java 
xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java</Modified>
   <Log>
  -Optimized calls to setEscaping().
  +bug 12148 fixed, xpath pred and relational expr
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/11</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
DOMImpl.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib/sql 
DefaultConnectionPool.java</Modified>
   <Log>
  -Simple code optimizations.
  +Fixed Class loader Problem. Default Connection now uses context Classloader
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/12</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/res XSLMessages.java 
XSLTErrorResources.java XSLTErrorResources.properties 
xml-xalan/java/src/org/apache/xalan/xslt Process.java 
xml-xalan/java/src/org/apache/xml/utils/res XResourceBundle.java 
XResourceBundleBase.java xml-xalan/java/src/org/apache/xpath/res 
XPATHErrorResourceBundle.java XPATHErrorResources_en.java 
XPATHErrorResources.java XPATHErrorResources.properties</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib/sql 
SQLDocument.java</Modified>
   <Log>
  -Use PropertyResourceBundle instead of ListResourceBundle, and put error
  -messages into property files, for easier localization.
  +Fixed problem where a query that returned zero rows would incorrectly return 
a JDBC
  +Exception. Note: This only occurs in streaming mode.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/13</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/axes 
WalkerFactory.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref 
DTMNodeProxy.java</Modified>
   <Log>
  -In mightBeProximate, there was a bug that assumed a variable would not be
  -be a numeric result.  It is now fixed to assume a number may be a number, 
which
  -may cause a small performance penalty.  In the future, it should be possible 
to
  -chase this down a bit more to rule out more variables as non-numbers.
  +Add a convenient interface getStringValue() which returns the
  +string value of a node. It is used by the extension code
  +to get a node value without hacking into the DTM.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/13</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath XPath.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/templates 
Constants.java</Modified>
   <Log>
  -Bugzilla 7157. Updated Javadoc comment to note that the 
XPath.installFunction() method currently does not
  -use the name parameter.
  +Add strings for new extension namespaces. This includes new EXSLT
  +namespaces (dynamic and strings), namespaces for redirect, PipeDocument
  +and SQL extensions and new namespace for the Java extension. For
  +backward compatibility, the old Java namespace is still kept.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/13</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/compiler Compiler.java 
xml-xalan/java/src/org/apache/xpath/functions FuncLast.java FuncPosition.java 
Function.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/extensions 
ExtensionNamespacesManager.java</Modified>
   <Log>
  -Bugzilla6284: New function added to position() and last() that will help us 
determine whether we are executing a top-level expression and therefore, not 
inside a predicate
  +Register new extension namespaces, including two new EXSLT namespaces
  +(dynamic and strings), namespaces for redirect, PipeDocument and SQL
  +extensions and the new/old namespaces for Java extension.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/13</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/res XSLMessages.java 
XSLTErrorResources.java xml-xalan/java/src/org/apache/xalan/templates 
ElemTemplateElement.java xml-xalan/java/src/org/apache/xpath/res 
XPATHErrorResources.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib Extensions.java</Modified>
   <Log>
  -Add a null constructor for resource files and fix XSLMessages to use the 
correct error resource file
  +Reorganize the extension functions for new EXSLT extensions and
  +XSLTC integration. The implementation of some extension functions
  +(intersection, difference, distinct, evaluate and tokenize) are
  +moved to the corresponding EXSLT extension classes. We also put
  +a note to say that using these extension functions in the
  +Xalan namespace is deprecated. The signature of some extension
  +functions are changed to facilitate the XSLTC integration.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/13</DateCommitted>
  -<Modified> xml-xalan/java/src/META-INF/services 
org.apache.xml.dtm.DTMManager xml-xalan/java/src/org/apache/xml/dtm 
DTMManager.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib ExsltMath.java</Modified>
   <Log>
  -Add meta file for DTMManager factory and make sure it is read as UTF-8
  +The EXSLT math extension was rewritten for XSLTC integration. The
  +signatures of the existing functions (max, min, highest and lowest)
  +are changed. We use NodeList instead of NodeSet and NodeIterator
  +in arguments and return types, because it is the only node list type
  +recognized by XSLTC. We also got rid of the ExpressionContext
  +arguments in these functions. We implemented the toNumber() and toString()
  +interfaces as a replacement.
  +
  +I also implemented all of the remaining math functions in the EXSLT spec,
  +e.g. constant, sin, random.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/13</DateCommitted>
  -<Modified> xml-xalan/java build.xml</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib ExsltSets.java</Modified>
   <Log>
  -Pick up all meta files
  +The signatures of the sets extension functions are changed for
  +XSLTC integration. NodeList is used instead of NodeSet and NodeIterator
  +in arguments and return types. The implementation of intersection,
  +difference and distinct was moved from Extensions.java to this file.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemTemplateElement.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib Redirect.java</Modified>
   <Log>
  -Back out this change!
  +Add comments for the new namespace (http://xml.apache.org/xalan/redirect).
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XNodeSetForDOM.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib 
PipeDocument.java</Modified>
   <Log>
  -m_last was not being set correctly. See comments.
  +Add comments for the new namespace 
(http://xml.apache.org/xalan/PipeDocument).
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
AbstractTranslet.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib/sql 
XConnection.java</Modified>
   <Log>
  -Replaced Vector by ArrayList (synchronization is not needed here).
  +Add comments for the new namespace (http://xml.apache.org/xalan/sql).
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Step.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib 
ExsltDynamic.java</Modified>
   <Log>
  -Fixed looping problem reported by Girish.
  +Add the ExsltDynamic class which implements the EXSLT dynamic
  +extension functions (max, min, sum, map, evaluate and closure).
  +
  +The implementation of evaluate is taken from Extensions.java.
  +The Javadoc is copied from the relevant EXSLT page.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc 
TransletOutputHandler.java xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Text.java xml-xalan/java/src/org/apache/xalan/xsltc/runtime SAXAdapter.java 
StringValueHandler.java TextOutput.java TransletOutputBase.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib 
ExsltStrings.java</Modified>
   <Log>
  -Added characters(String) to TextOutputHandler.
  +Implement the EXSLT strings extension functions (align,
  +concat, padding, split and tokenize). The implementation
  +of tokenize is taken from Extensions.java.
  +
  +The Javadoc is copied from the relevant EXSLT page. Three
  +functions (decode-uri, encode-uri and replace) are missing
  +due to ambiguous spec.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
DefaultSAXOutputHandler.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath/axes 
SelfIteratorNoPredicate.java</Modified>
   <Log>
  -avoid printing standalone attr if it is set to 'no'
  +For Bugzilla 11809 and 10643. Fix the nextNode() interface so that
  +it returns DTM.NULL if the m_foundLast flag is true.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemVariable.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemExtensionCall.java</Modified>
   <Log>
  -Bugzilla 7118: Variable set via RTF may have
  -local variables within it; need to push a new
  -context.
  -
  -(This anonymous-pseudotemplate thing has
  -caused us more confusion....)
  +For Bugzilla 11073. Fix an extension namespace problem.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler Step.java 
xml-xalan/java/src/org/apache/xalan/xsltc/dom NodeIteratorBase.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncExtFunction.java</Modified>
   <Log>
  -Fix for conf test axes113.
  +For Bugzilla 11743 and 12298. Fix argument handling in
  +extension functions. Arguments now have non-null parents
  +and they will be visited by the XPathVisitor.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/15</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/utils 
DefaultErrorHandler.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/09</DateCommitted>
  +<Modified> xml-xalan/java KEYS</Modified>
   <Log>
  -Obvious typo.
  +I had to get a new key after a hard drive crash.  This time, I backed it up!
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/15</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemTemplateElement.java</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/09</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/cmdline 
Transform.java</Modified>
   <Log>
  -Missing safety net, mostly needed during stylesheet construction.
  +Change committed on behalf of Igor Hersht: added -DIAG option similar to that
  +supported by org.apache.xalan.xslt.Process class (for bug 12261).
   
  -We really should change TransformerImpl to set parent _before_
  -starting to setPropertiesFromAttributes, so the error conditions
  -which might cause this test to be needed don't arise. Among other
  -things, that would produce more useful diagnostic messages.
  +Also (on my own behalf) changed calculation of average transform time and
  +throughput rate for -n option to use floating-point division, rather than
  +integer division; latter yielded meaningless results.
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/15</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref 
DTMDefaultBaseTraversers.java</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/10</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
OutputBuffer.java StreamHTMLOutput.java StreamOutput.java StreamTextOutput.java 
StreamXMLOutput.java StringOutputBuffer.java WriterOutputBuffer.java</Modified>
   <Log>
  -Bugzilla 8894: DescendantForRoot traversers needed to implement their own 
version of first(int, int) so that their context would be from the root.
  +New buffering system for stream output.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
DefaultSAXOutputHandler.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/10</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
NodeCounter.java</Modified>
   <Log>
  -fixed a regression in output66 test
  +Support for Greek alphabet in xsl:number.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Text.java</Modified>
  +<DateCommitted>2002/09/11</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
WriterOutputBuffer.java</Modified>
   <Log>
  -Fix for attribset49.
  +Set a larger buffer size for Solaris.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
xpath.cup</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/11</DateCommitted>
  +<Modified> xml-xalan/java build.xml</Modified>
   <Log>
  -Fix for axes127.
  +Copy the LICENSE and README files to the bin directory for the source 
distribution.
  +These files are needed by the xsltc.jar target.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/axes 
NodeSequence.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/11</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/transformer 
TransformerIdentityImpl.java</Modified>
   <Log>
  -Fix for NullPointerException in SQL extension stuff. Just check for a NULL 
iterator...
  +Throw an IllegalArgumentException in the setErrorListener() interface
  +if the error listener is null.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref 
DTMDefaultBaseIterators.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/11</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/extensions 
MethodResolver.java</Modified>
   <Log>
  -Bugzilla 8324. This should have been checked into the main branch.
  +For Bugzilla 9731. Convert an empty NodeList to a null Node.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemTemplateElement.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/13</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/templates 
OutputProperties.java xml-xalan/java/src/org/apache/xalan/transformer 
TransformerImpl.java</Modified>
   <Log>
  -Dumb of me -- fixed one edge case and created another, because
  -I forgot about subclassing Sigh. This version protects against both.
  -
  -(And whitens your laundry, and keeps your car from rusting, and
  -kills crabgrass... It's a furnature wax! It's a dessert topping! ... Sorry.)
  +For Bugzilla 12379. Transformer.setOutputProperties() should throw
  +IllegalArgumentException if the property is invalid.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerImpl.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/13</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/processor 
XSLTAttributeDef.java</Modified>
   <Log>
  -Do not add the standalone attribute to the XML header unless requested.
  +For Bugzilla 12127. Throw a TransformerException if a prefix cannot
  +be resolved to a URI insteading of throwing a NullPointerException.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref DTMDefaultBase.java 
DTMDefaultBaseIterators.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/13</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/processor 
XSLTAttributeDef.java</Modified>
   <Log>
  -Fix for new tests Variable71 and Variable72.
  -
  -When we went to the shared RTF DTMs, we forgot to update
  -PreceedingIterator to reflect the fact that the root of a DTM tree
  -may no longer have 0 as its internal Node Identifier. This change
  -corrects that situation, and does so without imposing a lot of
  -computational overhead since we need to scan the ancestors
  -anyway.
  -
  -There appear to be similar hazards in some of the Traversers,
  -still to be dealt with. Coming up with testcases which will provoke
  -those bugs (and confirm that we've fixed them) is likely to be
  -harder than writing the fix itself...
  +Correct a problem in the previous patch.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/17</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
DOMOutput.java OutputBase.java SAXHTMLOutput.java SAXOutput.java 
SAXXMLOutput.java StreamOutput.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/14</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler Constants.java 
SyntaxTreeNode.java xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
ResultTreeType.java xml-xalan/java/src/org/apache/xalan/xsltc/dom 
DOMImpl.java</Modified>
   <Log>
  -New output handlers.
  +Set different initial sizes for DOMImpl arrays. The new values result
  +in better performance for the average case.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/17</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
DOMImpl.java</Modified>
  +<DateCommitted>2002/09/15</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler xpath.cup 
xml-xalan/java/src/org/apache/xalan/xsltc/dom AbsoluteIterator.java</Modified>
   <Log>
  -Fix bug in Attr iterator.
  +Optimized evaluation of //RelativeLocationPath expressions.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/17</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan 
xsltc_constraints.xml</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib 
ExsltDatetime.java</Modified>
   <Log>
  -section on problems was way out of date. Also incorporated material from 
JAXP 1.2 release notes
  +Javadoc correction.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/17</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan xsltc_usage.xml</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib Extensions.java</Modified>
   <Log>
  -updated command option usuage. Some options have been added.
  +Make the tokenize extension function different from the one in the
  +EXSLT strings extension. Reuse the Document object to reduce
  +memory consumption.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/17</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan xsltc_usage.xml</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib 
ExsltStrings.java</Modified>
   <Log>
  -Updated first three sections.
  +Make the tokenize function conformed with the EXSLT spec. Reuse
  +the Document object to reduce memory usage.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/17</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemVariable.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath/axes RTFIterator.java 
xml-xalan/java/src/org/apache/xpath/objects XRTreeFrag.java</Modified>
   <Log>
  -Bugzilla 7118 REVERT -- This fix was provoking bug 9195, which
  -is more severe.
  +For Bugzilla 11341. Let RTFIterator extend NodeSetDTM so that it is the kind
  +of DTMIterator expected by DTMNodeList. This also fixes the problem in
  +testcase JavaBugzilla3722.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/20</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
HtmlOutput.java StreamOutput.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/processor 
ProcessorExsltFunction.java XSLTSchema.java</Modified>
   <Log>
  -*** empty log message ***
  +For Bugzilla 12077. Fixed problem with func:function in included stylesheet.
  +Add exsltFunction to the templateElements list so that we can detect the 
error where
  +func:function is embedded in another (e.g. xsl:variable) element.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/20</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
SAXHTMLOutput.java SAXOutput.java SAXXMLOutput.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
ObjectType.java</Modified>
   <Log>
  -updated new code, on-going development
  +For XSLTC extension integration. Support creating ObjectType from a Class
  +object. Add an additional field to store the Class.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
SAXHTMLOutput.java SAXOutput.java SAXXMLOutput.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
BooleanType.java IntType.java NodeSetType.java NodeType.java RealType.java 
ResultTreeType.java StringType.java</Modified>
   <Log>
  -added new methods, on-going
  +For XSLTC extension integration. Add more translation rules required by
  +extensions. Specifically, all types can be translated to a generic Java 
Object.
  +Numeric types can be translated to their corresponding Java types (e.g. Real 
to
  +java.lang.Double). Node, NodeSet and ResultTree can be translated to a Java 
String.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc 
TransletOutputHandler.java xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
AbstractTranslet.java SAXAdapter.java TransletOutputBase.java 
xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output HtmlOutput.java 
OutputBase.java StreamOutput.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
AbstractTranslet.java</Modified>
   <Log>
  -New methods added to the translet output handler.
  +Support the append attribute in the redirect/output extension.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
HtmlOutput.java StreamHTMLOutput.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
   <Log>
  -Renamed module.
  +For XSLTC extension integration. Implement the object-type extension
  +function in the EXSLT commons package. Change the behavior of the
  +nodeList2Iterator interface so that it will do a deep copy on the argument
  +NodeList, i.e. if a Node in the NodeList is an Element, it will not only
  +copy the Node itself, but also copy all children and attributes. This is
  +required to get any extension function that returns a NodeList to work in
  +XSLTC.
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref/sax2dtm 
SAX2DTM.java</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
TransletOutput.java</Modified>
   <Log>
  -Obvious mistake, apparently in a corner our regression tests missed.
  +Support the append attribute in the output extension element, so that
  +it behavior is more like redirect:write.
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref/sax2dtm 
SAX2RTFDTM.java</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Constants.java</Modified>
   <Log>
  -Root node is not always 0 in an RTFDTM
  +Add a constant string for the redirect namespace.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
DOMOutput.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
CastExpr.java</Modified>
   <Log>
  -temporarily moved out of the way
  +For extension integration. Allow numeric types to be casted to
  +Object type.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
SAXOutput.java SAXXMLOutput.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Parser.java</Modified>
   <Log>
  -updated namespace support
  +For extension integration. Add the objectType extension function to the
  +Symbol Table. Maps the redirect:write element to the TransletOutPut class.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
SAXHTMLOutput.java SAXOutput.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
xpath.cup</Modified>
   <Log>
  -fixed uninitialized stack
  +For extension integration. The nodeset extension function can be used as
  +node-set in the http://exslt.org/common namespace.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamHTMLOutput.java StreamOutput.java StreamXMLOutput.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/16</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
FunctionCall.java</Modified>
   <Log>
  -*** empty log message ***
  +Changes for Java extension and EXSLT extension support.
  +For Java extension:
  +- support 3 different namespace formats (Java, class and package).
  +- fix a bunch of type translation problems
  +- fix problems in class/method matching algorithm
  +
  +For EXSLT extension:
  +- support the math, set, strings and datetime extension
  +- support using the nodeset extension in 3 different ways (xsltc, xalan and 
EXSLT commons)
  +- support the object-type extension in EXSLT commons as a native XSLTC 
function
  +- Maps the redirect:write element to XSLTC's output element
  +- extension function name translation (e.g. node-set to nodeSet)
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/22</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/cmdline 
Transform.java</Modified>
  +<DateCommitted>2002/09/17</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
xpath.cup</Modified>
   <Log>
  -Experimental output system.
  +Additional optimizations in expansion of '//'.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/22</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamXMLOutput.java</Modified>
  +<DateCommitted>2002/09/17</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/cmdline 
Transform.java</Modified>
   <Log>
  -*** empty log message ***
  +Removed "-DIAG" option as it is similar to "-n 1". XSLTC's command line
  +options are single letters, so -DIAG does not really fit in the synopsis.
  +Morris K. is working on an extension for Xalan's Process class to allow
  +the compilation and execution of translets (once that work is completed
  +the -DIAG option will be available for XSLTC too).
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/22</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/res XSLMessages.java 
XSLTErrorResources.properties xml-xalan/java/src/org/apache/xalan/xslt 
Process.java xml-xalan/java/src/org/apache/xpath/functions 
FuncPosition.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/17</DateCommitted>
  +<Modified> xml-xalan/java/bin xml-apis.jar xml-xalan/java/src 
xml-commons-src.tar.gz</Modified>
   <Log>
  -Fixed hard coded string for timing diagnostics.
  +New version of xml-apis.jar taken from xml-commons with tag:
  +factoryfinder-build.  It contains the JAXP FactoryFinder patch and some
  +SAX file updates.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/22</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/cmdline Transform.java 
xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
TransletOutputHandlerFactory.java</Modified>
  +<DateCommitted>2002/09/17</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/cmdline Compile.java 
xml-xalan/java/src/org/apache/xalan/xsltc/compiler XSLTC.java 
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
ErrorMessages.java</Modified>
   <Log>
  -Experimental output system.
  +Change default policy for template inlining.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/cmdline Transform.java 
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
ErrorMessages.java</Modified>
  +<DateCommitted>2002/09/17</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerFactoryImpl.java</Modified>
   <Log>
  -Added "-n" option to Transform.
  +Replaced attribute "disable-inlining" by attribute "enable-inlining".
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamOutput.java StreamXMLOutput.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/18</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/res 
XSLTErrorResources.properties xml-xalan/java/src/org/apache/xalan/xslt 
Process.java</Modified>
   <Log>
  -*** empty log message ***
  +XSLTC support - phase 1
  +
  +Add the -XSLTC option to enable transforming using XSLTC
  +
  +The following existing options do not work in XSLTC mode:
  +-TT
  +-TG
  +-TS
  +-TTC
  +-QC
  +-L
  +-INCREMENTAL
  +-NOOPTIMIZE
  +-RL
  +
  +If any of these options is used with -XSLTC, a message is printed
  +and the option is ignored. All other existing options (e.g. -flavor,
  +-text, etc.) can be used with -XSLTC.
  +
  +In phase 2, we are going to migrate the XSLTC specific options in the
  +XSLTC command lines (Compile and Transform) to the Process command line.
  +One of the new features would be generating translet class files from
  +the xsl.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamHTMLOutput.java StreamOutput.java StreamUnknownOutput.java 
StreamXMLOutput.java TransletOutputHandlerFactory.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/19</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib ExsltDynamic.java 
ExsltMath.java ExsltStrings.java</Modified>
   <Log>
  -*** empty log message ***
  +Extension work. A few Javadoc correction. Fix problems in math:max and 
math:min.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamTextOutput.java TransletOutputHandlerFactory.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/19</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XRTreeFragSelectWrapper.java</Modified>
   <Log>
  -*** empty log message ***
  +For Bugzilla 6181. Change the execute() interface to return the result
  +of executing the select expression.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamXMLOutput.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/20</DateCommitted>
  +<Modified> xml-xalan/java/bin xercesImpl.jar</Modified>
   <Log>
  -Insert XML header at the beginning.
  +Updating to latest xercesImpl.jar, which contains org.w3c.dom.xpath 
interfaces.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/28</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
TransletOutputHandlerFactory.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/20</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath/domapi 
XPathEvaluatorImpl.java XPathExpressionImpl.java XPathNSResolverImpl.java 
XPathResultImpl.java xml-xalan/java/src/org/apache/xpath/res 
XPATHErrorResources.java XPATHErrorResources.properties</Modified>
   <Log>
  -*** empty log message ***
  +Prototype implementation of DOM L3 XPath Specification.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/28</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
TransletOutputHandlerFactory.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/20</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/serialize 
SerializerToXML.java</Modified>
   <Log>
  -added sax case support
  +Committing Gordon Chiu's ([EMAIL PROTECTED]) patch for bugzilla #6927.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/28</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
TransletOutputHandlerFactory.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/21</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
DOMAdapter.java</Modified>
   <Log>
  -updated
  +Lazy computation of mappings and reverse mappings.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/28</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/cmdline Transform.java 
xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
TransletOutputHandlerFactory.java 
xml-xalan/java/src/org/apache/xalan/xsltc/trax SAX2DOM.java 
TemplatesHandlerImpl.java TemplatesImpl.java TransformerFactoryImpl.java 
TransformerImpl.java</Modified>
  +<DateCommitted>2002/09/21</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
DOMImpl.java</Modified>
   <Log>
  -Added 'experimental-output' attribute to transformer factory.
  +(1) Synchronize access to static variable.
  +(2) Pre-allocate static objects for attribute and element types.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/28</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamHTMLOutput.java</Modified>
  +<DateCommitted>2002/09/21</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
DOMImpl.java</Modified>
   <Log>
  -*** empty log message ***
  +Changed setting to speed up DOM building process.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/29</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
SAXXMLOutput.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/23</DateCommitted>
  +<Modified> xml-xalan/java/xdocs/sources/xalan xsltc_constraints.xml 
xsltc_usage.xml</Modified>
   <Log>
  -added processing instruction support
  +compile -n option changed so inlining is now the default
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/29</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamHTMLOutput.java StreamOutput.java StreamXMLOutput.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/23</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib ExsltBase.java 
ExsltDynamic.java ExsltMath.java ExsltSets.java ExsltStrings.java</Modified>
   <Log>
  -Bug fixes after testing.
  +Extension cleanup.
  +Add an ExsltBase class as the super class for other EXSLT implementation
  +classes, so that the toString() and toNumber() interfaces can be easily
  +reused by all the subclasses without duplicating code.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/29</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamOutput.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/23</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath DOMHelper.java</Modified>
   <Log>
  -Added DOCTYPE.
  +The isNodeTheSame(node1, node2) interface should return true if node1==node2.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/30</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
LiteralElement.java Parser.java</Modified>
  +<DateCommitted>2002/09/23</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerFactoryImpl.java</Modified>
   <Log>
  -Fixed problem with 'xmlns' reported as attribute.
  +Return a fresh XMLReader for each call to getXMLReader(). Returning the
  +same instance is incorrect in multi-threaded apps where a single
  +transformer factory is shared by all threads.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/30</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamHTMLOutput.java StreamXMLOutput.java</Modified>
  -<Log>
  -*** empty log message ***
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/31</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/serialize 
SerializerToXML.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/23</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
DOM2TO.java</Modified>
   <Log>
  -Prevent an external DTD from being inlined when using the built-in
  -identity transform.
  +For Bugzilla 12924. Add handling code for DocumentType Node.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/31</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamXMLOutput.java</Modified>
  -<Log>
  -Fixed problem with offset in characters().
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/31</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/utils 
FastStringBuffer.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/23</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
SAX2DOM.java</Modified>
   <Log>
  -Starting branch for Xalan3
  +For Bugzilla 12924. In constructor SAX2DOM(Node), the Node might not always
  +be a Document. Add additional handling code so that SAX2DOM can work with a
  +non-Document root.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/31</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/utils 
CharacterBlockEnumeration</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/23</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/templates ElemAttribute.java 
xml-xalan/java/src/org/apache/xalan/res XSLTErrorResources.java 
XSLTErrorResources.properties</Modified>
   <Log>
  -file CharacterBlockEnumeration was initially added on branch Xalan3.
  +Patch for bugzilla #10384.  There's still a problem with attribseterr08 which
  +is covered in bugzilla #3969.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/31</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XRTreeFrag.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/23</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/dom3/xpath 
XPathEvaluator.java XPathException.java XPathExpression.java 
XPathNamespace.java XPathNSResolver.java XPathResult.java</Modified>
   <Log>
  -Just comment
  +Since Xerces has decided not to build the org.w3c.dom.xpath interfaces into
  +XercesImpl I have created a temporary home for these interfaces, until
  +the specification becomes a recommendation.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/31</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref/xni2dtm 
DTM2XNI.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/23</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath/domapi 
XPathEvaluatorImpl.java XPathExpressionImpl.java XPathNSResolverImpl.java 
XPathResultImpl.java</Modified>
   <Log>
  -file DTM2XNI.java was initially added on branch Xalan3.
  +Updating import statements to use the interfaces in the temporary 
org.apache.xalan.dom3.xpath package.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/31</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref/xni2dtm 
FuncValidate.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/24</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/res XSLTErrorResources.java 
XSLTErrorResources.properties</Modified>
   <Log>
  -file FuncValidate.java was initially added on branch Xalan3.
  +Added some new error message strings.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/31</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref/xni2dtm 
XNISource.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/25</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/transformer 
ResultTreeHandler.java</Modified>
   <Log>
  -file XNISource.java was initially added on branch Xalan3.
  +Patch for bugzilla #4344.  The testcases, copyerr04-07 were already
  +working correctly in that when an attempt was made to add an attribute
  +after child elements, or before an element was produced, the attribute was 
  +ignored.  However, Dave M.  said that a warning was also needed.  So,
  +I have added a warning message for these cases.  Also, similar behaviour
  +was being seen for testcases attribset19,35,36 and attribseterr08.  This
  +was being handled in ElemAttribute.execute, but I've commented out the
  +code there since it will get caught in  ResultTreeHandler.execute in the
  +same place the copyerr tests get handled.
  +
  +The negative testcases, copyerr04-07, attribset08 should  be moved
  +to the positive bucket (possibly with a few tweaks) since they all run to
  +completion.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/05/31</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/utils 
CharacterBlockEnumeration.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/25</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/templates ElemAttribute.java 
xml-xalan/java/src/org/apache/xalan/res XSLTErrorResources.properties</Modified>
   <Log>
  -file CharacterBlockEnumeration.java was initially added on branch Xalan3.
  +Patch for bugzilla #4344.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/03</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/utils 
FastStringBuffer.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/25</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/transformer 
ResultTreeHandler.java</Modified>
   <Log>
  -Put back main-branch version. Not sure how it got overlaid with the
  -XALAN3-branch copy.
  +Gordon Chiu's ([EMAIL PROTECTED]) patch for bugzilla #8473.  Thanks also
  +to Brian Minchau ([EMAIL PROTECTED]) for the analysis of this bug.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/03</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
OutputBase.java SAXHTMLOutput.java SAXOutput.java SAXXMLOutput.java 
StreamOutput.java StreamXMLOutput.java</Modified>
  +<DateCommitted>2002/09/25</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerFactoryImpl.java</Modified>
   <Log>
  -Moved common methods to base classes.
  +Use a thread variable to cache an XMLReader.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
OutputBase.java SAXHTMLOutput.java SAXOutput.java SAXXMLOutput.java 
StreamOutput.java StreamTextOutput.java StreamXMLOutput.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/26</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FunctionMultiArgs.java</Modified>
   <Log>
  -updating work in progress
  +For Bugzilla 7161. Add a public accessor to return the argument array.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
SAXOutput.java SAXXMLOutput.java StreamXMLOutput.java 
xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerHandlerImpl.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/26</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
FunctionAvailableCall.java FunctionCall.java</Modified>
   <Log>
  -Updated.
  +EXtension work. Make function-available work with external Java and EXSLT
  +extension functions.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerHandlerImpl.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/26</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
FunctionAvailableCall.java</Modified>
   <Log>
  -*** empty log message ***
  +Handle dots in the local part, e.g.
  +xmlns:ext="http://xml.apache.org/xalan/java/java.lang
  +function-available('ext:Thread.currentThread') return true.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
OutputBase.java SAXXMLOutput.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/26</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
FunctionAvailableCall.java</Modified>
   <Log>
  -Updated.
  +Minor cleanup in class name handling.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/processor 
ProcessorFuncResult.java ProcessorFunction.java ProcessorOutputElem.java 
ProcessorResultDocument.java XSLTSchema.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/27</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath XPathContext.java 
xml-xalan/java/src/org/apache/xalan/extensions ExpressionContext.java</Modified>
   <Log>
  -XSLT 2.0: stylesheet function, result-document, and
  -principal-result-document.
  +For Bugzilla 10414. Provide a getErrorListener() interface in the 
ExpressionContext.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/bin xercesImpl.jar</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/27</DateCommitted>
  +<Modified> xml-xalan/java/samples/AppletXMLtoHTML client.html</Modified>
   <Log>
  -Xalan3 branch: Check in temporary version of Xerces. This predates
  -the most recent changes to Xerces, and supports the older "light
  -weight" PSVI APIs. Current Xerces has replaced those with a heavier
  -version, but in the process lost the derivedFrom() method which
  -we need; when they restore that functionality, we'll cut over.
  +For bugzilla 13059. Fix typo width"0" to width="0".
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/processor 
ProcessorFuncResult.java ProcessorFunction.java</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/27</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
ErrorMsg.java TypeCheckError.java xml-xalan/java/src/org/apache/xalan/xsltc/dom 
DocumentCache.java DOMImpl.java DTDMonitor.java 
xml-xalan/java/src/org/apache/xalan/xsltc/trax TransformerFactoryImpl.java 
TransformerImpl.java xml-xalan/java/src/org/apache/xalan/xsltc/cmdline/getopt 
GetOpt.java xml-xalan/java/src/org/apache/xalan/xsltc/compiler Include.java 
TransletOutput.java xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
   <Log>
  -Mistake! These files belong on the Xalan3 branch.
  +Committing changes from Gordon Chiu ([EMAIL PROTECTED]), with some tweaks 
from
  +me, to move some hard-coded XSLTC messages into the compiler and run-time
  +ErrorMessages classes, as appropriate.
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/processor 
ProcessorResultDocument.java</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/27</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
ErrorMessages.java xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
ErrorMessages.java</Modified>
   <Log>
  -Mistake! This file belongs on the Xalan3 branch.
  +Committing changes from Gordon Chiu ([EMAIL PROTECTED]), with some tweaks 
from
  +me, to move some hard-coded XSLTC messages into the compiler and run-time
  +ErrorMessages classes, as appropriate.
  +
  +Also, added copious comments to assist anyone who might translate these
  +resources in the future.
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemFuncResult.java</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/27</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
ErrorMsg.java</Modified>
   <Log>
  -file ElemFuncResult.java was initially added on branch Xalan3.
  +Removed a duplicate error message number I inadvertently entered.
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemFunction.java</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/27</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
   <Log>
  -file ElemFunction.java was initially added on branch Xalan3.
  +bugzilla 12813 fixed
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemPrincipalResultDocument.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/30</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/res 
XSLTErrorResources.properties</Modified>
   <Log>
  -file ElemPrincipalResultDocument.java was initially added on branch Xalan3.
  +Messages for new options in the Process command line.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemResultDocument.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/30</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xslt Process.java</Modified>
   <Log>
  -file ElemResultDocument.java was initially added on branch Xalan3.
  +XSLTC support in the Process command line - phase 2
  +Migrate the options from the XSLTC command line (Compile and Transform)
  +to the Process command line. The following new options are added:
  +
  +-XO [translet_name]  (specify translate class name)
  +-XD destination_directory (specify destination directory)
  +-XJ jar_name (put translet into jar file)
  +-XP package_prefix (specify package name prefix)
  +-XN (enable template inlining)
  +-XX (additional debug messages)
  +-XT (use translet to transform if possible)
  +
  +The new options can only be used with the -XSLTC option. The options are
  +passed to XSLTC via the standard TRAX API - 
TransformerFactory.setAttribute().
  +Process does not directly communicate with XSLTC.
  +
  +The usage instructions are also re-organized. The options are divided into
  +three categories (command options, Options for Xalan and Options for XSLTC). 
A
  +pager is used when displaying the usage instructions so that you can see them
  +page by page.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerHandlerImpl.java TransformerImpl.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/30</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
ErrorMessages.java ErrorMsg.java</Modified>
   <Log>
  -Fixed problems with id/key.
  +Add debug messages for -XX option in the Process command line. These messages
  +tell the user whether they are transforming using XSLTC.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
OutputBase.java SAXOutput.java SAXXMLOutput.java StreamOutput.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/30</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
Util.java</Modified>
   <Log>
  -Updated.
  +Fix problems in the baseName() interface so that it can handle system ids 
like
  +file:abc.xsl and file:///c:\test\abc.xsl.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/04</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamHTMLOutput.java StreamOutput.java StreamUnknownOutput.java 
StreamXMLOutput.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/30</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
XSLTC.java</Modified>
   <Log>
  -Updated.
  +XSLTC support in the Process command line - phase 2
  +Add two new output types:
  +- BYTEARRAY_AND_FILE_OUTPUT: return a byte array and generate the translet 
class
  +- BYTEARRAY_AND_JAR_OUTPUT:  return a byte array and generate the jar file
  +
  +Add a new compile() interface which accepts the output type as the third
  +parameter. Use different Vectors to store bytecodes and JavaClass objects.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerImpl.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/30</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
Util.java</Modified>
   <Log>
  -reset output flag
  +Add a wrapper for the noExtName() method in compiler.util.Util.
  +The transformerFactoryImpl class makes use of it.
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/processor 
XSLTSchema.java</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/30</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TemplatesHandlerImpl.java</Modified>
   <Log>
  -Restored pre-Xalan3 source file!
  +The member name _defaultTransletName in TransformerFactoryImpl
  +has been changed to _transletName.
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/extensions 
ExpressionVisitor.java</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/09/30</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerFactoryImpl.java</Modified>
   <Log>
  -file ExpressionVisitor.java was initially added on branch 
ExtensionEnhancements.
  +XSLTC support in the Process command line - phase 2
  +Most of the changes appear in this class. The changes not only allow you
  +to use the new XSLTC options in the Process command line. It also give
  +you the ability to customize the XSLTC behavior using the standard TRAX API.
  +Previously, the XSLTC TRAX API is not aware of translets. You cannot tell it
  +to use translets for do transformations. Now you can customize the XSLTC 
bevaior
  +using the new attributes. For example, the following code will allow you
  +to use translets for transformations when the translet is newer than the xsl.
  +
  +TransformerFactory tf;
  +tf.setAttribute("auto-translet", "true");
  +Templates templates = tf.newTemplates(xslSource);
  +
  +The following attributes are added:
  +Attributes           Corresponding Process command line options
  +use-translet
  +translet-name                -XO
  +destination-directory        -XD
  +package-name         -XP
  +jar-name             -XJ
  +auto-translet                -XT
  +
  +Four of the new attributes (translet-name, destination-directory, 
package-name and
  +jar-name) are transient. They only apply to the next newTemplates() or 
newTransformer()
  +call. Their values are reset to the default after the call.
  +
  +There is also a makefile like feature when you set the "auto-translet" 
attribute. It will
  +use the translet to do transformation when the translet is newer than the 
xsl. If the xsl
  +is modified, it will use the xsl to transform and regenerate the translet.
  +
  +Unlike the XSLTC Transform command line, the new code will NOT use the 
existing
  +ClassLoader to load the translet or jar file. It directly reads the file 
content into a
  +byte array. This makes the Process command line capable of loading the 
translet from
  +any directory the xsl file might be in or any user specified destination 
directory, without
  +the need on the user to add that directory to the CLASSPATH first.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/extensions 
ExtensionHandlerExsltFunction.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/01</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/res 
XSLTErrorResources.properties 
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util ErrorMessages.java 
xml-xalan/java/src/org/apache/xalan/xsltc/runtime ErrorMessages.java 
xml-xalan/java/src/org/apache/xpath/res 
XPATHErrorResources.properties</Modified>
   <Log>
  -file ExtensionHandlerExsltFunction.java was initially added on branch 
ExtensionEnhancements.
  +Added and fixed up some additional translation guidelines.
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/extensions 
ExtensionNamespacesManager.java</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/01</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TemplatesHandlerImpl.java TransformerFactoryImpl.java</Modified>
  +<Log>
  +Multi-thread protection for the new attributes.
  +The four transient attributes are now stored in ThreadLocal objects to 
prevent
  +multi-thread contention problems. This ensures that each thread will have a
  +different copy of the attributes and no collision issue will occur.
  +</Log>
  +</Commit>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/01</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerFactoryImpl.java</Modified>
   <Log>
  -file ExtensionNamespacesManager.java was initially added on branch 
ExtensionEnhancements.
  +Change the four attributes to be instance variables and remove
  +the ThreadLocal protection. TransformerFactory is not guaranteed
  +to be thread-safe. We will leave the synchronization issues up
  +to the user if they want to use one TransformerFactory in multiple
  +threads.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/extensions 
ExtensionNamespaceSupport.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/03</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncExtFunction.java</Modified>
   <Log>
  -file ExtensionNamespaceSupport.java was initially added on branch 
ExtensionEnhancements.
  +Use Vector.elementAt() instead of Vector.get(). The latter is not available
  +in JDK 1.1.8. Add two argument accessor methods for Bugzilla 8939.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemExsltFuncResult.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/03</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/templates Constants.java 
ElemTemplateElement.java output_html.properties output_text.properties 
output_xml.properties OutputProperties.java</Modified>
   <Log>
  -file ElemExsltFuncResult.java was initially added on branch 
ExtensionEnhancements.
  +Use one namespace for all extensions (Bugzilla 9959)
  +Use the new namespace uri "http://xml.apache.org/xalan"; instead of
  +"http://xml.apache.org/xslt"; for xsl:output extension attributes.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemExsltFunction.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/03</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/processor ProcessorLRE.java 
XSLTElementDef.java XSLTSchema.java</Modified>
   <Log>
  -file ElemExsltFunction.java was initially added on branch 
ExtensionEnhancements.
  +Use one namespace for all extensions (Bugzilla 9959)
  +Use the new namespace uri "http://xml.apache.org/xalan"; for
  +the component and script extension elements. We maintain
  +backward compatibility so that using the old uri
  +"http://xml.apache.org/xslt"; still works.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath 
ExtensionsProvider.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/03</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/extensions 
ExtensionHandlerJavaPackage.java</Modified>
   <Log>
  -file ExtensionsProvider.java was initially added on branch 
ExtensionEnhancements.
  +Minor Javadoc update to use the new namespace uri.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/processor 
ProcessorExsltFuncResult.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/03</DateCommitted>
  +<Modified> xml-xalan/java/samples/extensions 1-redir.xsl 2-basicJscript.xsl 
3-java-namespace.xsl 4-numlistJava.xsl 5-numlistJscript.xsl 
6-sqllib-instantdb.xsl</Modified>
   <Log>
  -file ProcessorExsltFuncResult.java was initially added on branch 
ExtensionEnhancements.
  +Update the extension samples to use the new namespace.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/processor 
ProcessorExsltFunction.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/04</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib ExsltMath.java</Modified>
   <Log>
  -file ProcessorExsltFunction.java was initially added on branch 
ExtensionEnhancements.
  +Minor fix for math:max().
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/lib 
ExsltDatetime.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/04</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/processor 
StylesheetHandler.java</Modified>
   <Log>
  -Core EXSLT dates-and-times functions.
  +For Bugzilla 13106. Visit the XPath expressions created for match patterns.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/04</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Param.java</Modified>
   <Log>
  -updated xsl:vendor string
  +The default type of a &lt;xsl:param&gt; should be result tree.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/04</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
FunctionCall.java</Modified>
   <Log>
  -updated xsl:vendor string
  +Fix a problem in class namespace format and also cleanup the indentation.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/05</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/06</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Param.java</Modified>
   <Log>
  -bug fix 9179, leading zero in localized formatting
  +Set default type of parameters to be reference. The type of a parameter
  +cannot be determined statically in XSLT 1.0.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/06</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/processor 
ProcessorOutputElem.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/07</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath/axes DescendantIterator.java 
UnionPathIterator.java WalkerFactory.java 
xml-xalan/java/src/org/apache/xpath/compiler Compiler.java Lexer.java 
OpMap.java XPathParser.java</Modified>
   <Log>
  -Restored correct version for Xalan 2.
  +Patch for bugzilla #5046.
  +
  +The token queue and operations map can now grow to accomodate really
  +large XPath expressions.   Starting sizes of the data structures remain set
  +at the size in the current code.
  +
  +I created new classes org.apache.xml.utils.ObjectVector (based on 
org.apache.xml.utils.IntVector)
  +and org.apache.xpath.compiler.OpMapVector to store the token queue
  +and operations map.
  +
  +This patch is essentially a stop gap until the new parser (xslt20 branch) is 
integrated.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/06</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
DOMImpl.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/07</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xml/utils ObjectVector.java 
xml-xalan/java/src/org/apache/xpath/compiler OpMapVector.java</Modified>
   <Log>
  -Include attributes in xsl:message template body.
  +Patch for bugzilla #5046.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/06</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates ElemVariable.java 
XUnresolvedVariable.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/07</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath/compiler OpMap.java</Modified>
   <Log>
  -Fix bug 7118.  In XUnresolvedVariable, treat the RTF variable much more like
  -a template that has to count it's variables at compose-time, and link and 
unlink
  -when the lazy variable is resolved.
  +Cleaning up import statements.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/07</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/lib/sql 
DefaultConnectionPool.java xml-xalan/java/src/org/apache/xalan/processor 
TransformerFactoryImpl.java xml-xalan/java/src/org/apache/xalan/res 
XSLMessages.java XSLTErrorResources.java XSLTErrorResources.properties 
xml-xalan/java/src/org/apache/xalan/templates RedundentExprEliminator.java 
xml-xalan/java/src/org/apache/xml/dtm/ref DTMDefaultBaseTraversers.java 
xml-xalan/java/src/org/apache/xml/utils ListingErrorHandler.java 
xml-xalan/java/src/org/apache/xml/utils/synthetic JavaUtils.java 
xml-xalan/java/src/org/apache/xpath VariableStack.java 
xml-xalan/java/src/org/apache/xpath/functions FuncConcat.java Function.java 
Function2Args.java Function3Args.java FunctionOneArg.java 
xml-xalan/java/src/org/apache/xpath/res XPATHErrorResources.java 
XPATHErrorResources.properties</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/07</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xml/utils IntStack.java 
IntVector.java ObjectStack.java ObjectVector.java 
xml-xalan/java/src/org/apache/xalan/templates ElemApplyTemplates.java 
ElemForEach.java xml-xalan/java/src/org/apache/xalan/transformer 
StackGuard.java TransformerImpl.java TransformSnapshotImpl.java 
xml-xalan/java/src/org/apache/xpath XPathContext.java</Modified>
   <Log>
  -Integrated some removal of hard-coded error messages.
  +Commiting Gordon Chiu's ([EMAIL PROTECTED]) patch for bugzilla#8175.
  +
  +IntStack's and ObjectStack's are now used in place of fixed length arrays, 
so that users
  +should not run into limitations based on array sizes.  The initial size of 
the arrays has
  +been set to current array sizes, so the user's experience should not change 
much, except
  +in the cases where they were running into the size limitation.
  +
  +No performance analysis has been done to determine an optimal initial
  +size for the stacks.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/07</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamOutput.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/07</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/transformer 
TransformerImpl.java</Modified>
   <Log>
  -Set a new buffer size.
  +Committing Igor Hersht's ([EMAIL PROTECTED]) patch for bugzilla #10176.
  +
  +Also, removing testcase position102 from the excludes list for the smoketest
  +since it now runs.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/08</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
AbstractTranslet.java BasisLibrary.java</Modified>
  -<Log>
  -Fixed memory leak in AbstractTranslet and moved replace() method
  -to BasisLibrary.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/08</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath XPathContext.java</Modified>
  +<DateCommitted>2002/10/08</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc DOM.java 
xml-xalan/java/src/org/apache/xalan/xsltc/compiler ApplyTemplates.java 
Constants.java ForEach.java LastCall.java Parser.java PositionCall.java 
Step.java xml-xalan/java/src/org/apache/xalan/xsltc/dom AbsoluteIterator.java 
CurrentNodeListIterator.java DOMAdapter.java DOMImpl.java 
DupFilterIterator.java FilteredStepIterator.java FilterIterator.java 
ForwardPositionIterator.java KeyIndex.java MatchingIterator.java MultiDOM.java 
NodeIteratorBase.java NthIterator.java ReverseIterator.java StepIterator.java 
xml-xalan/java/src/org/apache/xalan/xsltc/util IntegerArray.java</Modified>
   <Log>
  -Add resets for m_contextNodeLists, etc.  It might be possible that these are
  -redundent with the same thing being done somewhere else, but given
  -http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6021 I suspect
  -that this really does need to be done here.  It would explain any problems
  -that might have been reported after an exception has been thrown, and
  -the Transformer is being reused.
  +(1) Eliminated the need for a ReverseIterator.
  +(2) Added a ForwardPositionIterator as a temporary solution for some
  +cases.
  +(3) Added several javadoc-type comments.
  +(4) Fixed a number of cloneIterator() implementations that were broken.
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/08</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemApplyTemplates.java ElemTemplate.java 
xml-xalan/java/src/org/apache/xalan/transformer StackGuard.java 
TransformerImpl.java xml-xalan/java/src/org/apache/xml/utils URI.java</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/08</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
ForwardPositionExpr.java</Modified>
   <Log>
  -Add back a certain amount of StackGuard functionality.  Instead of checking
  -counts where both the node and the xsl:template are the same... (we would
  -really need also to check that parameters are the same), just check for 
recursion
  -of templates.  We can make it fancier over time to also check for same 
params,
  -but checking of the current node may be harder.  I was only able to set the
  -recursion limit to about 475 before I would get stack overflow errors anyway.
  -I also did some stuff where the error messages should be more consistent by
  -making sure some of the arrays are reset in XPathContex, which may address
  -some of the inconsistency problems that Christina reported.
  -may address part of the problem that Christina was having.
  +Expression wrapper to compute positions properly.
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/08</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/res 
XSLTErrorResources.properties xml-xalan/java/src/org/apache/xalan/transformer 
StackGuard.java</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/09</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
OutputBase.java StreamXMLOutput.java</Modified>
   <Log>
  -Moved hard coded strings for StackGuard error message to properties file.
  +Fix for Bugzilla 13304.
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/res 
XSLTErrorResources.properties</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/09</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
UnionIterator.java</Modified>
   <Log>
  -Fix bug for optionV.
  +bug fix 12644, Santiago found that the clone iterator was doing a shallow 
copy
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
SAXOutput.java SAXTextOutput.java TransletOutputHandlerFactory.java</Modified>
  +<DateCommitted>2002/10/14</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler Key.java 
KeyCall.java xml-xalan/java/src/org/apache/xalan/xsltc/dom KeyIndex.java 
xml-xalan/java/src/org/apache/xalan/xsltc/util IntegerArray.java</Modified>
   <Log>
  -New class.
  +(1) Fixed some dynamic typing problems with idkeys. Values are now properly
  +converted to strings before they are compared.
  +(2) Eliminated the use of BitArrays in KeyIndex (better space efficiency).
  +(3) All idkey tests now pass with flavor=stream (the 6 failures that are
  +reported are due to the use of a different algorithm to generate ids).
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
SAX2DOM.java</Modified>
  +<DateCommitted>2002/10/15</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler Output.java 
Parser.java</Modified>
   <Log>
  -fixed processing instruction call
  +bug fix 13550, for multiple &lt;xsl:output&gt; elements, 
cdata-section-elements attrs are now merged
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/extensions 
ExpressionContext.java ExpressionVisitor.java 
ExtensionHandlerExsltFunction.java ExtensionNamespacesManager.java 
ExtensionNamespaceSupport.java ExtensionsTable.java 
xml-xalan/java/src/org/apache/xalan/processor ProcessorExsltFuncResult.java 
ProcessorExsltFunction.java StylesheetHandler.java XSLTSchema.java 
xml-xalan/java/src/org/apache/xalan/templates Constants.java 
ElemExsltFuncResult.java ElemExsltFunction.java ElemExtensionCall.java 
ElemExtensionDecl.java StylesheetRoot.java 
xml-xalan/java/src/org/apache/xalan/transformer TransformerImpl.java 
xml-xalan/java/src/org/apache/xpath ExtensionsProvider.java XPathContext.java 
xml-xalan/java/src/org/apache/xpath/functions FuncExtElementAvailable.java 
FuncExtFunction.java FuncExtFunctionAvailable.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/15</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/processor 
TransformerFactoryImpl.java</Modified>
   <Log>
  -Updates to Xalan extensions: (1) EXLST function and (2) architectural 
modifications.
  -This is a merge of the ExtensionEnhancements branch into Main.
  +Patch for bugzilla #13305.  Moved initalization code into a static 
initializer.
   
  -1. EXSLT function
  -We are well underway in our progress towards providing support for EXSLT 
extension functionss and elements. The EXSLT function and result elements (see 
http://www.exslt.org/func/func.html) require some fairly substantial additions.
  -XSLTSchema includes new XSLTElementDefs for a top-level exslt:function 
element, which, along with other items, may contain an exslt:result element. 
These definitions specify a new element class and processor for both of these 
elements, and a new extension handler. I have tested the implementation with 
the 6 test cases that EXSLT provides (including recursive calls), and it passes 
these tests.
  -Note: These additions/updates also provide the infrastructure for the XSLT 
2.0 stylesheet function.
  -2. Architectural changes
  -During styesheet composition, Stylesheet Root assembles a vector of 
ExtensionNamespaceSupport objects. This object contains the information 
required during a transform to instantiate the required ExtensionHandler. If 
the stylesheet includes no extensions, this vector is null.  I.e.,  it does not 
include handlers for the default extension namespaces (of which there are 
currently 7, and which the Xalan currently loads for each transformation).
  -The presence of an extension is detected as follows:
  -Compilation of an expression that contains a FuncExtFunction. 
StylesheetHandler.createXPath()  uses an XPathVisitor to locate any 
FuncExtFunctions embedded in the expression.
  -Final composition of a component element  -- ElemExtensionDecl.compose().
  -Final composition of an extension component for which no component exsits -- 
ElemExtensionCall.compose().
  -Final composition of an exslt:function element -- ElemFunction.compose().
  -During StylesheetRoot.recompose(), any extension namespaces that are not 
predefined and for which no component or function element exists, are defined 
as java class (if a java class is found) or java package. In the current 
implementation, this last stab is made during the transformation, repeatedly if 
the element or function cannot be processed and is called more than once.
  -At the beginning of each transformation -- transformNode() --  if any 
extensions exist, TransformerImpl instantiates an ExtensionsTable with a 
hashtable containing an ExtensionHandler for each of the 
ExtensionNamespaceSupport objects defined during stylesheet assembly. 
XPathContext  no longer creates or has any direct knowledge of the 
ExtensionsTable. The ExtensionsTable does not contain handlers for predefined 
namespaces that are not being used.
  -TransformerImpl implements the org.apache.xpath.ExtensionsProvider 
interface. The relevant XPath functions (FuncExtFunction, 
FuncExtElememntAvailable, and FuncExtFunctionAvailable) call this interface, 
via XPathContext.getOwnerObject(). The implementation contains 3 methods that 
call through to the ExtensionsTable, which passes the call on to the 
appropriate ExtensionHandler..
  +TransformerFactory.newInstance() can now be called safely from multiple
  +threads.
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/serialize 
Encodings.java</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/15</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
XslElement.java xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
   <Log>
  -Use ContextClassLoader - Use full Encoding file package name - Merge new 
patch from Sergey Ushakov
  +New implementation of xsl:element that properly handles the case where
  +the namespace URI computed at runtime is "". Some of the code implementing
  +the xsl:element instruction has been factored out from the translet into
  +the basis library.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
TransletOutputHandlerFactory.java</Modified>
  +<DateCommitted>2002/10/15</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax TemplatesImpl.java 
TransformerFactoryImpl.java</Modified>
   <Log>
  -added text case for SAX
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates FuncDocument.java 
FuncFormatNumb.java xml-xalan/java/src/org/apache/xpath/functions 
FuncConcat.java FuncExtFunction.java FuncSubstring.java Function.java 
Function2Args.java Function3Args.java FunctionDef1Arg.java 
FunctionMultiArgs.java FunctionOneArg.java 
xml-xalan/java/src/org/apache/xpath/res 
XPATHErrorResources.properties</Modified>
  -<Log>
  -Patch submitted by [EMAIL PROTECTED]:
  -
  -To summarize what I did, the Function class and its subclasses have two
  -methods that check the number of arguments:  setArg and
  -checkNumberArgs.  The former checks whether too many arguments are
  -specified, and the latter checks for too few (or too many, redundantly).
  -
  -In the case where there are optional arguments (as in substring), the class
  -for the function (FuncSubstring, in this case) derives from a class that has 
a
  -fixed number of arguments (Func3Arguments, in this case).  If too few
  -arguments are specified, the FuncSubstring.checkNumberArgs method
  -reports that the function only allows 2 or 3 arguments; if too many arguments
  -are specified, the Function3Arguments.setArg method reports that the
  -function only allows 3 arguments.
  -
  -To fix the problem, I added reportWrongNumberArgs() methods to the
  -Function class and to its subclasses, as appropriate, and I added code to
  -call that from checkNumberArgs and setArg - that way, the correct number
  -of arguments is always reported in the error messages.
  -
  -Alternatively, I could have changed the setArg method in all the classes that
  -have optional arguments to report correctly the number of arguments, but I
  -didn't like the idea of having it redundantly perform the same check that the
  -setArg method of its base class was going to perform just to get a better
  -message out.  A third possibility would be to have setArg call the
  -checkNumberArgs method when it detects too many arguments are
  -specified; that would guarantee that setArg would report the same message,
  -and avoid introducing a new method, as long as checkNumberArgs always
  -checks for both too few and for too many arguments.  A fourth possibility
  -would be to report two different errors:  the minimum number of arguments
  -required in checkNumberArgs and the maximum permitted in setArg.
  -
  -I also noticed that the message produced for FuncSubstring when too few
  -arguments are specified actually indicates that 0 or 1 arguments are 
required,
  - so I fixed the XPATHErrorResources.properties file.
  -
  -I don't see the NPE that Dave Marston mentions in Bugzilla, so I assume
  -that's been fixed.
  +bug fix 12317, serialization of Templates is fixed
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
TransletOutputHandlerFactory.java</Modified>
  -<Log>
  -Typo.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/processor 
StylesheetHandler.java xml-xalan/java/src/org/apache/xalan/templates 
ElemNumber.java ElemTemplateElement.java 
xml-xalan/java/src/org/apache/xml/utils PrefixResolver.java 
PrefixResolverDefault.java xml-xalan/java/src/org/apache/xpath/compiler 
Lexer.java</Modified>
  +<DateCommitted>2002/10/15</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
   <Log>
  -Patch submitted by [EMAIL PROTECTED] for Bug 6798:
  -
  -Added a method (handlesNullPrefixes) to the PrefixResolver interface so
  -that the resolver can indicate whether it supports null prefixes.  Then, in 
the
  -tokenizer, if the prefix is null, and the resolver supports that, it 
continues
  -processing as if the prefix had a value.  In Lexer.java, methods that have
  -changed are: tokenize, mapNSTokens.
  -
  -In ElemNumber#getCountMatchPattern, pass MyPrefixResolver instance to default
  -psuedo match patterns.
  +A RuntimeException cannot be constructed from a Throwable with JDKs
  +prior to 1.4.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
SAXHTMLOutput.java</Modified>
  +<DateCommitted>2002/10/17</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
MultiDOM.java</Modified>
   <Log>
  -Do not insert &lt;META&gt;.
  +Clear dom index flag before passing node to DOMAdapter. Bug reported by
  +Prakash Sridharan.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerImpl.java</Modified>
  +<DateCommitted>2002/10/17</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
   <Log>
  -Fixed problem in the implementation of setOutputProperties().
  +Switch order of calls to startElement() and namespace() in startXslElement().
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/11</DateCommitted>
  -<Modified> xml-xalan/java commits.xml</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/18</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Step.java</Modified>
   <Log>
  -Purged for upcoming developer releases.
  +bug fix 12308, typeCheck, nodeset to node optimization is turned off if node 
has context
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/11</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan history.xml readme.xml 
xsltc_constraints.xml xsltc_history.xml</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/18</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Output.java</Modified>
   <Log>
  -Moved 2.3.2 core and xsltc updates into the history files.
  +Added support for all EBCDIC flavors in xsl:output.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/11</DateCommitted>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/19</DateCommitted>
   <Modified> xml-xalan/java/bin xercesImpl.jar</Modified>
   <Log>
  -xercesImpl.jar from Xerces-J-bin.2.0.1.zip (for upcoming Xalan-J 2.4.D1)
  +Updating to XercesJ 2.2.0.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/11</DateCommitted>
  -<Modified> xml-xalan/java/src MANIFEST.MF</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/20</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref 
ExpandedNameTable.java</Modified>
   <Log>
  -Update xerces.jar to be xercesImpl.jar; this should have been
  -done quite a while ago.  Note the Class-Path: entry needs review
  -in general at some point.
  +Committing Pavel Ausianik's ([EMAIL PROTECTED]) patch for bugzilla #12687.
  +
  +Reduce memory allocation on initialization of ExpandedNameTable.
  +
  +m_locNamesPool and m_namespaceNames and code that uses them has
  +been commented out.  Some initialization now done in static initializer.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/11</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan builds.xml</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/20</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath XPathContext.java</Modified>
   <Log>
  -Brief documentation about developer standards and official build processes
  +Committing Gordon Chiu's ([EMAIL PROTECTED]) modified patch of Pavel 
Ausianik's ([EMAIL PROTECTED]) 
  +patch for bugzilla #12486.
  +
  +Method XPathContext.reset()  was creating many new instances of java 
objects, 
  +causing unnecessary memory allocations, instead of reusing previously 
created 
  +objects. 
  +
  +
  +m_locNamesPool and m_namespaceNames and code that uses them has
  +been commented out.  Some initialization now done in static initializer.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/11</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources xalan-jlocal.xml</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/20</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/serialize Encodings.java 
Encodings.properties</Modified>
   <Log>
  -Add builds.xml; perhaps should also be added to xalan-jsite.xml as well
  +Committing Gordon Chiu's ([EMAIL PROTECTED]) patch for bugzilla #13754.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/11</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
DOM2SAX.java</Modified>
  +<DateCommitted>2002/10/21</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler Output.java 
xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamOutput.java</Modified>
   <Log>
  -Added comment() support.
  +Moved EBCDIC support from Output to StreamOutput to ensure correct
  +serialization of XML header.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/11</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
TransletOutputHandlerFactory.java 
xml-xalan/java/src/org/apache/xalan/xsltc/trax SAX2DOM.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/21</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/dom3/xpath 
COPYRIGHT.html</Modified>
   <Log>
  -added support for comment handling in DOM
  +Copying the copyright statement for the DOM L3 XPath API interfaces into
  +the temporary package (org.apache.xalan.dom3.xpath) which contains
  +the interfaces until they become a recommendation.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/11</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TemplatesHandlerImpl.java</Modified>
  +<DateCommitted>2002/10/21</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
PositionCall.java xml-xalan/java/src/org/apache/xalan/xsltc/dom 
CurrentNodeListIterator.java DOMImpl.java FilterIterator.java NthIterator.java 
xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java</Modified>
  +<Log>
  +Committing patch from Henry Zongaro. This patch moves the logic from
  +XPath's position() function from NodeIterator.getPosition() to
  +BasisLibrary.positionF(). This change simplifies the integration
  +between XSLTC and DTM.
  +</Log>
  +</Commit>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/22</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/processor 
ProcessorExsltFunction.java</Modified>
   <Log>
  -Fixed getTemplates() to return null when compilation fails.
  +For bugzilla 13711
  +Fix the conditions for validating the child elements of func:function.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/11</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates ElemNumber.java 
xml-xalan/java/src/org/apache/xpath/compiler Lexer.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/22</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/transformer KeyTable.java 
xml-xalan/java/src/org/apache/xpath/axes NodeSequence.java</Modified>
   <Log>
  -From Ilene Seelemann:
  -Added the following in blue to line 395 of Lexer.java
  -
  -     if ((-1 != posOfNSSep) ||
  -         ((m_namespaceContext != null) &amp;&amp; 
(m_namespaceContext.handlesNullPrefixes())))
  +Committing [EMAIL PROTECTED] (Urban Spielmann)'s  patch for bugzilla #11661. 
 
   
  -I'm also including ElemNumber.java which really doesn't need to
  -explicitly state that it implements PrefixResolver.
  -Without these updates everything does run fine.
  +After the Redundant Expression Elimination merge, the key cache had
  +not yet been replaced.  This patch puts back the key cache, which
  +gives xsl:key much better performance.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/11</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/extensions 
ExtensionNamespaceSupport.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/22</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemExtensionCall.java</Modified>
   <Log>
  -Commented out a debug print line.
  +For bugzilla 7357
  +Fix problems in exception handling for extension elements.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/11</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
DefaultRun.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/22</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
ForwardPositionIterator.java</Modified>
   <Log>
  -No longer in use.
  +Adding XSLTC_DTM version of file to branch.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/11</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/cmdline Transform.java 
xml-xalan/java/src/org/apache/xalan/xsltc/compiler Constants.java Output.java 
xml-xalan/java/src/org/apache/xalan/xsltc/runtime AbstractTranslet.java 
TextOutput.java xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
SAXOutput.java StreamHTMLOutput.java StreamUnknownOutput.java 
StreamXMLOutput.java xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TemplatesHandlerImpl.java TemplatesImpl.java TransformerFactoryImpl.java 
TransformerImpl.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/22</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
ForwardPositionIterator.java</Modified>
   <Log>
  -New output system installed.
  +Whoops!  Checked in file on MAIN branch that was meant for XSLTC_DTM branch.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/12</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
DOM2SAX.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/22</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
ForwardPositionIterator.java</Modified>
   <Log>
  -bug fix for copy32.xsl unit test; cdata handling
  +Adding DTM version of ForwardPositionIterator to XSLTC_DTM branch.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/12</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
AbstractTranslet.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/22</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
ForwardPositionIterator.java</Modified>
   <Log>
  -Fixed file creation for xsltc:output extension.
  +Aarrrgggghhhhh\!\!  Checked in file on MAIN branch that was meant for 
XSLTC_DTM branch, again\!
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/12</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
BitArray.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/23</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/transformer 
TransformerImpl.java</Modified>
   <Log>
  -Added default constructor.
  +Patch for bugzilla #13863.
  +
  +Moved setting the namespaceContext from the TransformerImpl constructor to
  +the transform method.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/12</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamHTMLOutput.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/25</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath XPath.java 
xml-xalan/java/src/org/apache/xpath/res XPATHErrorResources.java 
XPATHErrorResources.properties</Modified>
   <Log>
  -Fixed insertion of META when HEAD is empty.
  +Move a hardcoded string into the properties file.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/13</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
CurrentNodeListIterator.java</Modified>
  +<DateCommitted>2002/10/25</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
UnionIterator.java</Modified>
   <Log>
  -Replaced eager by lazy computation of last.
  +Fix for Bugzilla 13826. A problem in reset() was the cause of duplicate
  +nodes in the resulting nodeset.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/13</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
StepIterator.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/25</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/extensions 
ExtensionHandlerJavaClass.java ExtensionHandlerJavaPackage.java</Modified>
   <Log>
  -Very minor optimization.
  +For bugzilla 13944. Check for InvocationTargetException in Method.invoke().
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/13</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
DOMImpl.java</Modified>
  +<DateCommitted>2002/10/25</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
FunctionCall.java xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
NodeSetType.java ReferenceType.java ResultTreeType.java</Modified>
   <Log>
  -Simple hand optimizations.
  +Fix for Bugzilla 13850 provided by Morris Kwan.
  +
  +Morris Kwan wrote:
  +
  +Changes in NodeSetType.java:
  +Allow a org.w3c.dom.Node to be converted to a XSLTC internal nodeset
  +
  +Changes in ReferenceType.java:
  +Allow conversions from Reference to Java String, double, w3c Node/NodeList
  +
  +Changes in ResultTreeType.java:
  +The result tree when converted to a nodeset, should contain only one node
  +starting from the root. If you replace &lt;xsl:param&gt; with 
&lt;xsl:variable&gt; in
  +the attached testcase, you will see a problem in "ext:nodelistTest
  +($a)/h1/h2" because of this problem.
  +
  +Changes in BasisLibrary.java:
  +Added interfaces referenceToNodeList, referenceToNode and node2Iterator.
  +The changes in copyNodes() fix a problem with the document node. In the
  +case of an RTF, the NodeList passed to nodeList2Iterator() contains only
  +one Node, which is a Document Node. The changes try to create a dummy
  +element for the Document and copy all Nodes under it.
   </Log>
   </Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/13</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan readme.xml 
xsltc_constraints.xml</Modified>
  +<Commit category="xsltc">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/28</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
   <Log>
  -updates for developer's release.
  +
  +  Fix for Bugzilla 13850 provided by Morris Kwan.
  +
  +  Changes in BasisLibrary.java:
  +  Added interfaces referenceToNodeList, referenceToNode and node2Iterator.
  +  The changes in copyNodes() fix a problem with the document node. In the
  +  case of an RTF, the NodeList passed to nodeList2Iterator() contains only
  +  one Node, which is a Document Node. The changes try to create a dummy
  +  element for the Document and copy all Nodes under it.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/13</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources entities.ent xalan-jsite.xml 
xml-xalan/java/xdocs/sources/xalan history.xml index.xml readme.xml 
resources.xml xml-xalan/java KEYS</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/28</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath XPathContext.java</Modified>
   <Log>
  -Patches for developer's release from Sarah McNamara.
  +For Bugzilla 13303.
  +Fix Memory leak in XPathContext.popRTFContext().
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/13</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/res 
XSLTInfo.properties</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/28</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/transformer 
TransformerImpl.java</Modified>
   <Log>
  -Updated version # for developer's release.
  +Backing out patch for bugzilla #13863.  It causes a bunch of failures in 
  +the trax.sax flavour.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/13</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xslt 
EnvironmentCheck.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/28</DateCommitted>
  +<Modified> xml-xalan/java/xdocs/sources/xalan extensions.xml 
extensionslib.xml samples.xml</Modified>
   <Log>
  -Update .jar file sizes for 2.4.D1 release
  +Update the extensions documentation.
  +Use the new namespaces in documents and examples. Update EXSLT development
  +status. Modify setup instructions for SQL samples.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/13</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan resources.xml</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/28</DateCommitted>
  +<Modified> xml-xalan/java/xdocs xml-site-style.tar.gz 
xml-xalan/java/xdocs/sources/xalan faq.xml resources.xml</Modified>
   <Log>
  -Remove extraneous slash char on path
  -Submitted by: [EMAIL PROTECTED]
  +For Bugzilla 14022
  +Commit Gordon Chiu's update to the FAQ.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/13</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xslt 
EnvironmentCheck.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/28</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/dom3/xpath COPYRIGHT.html 
XPathEvaluator.java XPathException.java XPathExpression.java 
XPathNamespace.java XPathNSResolver.java XPathResult.java 
xml-xalan/java/src/org/apache/xpath/domapi XPathEvaluatorImpl.java 
XPathExpressionImpl.java XPathNSResolverImpl.java 
XPathResultImpl.java</Modified>
   <Log>
  -Fix Bugzilla #9137; don't toLowerCase() the filename (not really needed 
anymore);
  -remove line for xalan.jar for 2_4_D1 because .jar build size is not 
determinate
  +Removed the temporary org.apache.xalan.dom3.xpath package.
  +
  +Updated the org.w3c.dom.xpath interfaces.
  +
  +Changed dependencies to org.w3c.dom.xpath interfaces in the implementation
  +classes in org.apache.xalan.xpath.domapi.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/13</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan extensionslib.xml</Modified>
  -<Log>
  -Add pointers to info on new EXSLT extensions.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/17</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler Output.java 
Parser.java Stylesheet.java XSLTC.java 
xml-xalan/java/src/org/apache/xalan/xsltc/trax TemplatesHandlerImpl.java 
TemplatesImpl.java TransformerFactoryImpl.java TransformerImpl.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/28</DateCommitted>
  +<Modified> xml-xalan/java build.xml</Modified>
   <Log>
  -Fixed layering of output properties in Trax.
  +Build org.w3c.xpath.dom interfaces into xalan.jar.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/17</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/extensions 
ExtensionNamespacesManager.java</Modified>
  -<Log>
  -Changed Vector.get(int) to Vector.elementAt(int) to maintain
  -compability with Java 1.1.8.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/17</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerImpl.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/28</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath XPathContext.java</Modified>
   <Log>
  -Replaced getProperty() by get() in setOutputProperties().
  +Patch from Gordon Chiu.  Replace stack.clear() calls with 
stack.removeAllElements()
  +to be compatible with JDK1.1.8.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/17</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/lib 
ExsltDatetime.java</Modified>
  -<Log>
  -Modified leap-year functions to use arithmetic logic rather than relying
  -on a Calendar method that doesn't exist in Java 1.1.8.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/18</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Include.java</Modified>
  -<Log>
  -catching file not found exception fixed
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/18</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Parser.java</Modified>
  -<Log>
  -added ability to detect/flag superfluous attributes
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/18</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Parser.java</Modified>
  -<Log>
  -removed commented out code
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/18</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerFactoryImpl.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/28</DateCommitted>
  +<Modified> xml-xalan/java build.xml</Modified>
   <Log>
  -fixed bug that passes warnings to listener
  +Support compiling under JDK 1.2 - 1.4.  Also check for compatability with 
target JDK 1.1.x.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/18</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler Parser.java 
xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamUnknownOutput.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/29</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xpath/domapi 
XPathNamespaceImpl.java XPathResultImpl.java</Modified>
   <Log>
  -Added support for XHTML in output system (c.f. embed04).
  +Somewhat rough implementation of XPathNamespace.
   </Log>
   </Commit>
   <Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/18</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/axes RTFIterator.java 
xml-xalan/java/src/org/apache/xpath/objects XRTreeFrag.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/29</DateCommitted>
  +<Modified> xml-xalan/java/bin ant.jar</Modified>
   <Log>
  -Added RTFIterator (extends OneStepIteratorForward);
  -created fromRTFFragment so EXSLT object-type function
  -can identify an RTF with certainty.
  +Upgrade to Ant 1.5.1.
   </Log>
   </Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/18</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
  +<Commit category="core">
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/29</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/lib ExsltBase.java 
ExsltStrings.java xml-xalan/java/src/org/apache/xalan/lib/sql 
DefaultConnectionPool.java</Modified>
   <Log>
  -fixed bug with number formatting, richmark test
  +Fix JDK 1.1.8 compatibility problems.
  +Replace methods calls that are only in Java2 by JDK 1.1 equivalents.
  +For DefaultConnectionPool.java, use reflection mechanism to invoke
  +Thread.getContextClassLoader() instead of hard-coded invocation.
   </Log>
   </Commit>
   <Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/18</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamHTMLOutput.java</Modified>
  +<Who>[EMAIL PROTECTED]</Who>
  +<DateCommitted>2002/10/29</DateCommitted>
  +<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
LocationPathPattern.java Mode.java Step.java StepPattern.java 
xpath.cup</Modified>
   <Log>
  -fixed escaping of quote in href attribute
  +Distinguish between child::node() and attribute::node() both in patterns
  +and expressions. This patch also fixes Bugzilla 11433.
   </Log>
   </Commit>
   <Commit category="xsltc">
   <Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/18</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerImpl.java</Modified>
  -<Log>
  -Fixed problem in creation of output handler.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/18</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/lib 
ExsltCommon.java</Modified>
  -<Log>
  -Removed duplicate implementation of several EXSLT "Set"
  -functions.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/18</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler Output.java 
xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output OutputBase.java 
SAXOutput.java SAXXMLOutput.java StreamHTMLOutput.java StreamOutput.java 
StreamXMLOutput.java</Modified>
  -<Log>
  -Fixed problem with cdata-section-elements in xsl:output and namespaces.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/19</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
  -<Log>
  -fixed nit for Tom
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/19</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamXMLOutput.java</Modified>
  -<Log>
  -fixed unescaped quote in attribute, namespace110 unit test
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/19</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerImpl.java</Modified>
  -<Log>
  -Ignore default properties in setOutputProperties().
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/19</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
SAXHTMLOutput.java StreamHTMLOutput.java StreamOutput.java 
StreamUnknownOutput.java</Modified>
  -<Log>
  -Fix to set output properties correctly in the new output system.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/19</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Output.java</Modified>
  -<Log>
  -Fixed indentation when output method is HTML.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/19</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
AbstractTranslet.java xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamHTMLOutput.java StreamUnknownOutput.java</Modified>
  -<Log>
  -Fixed indentation when output method is HTML.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/20</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
AbstractTranslet.java</Modified>
  -<Log>
  -Rollback to revision 1.39
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/20</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
DOM2SAX.java</Modified>
  -<Log>
  -whitespace13.xsl fix for trax.dom case
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/20</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerImpl.java</Modified>
  -<Log>
  -Fixed regression.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/20</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
NameBase.java</Modified>
  -<Log>
  -_type renamed to _paramType to avoid shadowing of protected vars.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/20</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
FunctionCall.java</Modified>
  -<Log>
  -Replaced _type by getType().
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/21</DateCommitted>
  -<Modified> xml-xalan/java/bin jtidy.LICENSE.txt jtidy.README.txt 
Tidy.jar</Modified>
  -<Log>
  -adding Jtidy for use with test harness to parse html
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom DOMAdapter.java 
MultiDOM.java</Modified>
  -<Log>
  -Fixed evaluation of "parent::*" with multiple DOMs.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/utils 
Hashtree2Node.java</Modified>
  -<Log>
  -Simplistic static utility to convert a Hashtable of items (either
  -Hashtables or anything else cast to (String)) into an Element tree
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/lib Extensions.java</Modified>
  -<Log>
  -Update checkEnvironment to attempt to call org.apache.env.Which first
  -by using reflection; Which provides better output data than
  -EnvironmentCheck.  If reflection doesn't work, then we
  -fallback to EnvironmentCheck as before.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/21</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan faq.xml</Modified>
  -<Log>
  -Add doc about calling checkEnvironment as a stylesheet extension
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
MultiDOM.java</Modified>
  -<Log>
  -Fix for Bugzilla 9068.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/serialize 
SerializerToXML.java</Modified>
  -<Log>
  -bug fix for bugzilla 9572, fix by [EMAIL PROTECTED]
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
MultiDOM.java</Modified>
  -<Log>
  -Better fix for Bugzilla 9068.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/24</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Step.java</Modified>
  -<Log>
  -Fix for Bugzilla 8551.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/24</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Predicate.java</Modified>
  -<Log>
  -Fix for Bugzillas 3238 and 10137.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/24</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamHTMLOutput.java StreamOutput.java StreamXMLOutput.java</Modified>
  -<Log>
  -Fix for Bugzilla 6925.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/25</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
FunctionAvailableCall.java</Modified>
  -<Log>
  -fix check for extension functions
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/25</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
FunctionAvailableCall.java 
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util Util.java</Modified>
  -<Log>
  -Fix for function-available() needed to handle XSLTC's extension functions.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/25</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
ParentLocationPath.java Step.java</Modified>
  -<Log>
  -Fix for axes122.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/25</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Step.java</Modified>
  -<Log>
  -Fixed regression.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/26</DateCommitted>
  -<Modified> xml-xalan/java build.xml</Modified>
  -<Log>
  -Update docs.class.path to include XSLTC-dependent jars
  -Submitted by:        Henri Gomez [EMAIL PROTECTED]
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/26</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/res XPATHErrorResources.java 
XPATHErrorResources.properties</Modified>
  -<Log>
  -Add error resources pulled out from code
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/26</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/res XSLTErrorResources.java 
XSLTErrorResources.properties</Modified>
  -<Log>
  -Add error resources pulled out from code
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/26</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/util 
IntegerArray.java</Modified>
  -<Log>
  -Fixed bug in clone().
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/26</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
ElementAvailableCall.java Expression.java FunctionAvailableCall.java If.java 
LogicalExpr.java When.java</Modified>
  -<Log>
  -Added support for function-available()/element-available() in logical
  -expressions (note that these functions are resolved at compile time
  -in XSLTC).
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/26</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamOutput.java StreamUnknownOutput.java TransletOutputHandlerFactory.java 
xml-xalan/java/src/org/apache/xalan/xsltc/trax TemplatesHandlerImpl.java 
TemplatesImpl.java TransformerFactoryImpl.java TransformerImpl.java</Modified>
  -<Log>
  -Added 'indent-number' attribute to the transformer factory. The value
  -of this attribute is the number of spaces that will be used by the
  -output system when indentation is turned on.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/27</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/compiler Compiler.java 
OpMap.java</Modified>
  -<Log>
  -Pull out hard coded messages
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/27</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath NodeSet.java NodeSetDTM.java 
xml-xalan/java/src/org/apache/xpath/objects XStringForFSB.java 
xml-xalan/java/src/org/apache/xpath/axes AxesWalker.java 
LocPathIterator.java</Modified>
  -<Log>
  -Pull out hard coded messages
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/27</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler Step.java 
xml-xalan/java/src/org/apache/xalan/xsltc/dom DOMImpl.java</Modified>
  -<Log>
  -Fix for node21 and some position tests.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/27</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/compiler XPathParser.java 
xml-xalan/java/src/org/apache/xpath/res XPATHErrorResources.java 
XPATHErrorResources.properties</Modified>
  -<Log>
  -Bugzilla 5016: Patch from Henry Zongaro... Fix XPATHParser.java to prevent 
matching empty RelativeLocationPath and Step expressions, prevent a 
LocationPath from preceding a Predicate in a FilterExpr, check for valid 
NameTest in NodeTest()
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/27</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
DOMImpl.java</Modified>
  -<Log>
  -Fix problem in copyElement().
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/27</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
xpath.cup</Modified>
  -<Log>
  -Use doubles instead of longs for big ints.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/28</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler LongExpr.java 
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util LongType.java</Modified>
  -<Log>
  -removed unused class, compiler will now use doubles
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/28</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/res 
XPATHErrorResources.properties</Modified>
  -<Log>
  -Fix typo.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/28</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler CastExpr.java 
Constants.java Parser.java 
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util Type.java</Modified>
  -<Log>
  -removed references to the LongExpr classes that were removed
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/28</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
DOMImpl.java</Modified>
  -<Log>
  -Copy namespace nodes of an element in xsl:copy.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/28</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
ElementAvailableCall.java FunctionAvailableCall.java</Modified>
  -<Log>
  -Better error reporting when argument is not a literal.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/28</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
XSLTC.java</Modified>
  -<Log>
  -Use a BufferedOutputStream to write classes.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/06/29</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan 
xsltc_constraints.xml</Modified>
  -<Log>
  -fix typo in SmartTransormerFactoryImpl pointed out by Tobias McNulty
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/01</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemNumber.java</Modified>
  -<Log>
  -Bug6268. Patch from Ilene Seelemann. Fix Grouping separator. If no grouping 
separator is specified but a gouping size is, number is not formatted. If 
grouping separator is "", warning is issued and number is not formatted. If 
grouping separator is more than one character, warning is issued and number is 
not formatted.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/08</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerImpl.java</Modified>
  -<Log>
  -fixed conf tests copy21, copy22, expression02, idkey04, numbering91 with 
introduction of setSystemId on InputSource
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/08</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/processor 
StylesheetHandler.java XSLTAttributeDef.java 
xml-xalan/java/src/org/apache/xml/utils DefaultErrorHandler.java</Modified>
  -<Log>
  -resource error messages
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/09</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/cmdline Compile.java 
xml-xalan/java/src/org/apache/xalan/xsltc/compiler XSLTC.java</Modified>
  -<Log>
  -Updated XSLTC's version number from 1.0 to 1.1
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/09</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
AttributeSet.java</Modified>
  -<Log>
  -Fix for Bugzilla 4603 (thanks to Henri Zongaro)
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/09</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Parser.java</Modified>
  -<Log>
  -Print warning message for superfluous attributes that have a null URI only.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/09</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler Constants.java 
Sort.java</Modified>
  -<Log>
  -bug 5941 fixed, &lt;clinit&gt; access chged to ACC_STATIC from ACC_FINAL
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/processor 
XSLTAttributeDef.java XSLTElementProcessor.java XSLTSchema.java 
xml-xalan/java/src/org/apache/xalan/res XSLTErrorResources.java 
XSLTErrorResources.properties xml-xalan/java/src/org/apache/xalan/templates 
AVT.java Constants.java ElemAttribute.java ElemElement.java ElemNumber.java 
ElemPI.java xml-xalan/java/src/org/apache/xml/utils QName.java 
StringToIntTable.java xml-xalan/java/src/org/apache/xpath/res 
XPATHErrorResources.java XPATHErrorResources.properties</Modified>
  -<Log>
  -Bugzilla 5013: Validation of QName attribute values. The patch will also fix 
the missing validation described in bugs 792 and 793
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/utils XMLChar.java</Modified>
  -<Log>
  -Bugzilla 5013: Validation of QName attribute values. The patch will also fix 
the missing validation described in bugs 792 and 793
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref 
DTMDefaultBaseIterators.java</Modified>
  -<Log>
  -bugzilla 9575: Fix AncestorIterator counting root node twice. Patch from 
Henry Zongaro.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/10</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/utils DOMBuilder.java</Modified>
  -<Log>
  -&lt;Blush&gt;
  -
  -This was still trying to switch between setAttribute() and
  -setAttributeNS(). Correct usage of DOM Level 2 would be to
  -always use setAttributeNS(), and simply set a null URI when the
  -node is not namespaced. (Basically, the L1 versions of
  -createElement, createAttribute, setAttribute and setAttributeNode
  -should be considered deprecated with the sole exception of
  -manipulating a DOM intended to be viewed *only* as Level 1.)
  -
  -I could swear we fixed this a VERY long time ago...
  -Good catch, thanks for calling it to our attention.
  -
  -&lt;/Blush&gt;
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/15</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
FunctionCall.java xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
TypeCheckError.java</Modified>
  -<Log>
  -Enhanced error reporting in calls to external Java functions.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/15</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
  -<Log>
  -bug 10832 fix, relational expressions with RTFs
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/15</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Mode.java</Modified>
  -<Log>
  -Fix for Bugzilla 9174.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/17</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TemplatesImpl.java</Modified>
  -<Log>
  -Fixed error message in defineTransletClasses() method.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/17</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler Import.java 
Include.java Stylesheet.java</Modified>
  -<Log>
  -Fix for Bugzilla 9171.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/17</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan dtm.xml</Modified>
  -<Log>
  -testing commit
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/18</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
FunctionCall.java</Modified>
  -<Log>
  -Fixed problem in error reporting code.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/18</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Predicate.java</Modified>
  -<Log>
  -Ignore default NS when expanding calls to position().
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/19</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/transformer 
ResultTreeHandler.java</Modified>
  -<Log>
  -Morris Kwan's patch for bugzilla#10306
  -
  -The problem is that the namespace declaration is not added to the attributes 
if there are other leading attributes. There is a check for whether the 
namespace
  - has already been added. That check is commented out because multiple 
namespace declarations can exist in one element.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/20</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerFactoryImpl.java</Modified>
  -<Log>
  -Accept null as a possible return value from URIResolver.resolve()
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/20</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler Import.java 
Include.java</Modified>
  -<Log>
  -Report a decent error when the URI cannot be resolved.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TemplatesImpl.java</Modified>
  -<Log>
  -Added a few getters to this class.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/22</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TemplatesImpl.java</Modified>
  -<Log>
  -Use the superclass to determine the main class of a translet.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/22</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
RedundentExprEliminator.java</Modified>
  -<Log>
  -Applied patch from Morris Kwan for bugzilla #9753.
  -
  -The bug addresses the problem that there is a build error with Xalan under 
JDK 1.4, because one of the classes uses assert() as method name.
  - And assert is a keyword in JDK 1.4. The patch just changes the word 
"assert" to "assertion".
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/22</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamHTMLOutput.java StreamOutput.java StreamXMLOutput.java</Modified>
  -<Log>
  -Fix for Bugzilla 10715.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
StreamHTMLOutput.java StreamXMLOutput.java</Modified>
  -<Log>
  -Fixed a regression.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TemplatesHandlerImpl.java TemplatesImpl.java TransformerFactoryImpl.java 
TransformerImpl.java</Modified>
  -<Log>
  -Fixed for Bugzilla 10625. URIResolvers were being dropped in several places.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
Util.java</Modified>
  -<Log>
  -Util class for the TrAX package.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
XSLTC.java</Modified>
  -<Log>
  -Synchronize calls to Stylesheet.translate() using class' lock.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TemplatesImpl.java</Modified>
  -<Log>
  -Ensure synchronization for Templates objects.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/24</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerImpl.java</Modified>
  -<Log>
  -Added safety net to getDOM().
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/24</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/processor XSLTSchema.java 
xml-xalan/java/src/org/apache/xalan/res XSLTErrorResources.java 
XSLTErrorResources.properties xml-xalan/java/src/org/apache/xalan/templates 
ElemPI.java xml-xalan/java/src/org/apache/xml/utils QName.java</Modified>
  -<Log>
  -Remaining updates for Bugzilla#5013.  
  -
  -Some attributes that should have been handled as errors were getting
  -handled as warnings.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/24</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemApplyTemplates.java ElemForEach.java</Modified>
  -<Log>
  -Check that recursionLimit is not negative before calling 
checkForInfinateLoop.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/24</DateCommitted>
  -<Modified> xml-xalan/java KEYS</Modified>
  -<Log>
  -*** empty log message ***
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/25</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
ObjectType.java</Modified>
  -<Log>
  -added new type for support of ext java functions
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/25</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc Translet.java 
xml-xalan/java/src/org/apache/xalan/xsltc/compiler CastExpr.java 
FunctionCall.java Parser.java 
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util ErrorMessages.java 
ErrorMsg.java NodeSetType.java NodeType.java ReferenceType.java StringType.java 
Type.java xml-xalan/java/src/org/apache/xalan/xsltc/dom AbsoluteIterator.java 
xml-xalan/java/src/org/apache/xalan/xsltc/runtime AbstractTranslet.java 
BasisLibrary.java xml-xalan/java/src/org/apache/xalan/xsltc/trax 
DOM2SAX.java</Modified>
  -<Log>
  -bug fix 10837, support of ext java functions
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/25</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan 
xsltc_constraints.xml</Modified>
  -<Log>
  -fix typo, java for Java in doc on xsltc and external java functions
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/25</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/serialize 
Encodings.java</Modified>
  -<Log>
  -Applying patch for bug#10839.
  -
  -Try/catch block needed around System.getProperty call.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/26</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/processor 
XSLTAttributeDef.java XSLTSchema.java</Modified>
  -<Log>
  -Applying Paul Brown's patch for bug#6972.
  -
  -xsl:output cdata-section-elements attribute was not handled correctly.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/29</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/axes 
SingletonIterator.java</Modified>
  -<Log>
  -file SingletonIterator.java was initially added on branch XSLTC_DTM.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/29</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/lib ExsltCommon.java 
ExsltMath.java ExsltSets.java Extensions.java</Modified>
  -<Log>
  -Committed patch for bugzilla#10323 (incorrect Javadoc 
  -in the extension code.)
  -Submitted by Morris Kwan ([EMAIL PROTECTED])
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/29</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/extensions 
ExtensionHandlerJavaClass.java xml-xalan/java/src/org/apache/xalan/res 
XSLTErrorResources.properties</Modified>
  -<Log>
  -Committed patch for bugzilla#10914
  -( Need better error message for redirect select errors)
  -Submitted by Morris Kwan ([EMAIL PROTECTED])
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/29</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Expression.java FlowList.java Mode.java StepPattern.java TestSeq.java</Modified>
  -<Log>
  -Fix for Bugzilla 11166.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/29</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/utils TreeWalker.java</Modified>
  -<Log>
  -Patch for bugzilla #9146
  -
  -NullPointerException when attempting to build a stylesheet from 
  -a DOM Element instead of a Document node.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/30</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Mode.java</Modified>
  -<Log>
  -Fixed loop exit condition in prepareTestSequences().
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/30</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/utils 
SystemIDResolver.java</Modified>
  -<Log>
  -Applying patches for Morris Kwan for bug 10519.  Changed condition in 
absoluteURI method to handle the case where the URI is the root of a file 
system - e.g., / or c:\
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/30</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/processor 
ProcessorInclude.java</Modified>
  -<Log>
  -Applying patches for Morris Kwan for bug 10519.  In parse method, if 
SystemId of the returned DOMSource object is null, systemID is resolved using 
href.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/30</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
FunctionCall.java xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
ReferenceType.java ResultTreeType.java</Modified>
  -<Log>
  -Added type promotion from result-tree to object (used in call to nodeset()).
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/07/30</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler CastExpr.java 
FunctionCall.java xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
MultiHashtable.java</Modified>
  -<Log>
  -improved selection algorithm for overloaded methods and constructors in ext 
java funct calls
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/02</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan 
xsltc_constraints.xml</Modified>
  -<Log>
  -changed verbage to agree with new support of constructors and nonstatic 
external java functions
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/07</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XRTreeFrag.java</Modified>
  -<Log>
  -Applying patch for Bug 9683 for Morris Kwan.  If XRTreeFrag is constructed
  -without respect to an XPathContext, the object() method should defer to the
  -parent class's object() method to convert the fragment to the appropriate
  -representation.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/09</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemValueOf.java</Modified>
  -<Log>
  -Patch for bugzilla #6071.  Specifically, this patch allows line numbers to 
  -be reported when errors are discovered at runtime in a value-of attribute.
  -(See idkeyerr10.)
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/12</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
FunctionAvailableCall.java</Modified>
  -<Log>
  -Fixed regression of test function-available('xalan:nodeset').
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/12</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
  -<Log>
  -Use factory class methods to instantiate default decimal formatter.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/12</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output 
SAXHTMLOutput.java</Modified>
  -<Log>
  -1. Report attributes with non-empty local names.
  -2. Ignore attributes reported as content.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/12</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
LoadDocument.java</Modified>
  -<Log>
  -Use unmodified URI when retrieving the document via the DOM cache.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/12</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc 
TransletOutputHandler.java xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
SAXAdapter.java TextOutput.java TransletOutputBase.java 
xml-xalan/java/src/org/apache/xalan/xsltc/runtime/output OutputBase.java 
SAXXMLOutput.java StreamHTMLOutput.java StreamOutput.java StreamXMLOutput.java 
xml-xalan/java/src/org/apache/xalan/xsltc/trax DOM2SAX.java DOM2TO.java 
SAX2TO.java TemplatesHandlerImpl.java TemplatesImpl.java 
TransformerFactoryImpl.java TransformerHandlerImpl.java 
TransformerImpl.java</Modified>
  -<Log>
  -New implementation of identity transform. Fix for Bugzilla 11345.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/13</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
Expression.java ParameterRef.java VariableRef.java</Modified>
  -<Log>
  -bug fix for bugzilla 11221, MK053
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src MANIFEST.MF</Modified>
  -<Log>
  -For Bug#6547. Remove reference to old jar files.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java debugconf.bat</Modified>
  -<Log>
  -file debugconf.bat was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java parse.bat</Modified>
  -<Log>
  -file parse.bat was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/grammar xpath-grammar.xml</Modified>
  -<Log>
  -file xpath-grammar.xml was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/grammar xpath-manifest.txt</Modified>
  -<Log>
  -file xpath-manifest.txt was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/grammar xquery-manifest.txt</Modified>
  -<Log>
  -file xquery-manifest.txt was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/grammar core-manifest.txt</Modified>
  -<Log>
  -file core-manifest.txt was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/grammar etree.xsl</Modified>
  -<Log>
  -file etree.xsl was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/grammar grammar.dtd</Modified>
  -<Log>
  -file grammar.dtd was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/grammar javacc.xsl</Modified>
  -<Log>
  -file javacc.xsl was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/grammar jjtree.xsl</Modified>
  -<Log>
  -file jjtree.xsl was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/grammar pathx1-manifest.txt</Modified>
  -<Log>
  -file pathx1-manifest.txt was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/grammar SimpleNode.java</Modified>
  -<Log>
  -file SimpleNode.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/grammar Test.java</Modified>
  -<Log>
  -file Test.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/grammar utils.xsl</Modified>
  -<Log>
  -file utils.xsl was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/bin JavaCC.zip</Modified>
  -<Log>
  -file JavaCC.zip was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/bin optional.jar</Modified>
  -<Log>
  -file optional.jar was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/extensions 
ExtensionHandlerStylesheetFunction.java</Modified>
  -<Log>
  -file ExtensionHandlerStylesheetFunction.java was initially added on branch 
xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemForEachGroup.java</Modified>
  -<Log>
  -file ElemForEachGroup.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemNamespace.java</Modified>
  -<Log>
  -file ElemNamespace.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
FuncCurrentGroup.java</Modified>
  -<Log>
  -file FuncCurrentGroup.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/transformer 
GroupingIterator.java</Modified>
  -<Log>
  -file GroupingIterator.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/transformer 
GroupSorter.java</Modified>
  -<Log>
  -file GroupSorter.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/transformer 
ItemSorter.java</Modified>
  -<Log>
  -file ItemSorter.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/transformer 
SortKey.java</Modified>
  -<Log>
  -file SortKey.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm DTMSequence.java</Modified>
  -<Log>
  -file DTMSequence.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm 
DTMSequenceEmpty.java</Modified>
  -<Log>
  -file DTMSequenceEmpty.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm XType.java</Modified>
  -<Log>
  -file XType.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm 
XTypeConverter.java</Modified>
  -<Log>
  -file XTypeConverter.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref/xni2dtm 
AbstractSchema.java</Modified>
  -<Log>
  -file AbstractSchema.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref/xni2dtm 
DOMValidationConfigurationSwipedFromXerces.java</Modified>
  -<Log>
  -file DOMValidationConfigurationSwipedFromXerces.java was initially added on 
branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref/xni2dtm 
ElemImportSchema.java</Modified>
  -<Log>
  -file ElemImportSchema.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref/xni2dtm 
FuncData.java</Modified>
  -<Log>
  -file FuncData.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref/xni2dtm 
FuncInstanceOf.java</Modified>
  -<Log>
  -file FuncInstanceOf.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref/xni2dtm 
FuncTreatAs.java</Modified>
  -<Log>
  -file FuncTreatAs.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref/xni2dtm 
NamespaceSupportAtDTMNode.java</Modified>
  -<Log>
  -file NamespaceSupportAtDTMNode.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref/xni2dtm 
XPath2Type.java</Modified>
  -<Log>
  -file XPath2Type.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/utils 
DateTimeObj.java</Modified>
  -<Log>
  -file DateTimeObj.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/utils Duration.java</Modified>
  -<Log>
  -file Duration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/utils 
SparseVector.java</Modified>
  -<Log>
  -file SparseVector.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath 
VariableComposeState.java</Modified>
  -<Log>
  -file VariableComposeState.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/conditional 
Else.java</Modified>
  -<Log>
  -file Else.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncAddDays.java</Modified>
  -<Log>
  -file FuncAddDays.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncAddDayTimeDuration.java</Modified>
  -<Log>
  -file FuncAddDayTimeDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncAddDTDurationToDate.java</Modified>
  -<Log>
  -file FuncAddDTDurationToDate.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncAddDTDurationToDT.java</Modified>
  -<Log>
  -file FuncAddDTDurationToDT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncAddDTDurationToTime.java</Modified>
  -<Log>
  -file FuncAddDTDurationToTime.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncAddYearMonthDuration.java</Modified>
  -<Log>
  -file FuncAddYearMonthDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncAddYMDurationToDate.java</Modified>
  -<Log>
  -file FuncAddYMDurationToDate.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncAddYMDurationToDT.java</Modified>
  -<Log>
  -file FuncAddYMDurationToDT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncCurrentDate.java</Modified>
  -<Log>
  -file FuncCurrentDate.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncCurrentDateTime.java</Modified>
  -<Log>
  -file FuncCurrentDateTime.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncData.java</Modified>
  -<Log>
  -file FuncData.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncDate.java</Modified>
  -<Log>
  -file FuncDate.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncDateTime.java</Modified>
  -<Log>
  -file FuncDateTime.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncDateTimeEq.java</Modified>
  -<Log>
  -file FuncDateTimeEq.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncDateTimeGT.java</Modified>
  -<Log>
  -file FuncDateTimeGT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncDateTimeLT.java</Modified>
  -<Log>
  -file FuncDateTimeLT.java was initially added on branch xalan3.
  -
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncDivDayTimeDuration.java</Modified>
  -<Log>
  -file FuncDivDayTimeDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncDivYearMonthDuration.java</Modified>
  -<Log>
  -file FuncDivYearMonthDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncDTDuration.java</Modified>
  -<Log>
  -file FuncDTDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncDTDurationEqual.java</Modified>
  -<Log>
  -file FuncDTDurationEqual.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncDTDurationFromSecs.java</Modified>
  -<Log>
  -file FuncDTDurationFromSecs.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncDTDurationGT.java</Modified>
  -<Log>
  -file FuncDTDurationGT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncDTDurationLT.java</Modified>
  -<Log>
  -file FuncDTDurationLT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncDuration.java</Modified>
  -<Log>
  -file FuncDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncDurationEqual.java</Modified>
  -<Log>
  -file FuncDurationEqual.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGDay.java</Modified>
  -<Log>
  -file FuncGDay.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetDFromDate.java</Modified>
  -<Log>
  -file FuncGetDFromDate.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetDFromDT.java</Modified>
  -<Log>
  -file FuncGetDFromDT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetDFromDTDuration.java</Modified>
  -<Log>
  -file FuncGetDFromDTDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetDTDuration.java</Modified>
  -<Log>
  -file FuncGetDTDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetHFromDT.java</Modified>
  -<Log>
  -file FuncGetHFromDT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetHFromDTDuration.java</Modified>
  -<Log>
  -file FuncGetHFromDTDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetHFromTime.java</Modified>
  -<Log>
  -file FuncGetHFromTime.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetMFromDate.java</Modified>
  -<Log>
  -file FuncGetMFromDate.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetMFromDT.java</Modified>
  -<Log>
  -file FuncGetMFromDT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetMFromYMDuration.java</Modified>
  -<Log>
  -file FuncGetMFromYMDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetMnFromDT.java</Modified>
  -<Log>
  -file FuncGetMnFromDT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetMnFromDTDuration.java</Modified>
  -<Log>
  -file FuncGetMnFromDTDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetMnFromTime.java</Modified>
  -<Log>
  -file FuncGetMnFromTime.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetSFromDT.java</Modified>
  -<Log>
  -file FuncGetSFromDT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetSFromDTDuration.java</Modified>
  -<Log>
  -file FuncGetSFromDTDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetSFromTime.java</Modified>
  -<Log>
  -file FuncGetSFromTime.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetTZFromDate.java</Modified>
  -<Log>
  -file FuncGetTZFromDate.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetTZFromDT.java</Modified>
  -<Log>
  -file FuncGetTZFromDT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetTZFromTime.java</Modified>
  -<Log>
  -file FuncGetTZFromTime.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetYFromDate.java</Modified>
  -<Log>
  -file FuncGetYFromDate.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetYFromDT.java</Modified>
  -<Log>
  -file FuncGetYFromDT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetYFromYMDuration.java</Modified>
  -<Log>
  -file FuncGetYFromYMDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetYMDuration.java</Modified>
  -<Log>
  -file FuncGetYMDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGMonth.java</Modified>
  -<Log>
  -file FuncGMonth.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGMonthDay.java</Modified>
  -<Log>
  -file FuncGMonthDay.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGYear.java</Modified>
  -<Log>
  -file FuncGYear.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGYearMonth.java</Modified>
  -<Log>
  -file FuncGYearMonth.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/conditional If.java</Modified>
  -<Log>
  -file If.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/conditional 
Then.java</Modified>
  -<Log>
  -file Then.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncMultDayTimeDuration.java</Modified>
  -<Log>
  -file FuncMultDayTimeDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncMultYearMonthDuration.java</Modified>
  -<Log>
  -file FuncMultYearMonthDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncSubDayTimeDuration.java</Modified>
  -<Log>
  -file FuncSubDayTimeDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncSubtractDTDurationFromDate.java</Modified>
  -<Log>
  -file FuncSubtractDTDurationFromDate.java was initially added on branch 
xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncSubtractDTDurationFromDT.java</Modified>
  -<Log>
  -file FuncSubtractDTDurationFromDT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncSubtractDTDurationFromTime.java</Modified>
  -<Log>
  -file FuncSubtractDTDurationFromTime.java was initially added on branch 
xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncSubtractYMDurationFromDate.java</Modified>
  -<Log>
  -file FuncSubtractYMDurationFromDate.java was initially added on branch 
xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncSubtractYMDurationFromDT.java</Modified>
  -<Log>
  -file FuncSubtractYMDurationFromDT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncSubYearMonthDuration.java</Modified>
  -<Log>
  -file FuncSubYearMonthDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncTime.java</Modified>
  -<Log>
  -file FuncTime.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncYMDuration.java</Modified>
  -<Log>
  -file FuncYMDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncYMDurationEqual.java</Modified>
  -<Log>
  -file FuncYMDurationEqual.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncYMDurationFromDT.java</Modified>
  -<Log>
  -file FuncYMDurationFromDT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncYMDurationFromMonths.java</Modified>
  -<Log>
  -file FuncYMDurationFromMonths.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncYMDurationGT.java</Modified>
  -<Log>
  -file FuncYMDurationGT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncYMDurationLT.java</Modified>
  -<Log>
  -file FuncYMDurationLT.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
NodeSequence.java</Modified>
  -<Log>
  -file NodeSequence.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
TypeOperations.java</Modified>
  -<Log>
  -file TypeOperations.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects XDate.java</Modified>
  -<Log>
  -file XDate.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XDateTime.java</Modified>
  -<Log>
  -file XDateTime.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XDecimal.java</Modified>
  -<Log>
  -file XDecimal.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XDouble.java</Modified>
  -<Log>
  -file XDouble.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XDTDuration.java</Modified>
  -<Log>
  -file XDTDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XDTMSequence.java</Modified>
  -<Log>
  -file XDTMSequence.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XDuration.java</Modified>
  -<Log>
  -file XDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects XFloat.java</Modified>
  -<Log>
  -file XFloat.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects XGDay.java</Modified>
  -<Log>
  -file XGDay.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XGMonth.java</Modified>
  -<Log>
  -file XGMonth.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XGMonthDay.java</Modified>
  -<Log>
  -file XGMonthDay.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XGYearMonth.java</Modified>
  -<Log>
  -file XGYearMonth.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XGYearObj.java</Modified>
  -<Log>
  -file XGYearObj.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XInteger.java</Modified>
  -<Log>
  -file XInteger.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XJavaObject.java</Modified>
  -<Log>
  -file XJavaObject.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XNodeSequenceSingleton.java</Modified>
  -<Log>
  -file XNodeSequenceSingleton.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XSequence.java</Modified>
  -<Log>
  -file XSequence.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XSequenceCachedBase.java</Modified>
  -<Log>
  -file XSequenceCachedBase.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XSequenceEmpty.java</Modified>
  -<Log>
  -file XSequenceEmpty.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XSequenceImpl.java</Modified>
  -<Log>
  -file XSequenceImpl.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XSequenceMutable.java</Modified>
  -<Log>
  -file XSequenceMutable.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XSequenceSingleton.java</Modified>
  -<Log>
  -file XSequenceSingleton.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects XTime.java</Modified>
  -<Log>
  -file XTime.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XYMDuration.java</Modified>
  -<Log>
  -file XYMDuration.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations Add.java</Modified>
  -<Log>
  -file Add.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
Follows.java</Modified>
  -<Log>
  -file Follows.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
FortranEq.java</Modified>
  -<Log>
  -file FortranEq.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
FortranGe.java</Modified>
  -<Log>
  -file FortranGe.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
FortranGt.java</Modified>
  -<Log>
  -file FortranGt.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
FortranLe.java</Modified>
  -<Log>
  -file FortranLe.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
FortranLt.java</Modified>
  -<Log>
  -file FortranLt.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
FortranNe.java</Modified>
  -<Log>
  -file FortranNe.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
GenericOpFunc.java</Modified>
  -<Log>
  -file GenericOpFunc.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
GtGt.java</Modified>
  -<Log>
  -file GtGt.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
Idiv.java</Modified>
  -<Log>
  -file Idiv.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations Is.java</Modified>
  -<Log>
  -file Is.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
IsNot.java</Modified>
  -<Log>
  -file IsNot.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
LtLt.java</Modified>
  -<Log>
  -file LtLt.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
OperationNormalized.java</Modified>
  -<Log>
  -file OperationNormalized.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
OperationSimple.java</Modified>
  -<Log>
  -file OperationSimple.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
OpFuncLookupTable.java</Modified>
  -<Log>
  -file OpFuncLookupTable.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations Pos.java</Modified>
  -<Log>
  -file Pos.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
Precedes.java</Modified>
  -<Log>
  -file Precedes.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/operations 
Subtract.java</Modified>
  -<Log>
  -file Subtract.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
AnyKindTest.java</Modified>
  -<Log>
  -file AnyKindTest.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
ASCII_CharStream.java</Modified>
  -<Log>
  -file ASCII_CharStream.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
AtomicType.java</Modified>
  -<Log>
  -file AtomicType.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
CommentTest.java</Modified>
  -<Log>
  -file CommentTest.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
ElemOrAttrType.java</Modified>
  -<Log>
  -file ElemOrAttrType.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser Empty.java</Modified>
  -<Log>
  -file Empty.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
ForClause.java</Modified>
  -<Log>
  -file ForClause.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser IfExpr.java</Modified>
  -<Log>
  -file IfExpr.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser In.java</Modified>
  -<Log>
  -file In.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
Instanceof.java</Modified>
  -<Log>
  -file Instanceof.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
ItemType.java</Modified>
  -<Log>
  -file ItemType.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
JJTXPathState.java</Modified>
  -<Log>
  -file JJTXPathState.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
KindTest.java</Modified>
  -<Log>
  -file KindTest.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
LbrackOrRbrack.java</Modified>
  -<Log>
  -file LbrackOrRbrack.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
NameTest.java</Modified>
  -<Log>
  -file NameTest.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
NCNameColonStar.java</Modified>
  -<Log>
  -file NCNameColonStar.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser Node.java</Modified>
  -<Log>
  -file Node.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
NodeTest.java</Modified>
  -<Log>
  -file NodeTest.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
NodeTestType.java</Modified>
  -<Log>
  -file NodeTestType.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
NonExecutableExpression.java</Modified>
  -<Log>
  -file NonExecutableExpression.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
OccurrenceIndicator.java</Modified>
  -<Log>
  -file OccurrenceIndicator.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser OfType.java</Modified>
  -<Log>
  -file OfType.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
ParseException.java</Modified>
  -<Log>
  -file ParseException.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
PathExpr.java</Modified>
  -<Log>
  -file PathExpr.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser Pattern.java</Modified>
  -<Log>
  -file Pattern.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
PatternAxis.java</Modified>
  -<Log>
  -file PatternAxis.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
Predicates.java</Modified>
  -<Log>
  -file Predicates.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
ProcessingInstructionTest.java</Modified>
  -<Log>
  -file ProcessingInstructionTest.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser QName.java</Modified>
  -<Log>
  -file QName.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
QuantifiedExpr.java</Modified>
  -<Log>
  -file QuantifiedExpr.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser Return.java</Modified>
  -<Log>
  -file Return.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
RootOfRoot.java</Modified>
  -<Log>
  -file RootOfRoot.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
RootOfRootPattern.java</Modified>
  -<Log>
  -file RootOfRootPattern.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
SchemaContext.java</Modified>
  -<Log>
  -file SchemaContext.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
SchemaContextStep.java</Modified>
  -<Log>
  -file SchemaContextStep.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
SchemaGlobalContext.java</Modified>
  -<Log>
  -file SchemaGlobalContext.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
SchemaType.java</Modified>
  -<Log>
  -file SchemaType.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
SequenceType.java</Modified>
  -<Log>
  -file SequenceType.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
SimpleNode.java</Modified>
  -<Log>
  -file SimpleNode.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
SlashOrSlashSlash.java</Modified>
  -<Log>
  -file SlashOrSlashSlash.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser Star.java</Modified>
  -<Log>
  -file Star.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
StarColonNCName.java</Modified>
  -<Log>
  -file StarColonNCName.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
StepExpr.java</Modified>
  -<Log>
  -file StepExpr.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
TempFunctionHolder.java</Modified>
  -<Log>
  -file TempFunctionHolder.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
TextTest.java</Modified>
  -<Log>
  -file TextTest.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser Token.java</Modified>
  -<Log>
  -file Token.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
TokenMgrError.java</Modified>
  -<Log>
  -file TokenMgrError.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
UnaryExpr.java</Modified>
  -<Log>
  -file UnaryExpr.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser XPath.java</Modified>
  -<Log>
  -file XPath.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
XPathConstants.java</Modified>
  -<Log>
  -file XPathConstants.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
XPathTokenManager.java</Modified>
  -<Log>
  -file XPathTokenManager.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
XPathTreeConstants.java</Modified>
  -<Log>
  -file XPathTreeConstants.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser 
XPathVisitor.java</Modified>
  -<Log>
  -file XPathVisitor.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/quantified 
Every.java</Modified>
  -<Log>
  -file Every.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/quantified In.java</Modified>
  -<Log>
  -file In.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/quantified 
Satisfies.java</Modified>
  -<Log>
  -file Satisfies.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/quantified 
Some.java</Modified>
  -<Log>
  -file Some.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/types Atomizer.java</Modified>
  -<Log>
  -file Atomizer.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/seqctor 
Binding.java</Modified>
  -<Log>
  -file Binding.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/seqctor 
ExprSequence.java</Modified>
  -<Log>
  -file ExprSequence.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/seqctor 
ExprSequenceIter.java</Modified>
  -<Log>
  -file ExprSequenceIter.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/seqctor 
FLWRExpr.java</Modified>
  -<Log>
  -file FLWRExpr.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/seqctor 
FLWRIter.java</Modified>
  -<Log>
  -file FLWRIter.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/types 
InstanceofExpr.java</Modified>
  -<Log>
  -file InstanceofExpr.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/types Promoter.java</Modified>
  -<Log>
  -file Promoter.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/seqctor 
RangeExpr.java</Modified>
  -<Log>
  -file RangeExpr.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/14</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/seqctor 
RangeIter.java</Modified>
  -<Log>
  -file RangeIter.java was initially added on branch xalan3.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/15</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TemplatesImpl.java</Modified>
  -<Log>
  -bug 11704, fixed ErrorMsg to include name information
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/15</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates FuncKey.java 
xml-xalan/java/src/org/apache/xalan/transformer KeyTable.java</Modified>
  -<Log>
  -Patch for bug: "The key() function throws an exception when called in the 
context of a 
  -local variable." reported on xalan-dev.
  -
  -Modified FuncKey.execute to use getDocumentRoot instead of getDocument.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/15</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncNodeKind.java</Modified>
  -<Log>
  -file FuncNodeKind.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/15</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncBaseURI.java</Modified>
  -<Log>
  -file FuncBaseURI.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/axes 
BasicTestIterator.java</Modified>
  -<Log>
  -For Bug#11123. Fix infinite loop in union expression.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/extensions 
ExtensionHandlerJavaClass.java</Modified>
  -<Log>
  -For bug#7776. Fix argument passing problem for Java extension.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/trace 
PrintTraceListener.java</Modified>
  -<Log>
  -See bug#10945. Test if a node is a DTMNodeProxy before casting.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemAnalyzeString.java</Modified>
  -<Log>
  -file ElemAnalyzeString.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemMatchingSubstring.java</Modified>
  -<Log>
  -file ElemMatchingSubstring.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
ElemNonMatchingSubstring.java</Modified>
  -<Log>
  -file ElemNonMatchingSubstring.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncMatches.java</Modified>
  -<Log>
  -file FuncMatches.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/templates 
FuncRegexGroup.java</Modified>
  -<Log>
  -file FuncRegexGroup.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncReplace.java</Modified>
  -<Log>
  -file FuncReplace.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser/regexp 
BMPattern.java</Modified>
  -<Log>
  -file BMPattern.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncTokenize.java</Modified>
  -<Log>
  -file FuncTokenize.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser/regexp 
Match.java</Modified>
  -<Log>
  -file Match.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser/regexp 
Op.java</Modified>
  -<Log>
  -file Op.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser/regexp 
ParseException.java</Modified>
  -<Log>
  -file ParseException.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser/regexp 
ParserForXMLSchema.java</Modified>
  -<Log>
  -file ParserForXMLSchema.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser/regexp 
RangeToken.java</Modified>
  -<Log>
  -file RangeToken.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser/regexp 
RegexParser.java</Modified>
  -<Log>
  -file RegexParser.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser/regexp 
RegularExpression.java</Modified>
  -<Log>
  -file RegularExpression.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser/regexp 
REUtil.java</Modified>
  -<Log>
  -file REUtil.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/16</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/parser/regexp 
Token.java</Modified>
  -<Log>
  -file Token.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/19</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncUniqueID.java</Modified>
  -<Log>
  -file FuncUniqueID.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/19</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncNodeName.java</Modified>
  -<Log>
  -file FuncNodeName.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/19</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xml/dtm/ref 
DTMDefaultBaseTraversers.java</Modified>
  -<Log>
  -Patch for bugzilla#11834.  Replaced calls to DTM.getDocument with get 
  -DTM.getDocumentRoot.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/20</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncCompare.java</Modified>
  -<Log>
  -file FuncCompare.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/transformer 
ClonerToResultTree.java</Modified>
  -<Log>
  -James Riordan's bug -- Attributes on elements returned from
  -extensions were not being processed successfully. Turns out
  -our copying logic had a minor sequencing error.
  -
  -I don't see anything similar listed in Bugzilla.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/21</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
  -<Log>
  -fixed bug that was calling an inappropriate compare method when the right 
side of the comparison was a DOM
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
DOM2TO.java</Modified>
  -<Log>
  -fixes conf tests lre02, lre03, lre11, namespace125, namespace126
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
RelationalExpr.java</Modified>
  -<Log>
  -Fix for bugzilla 11987. Missing case in typeCheck() method.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
  -<Log>
  -Very minor optimization.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
BasisLibrary.java</Modified>
  -<Log>
  -conf test string134 fix
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/23</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler 
XslElement.java</Modified>
  -<Log>
  -Fix for namespace102 (this test worked with Crimson but failed with
  -Xerces).
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/26</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
ResultTreeType.java</Modified>
  -<Log>
  -Removed debugging message.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/26</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/cmdline Compile.java 
xml-xalan/java/src/org/apache/xalan/xsltc/compiler Closure.java Constants.java 
Number.java ParameterRef.java Predicate.java Sort.java SyntaxTreeNode.java 
Template.java Variable.java VariableRef.java VariableRefBase.java XSLTC.java 
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util 
NodeSortRecordFactGenerator.java 
xml-xalan/java/src/org/apache/xalan/xsltc/runtime 
AbstractTranslet.java</Modified>
  -<Log>
  -Fix for Bugzilla 11828. A new closure conversion algorithm has been
  -designed and implemented. The old algorithm did not work in some edge
  -cases (c.f. description of Bugzilla 11828). Closure variables in an
  -inner class are now accessed locally instead of via the AbstractTranslet
  -class. Also, we have set the new version to be "XSLTC 1.2".
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/26</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/objects 
XExpandedQName.java</Modified>
  -<Log>
  -file XExpandedQName.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/27</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
DOMImpl.java</Modified>
  -<Log>
  -Allow the default namespace to be redefined as "".
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/27</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
DOMImpl.java</Modified>
  -<Log>
  -*** empty log message ***
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/27</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/xsltc/trax 
TransformerImpl.java</Modified>
  -<Log>
  -bug fix for output13 conf test
  -</Log>
  -</Commit>
  -<Commit category="xsltc">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/27</DateCommitted>
  +<DateCommitted>2002/10/29</DateCommitted>
   <Modified> xml-xalan/java/src/org/apache/xalan/xsltc/dom 
DOMImpl.java</Modified>
   <Log>
  -Fix for Bugzilla 12075.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/27</DateCommitted>
  -<Modified> xml-xalan/java/bin xml-apis.jar</Modified>
  -<Log>
  -Replacing xml-apis.jar with the version from the RIVERCOURT1 branch 
  -of xml-commons.   The xml-commons-1.0.b2 version does not pass
  -the TCK 1.1 or the TCK 1.2.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/27</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan builds.xml</Modified>
  -<Log>
  -Small updates to the build documentation.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/27</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xalan/res 
XSLTInfo.properties</Modified>
  -<Log>
  -Updating version numbers to 2.4.0 for new release.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/27</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncExpandedQName.java</Modified>
  -<Log>
  -file FuncExpandedQName.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/27</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetLocalNameFromQName.java</Modified>
  -<Log>
  -file FuncGetLocalNameFromQName.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/27</DateCommitted>
  -<Modified> xml-xalan/java/src/org/apache/xpath/functions 
FuncGetNamespaceFromQName.java</Modified>
  -<Log>
  -file FuncGetNamespaceFromQName.java was initially added on branch xslt20.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/27</DateCommitted>
  -<Modified> xml-xalan/java build.xml 
xml-xalan/java/src/org/apache/xalan/processor XSLProcessorVersion.java 
xml-xalan/java/xdocs/sources entities.ent xalan-jsite.xml</Modified>
  -<Log>
  -Updating version numbers to 2.4.0 for new release.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/27</DateCommitted>
  -<Modified> xml-xalan/java commits.xml</Modified>
  -<Log>
  -New commits.xml for upcoming Xalan 2.4.0 release.
  -</Log>
  -</Commit>
  -<Commit category="core">
  -<Who>[EMAIL PROTECTED]</Who>
  -<DateCommitted>2002/08/27</DateCommitted>
  -<Modified> xml-xalan/java/xdocs/sources/xalan history.xml 
xsltc_history.xml</Modified>
  -<Log>
  -New history.xml, xsltc_history.xml for upcoming Xalan 2.4.0 release.
  +Fixed problem in DOMImpl$ChildrenIterator.getLast(). It now returns 0
  +when the nodeset is empty.
   </Log>
   </Commit>
   </Commits>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to