| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- 2004-08-23 Atsushi Enomoto <[email protected]>
- * SequenceType.cs, XPath2Expression.cs, XQueryASTCompiler.cs,
- XQueryCliFunction.cs, XQueryCompileOptions.cs, XQueryContext.cs,
- XQueryConvert.cs, XQueryExpression.cs, XQueryFunction,cs,
- XQueryFunctionCliImpl.cs, XQueryFunctionTable.cs,
- XQueryModuleProlog.cs, XQueryParser.jay, XQueryStaticContext.cs,
- XQueryTokenizer.cs :
- Eliminate MS.Internal.Xml.* classes. More null check everywhere and
- make Compile() pass though as a dummy. Unified FunctionParam into
- XQueryFunctionArgument. More kind error message. Several fixes.
- 2004-08-20 Atsushi Enomoto <[email protected]>
- * XQueryExpression.cs : Content for XmlTextConstructor might be null,
- and use literal text for constructor argument if supplied.
- * XQueryParser.jay, XQueryTokenizer.cs : Element content literal
- string was not parsed and kept correctly. Parse CDATA section.
- 2004-08-20 Atsushi Enomoto <[email protected]>
- * XPath2Expression.cs, XQueryConvert.cs, XQueryExpression.cs,
- XQueryModuleProlog.cs, XQueryParser.jay, XQueryTokenizer.cs :
- several changes for XQueryCommand.Execute() implementation.
- 2004-08-20 Atsushi Enomoto <[email protected]>
- * XQueryContext.cs, XQueryStaticContext.cs, SequenceType.cs,
- XPathSequence.cs, XQueryFunction.cs, XQueryFunctionTable.cs,
- XQueryCliFunction.cs, XQueryCompileContext.cs, XQueryASTCompiler.cs,
- XQueryCommandImpl.cs, XQueryFunctionCliImpl :
- new files for XQuery implementation.
- 2004-07-28 Atsushi Enomoto <[email protected]>
- * XmlQueryCompileException.cs : removed extra GetObjectData().
- * XsltCommand.cs : fixed signatures of Compile() and Execute() methods.
- 2004-07-27 Atsushi Enomoto <[email protected]>
- * XQueryParser.jay,
- XPath2Expression.cs,
- XQueryModuleProlog.cs,
- XQueryTokenizer.cs :
- Removed SchemaContext. StepExpr and XPathAxis redesign.
- (Partially) updated Prolog to match with XQuery 7/23/2004 spec.
- XML comment/PI/CDATA recognition in tokenizer.
- 2004-07-26 Atsushi Enomoto <[email protected]>
- * skelton-2.0.cs,
- XQueryParser.jay,
- XQueryTokenizer.cs,
- XQueryModuleProlog.cs,
- XPath2Expression.cs,
- XQueryExpression.cs : added.
- 2004-07-23 Atsushi Enomoto <[email protected]>
- * XmlQueryCompileException.cs, XmlQueryException.cs :
- added internal constructor that supplies error location.
- Removed Message property.
- 2004-07-20 Atsushi Enomoto <[email protected]>
- * XsltCommand.cs, XmlArgumentList.cs : sealed. Added missing MonoTODO.
- * XQueryConvert.cs : added. (namespace is temporarily MS.Internal.Xml)
- 2004-05-22 Atsushi Enomoto <[email protected]>
- * IXmlCompilerInclude.cs,
- QueryEventArgs.cs,
- QuertEventHandler.cs,
- XmlArgumentList.cs,
- XsltCommand.cs : added.
- * XmlQueryArgumentList.cs,
- XsltProcessor.cs : removed (only in .NET 1.2).
- * XmlCommand.cs,
- XmlQueryCompileException.cs,
- XmlQueryException.cs : updated API to that of .NET 2.0.
- 2003-12-14 Tim Coleman <[email protected]>
- * ChangeLog XmlCommand.cs XmlQueryArgumentList.cs
- * XmlQueryCompileException.cs XmlQueryException.cs XsltProcessor.cs:
- Move classes from the System.Data.SqlXml assembly where they
- did not belong.
|