ChangeLog 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669
  1. 2003-06-10 Zoltan Varga <[email protected]>
  2. * XmlAttribute.cs: Accept a null prefix or namespaceURI.
  3. 2003-06-10 Duncan Mak <[email protected]>
  4. * XmlDocumentNavigator.cs (GetNode): Make it implement
  5. IHasXmlNode.
  6. 2003-06-05 Lluis Sanchez Gual <[email protected]>
  7. * XmlTextWriter.cs : Fixed bug. After calling for example WriteStartElement ("pref","ln","ns");
  8. a call to LookupPrefix ("pref") when still writting attributes should
  9. return "ns", and it didn't.
  10. 2003-06-02 Atsushi Enomoto <[email protected]>
  11. * XmlDocumentNavigator.cs : quick fix for MoveToFirstChild().
  12. * XmlConvert.cs : fixed VerifyNCName() to check correctly.
  13. 2003-06-01 Atsushi Enomoto <[email protected]>
  14. * XmlDocumentNavigator.cs : Compute document node one time.
  15. MoveToFirstChild() should move to PIs and comments.
  16. 2003-05-30 Miguel de Icaza <[email protected]>
  17. * XmlReader.cs (ReadStartElement): Improve error message.
  18. 2003-05-28 Lluis Sanchez Gual <[email protected]>
  19. * XmlTextReader.cs : MoveToAttribute methods must set the enumerator to the right
  20. position, since MoveToNextAttribute may be called after it.
  21. SetProperties(): attributes do not "inherit" the namespace.
  22. * XmlDocument.cs: ReadNode(), ReadAttributeNode(): must keep the current reader position.
  23. 2003-05-27 Atsushi Enomoto <[email protected]>
  24. * NameTable.cs : Add() sets the given name string interned.
  25. * XmlParserContext.cs : added internal PushScope() and PopScope() to
  26. hold stacks of xml:base, xml:lang and xml:space.
  27. * XmlTextReader.cs : implemented XmlLang and XmlSpace (only as a
  28. property for stacked attributes). Renamed Initialize() to Initialize-
  29. Context(). Modified to use XmlParserContext.PushScope()/PopScope().
  30. 2003-05-26 Lluis Sanchez Gual <[email protected]>
  31. * XmlReader.cs: Little fix to WriteAttributeString()
  32. 2003-05-24 Atsushi Enomoto <[email protected]>
  33. * XmlAttribute.cs, XmlCharacterData.cs, XmlComment.cs, XmlDocument.cs,
  34. XmlDocumentFragment.cs, XmlElement.cs, XmlEntity.cs, XmlLinkedNode.cs,
  35. XmlNode.cs, XmlNotation.cs, XmlProcessingInstruction.cs, XmlReader.cs,
  36. XmlSignificantWhitespace.cs, XmlText.cs, XmlWhitespace.cs:
  37. Reverted the recent accessibility mistake (5/16).
  38. * XmlDocument.cs, XmlNode.cs : moved actual CreateNavigator() logic
  39. from XmlNode to XmlDocument.
  40. 2003-05-18 Lluis Sanchez Gual <[email protected]>
  41. * XmlQualifiedName.cs : Fixed bug in equality operator.
  42. 2003-05-18 Atsushi Enomoto <[email protected]>
  43. * XmlTextWriter.cs : patch by Jonathan Hogg. Flush() does not close
  44. any open attributes or elements. WriteWhitespace() checks state and
  45. closes start tag. Fixed WriteStringInternal() to replace CR/LF chars
  46. when it is called inside attribute value.
  47. * XmlException.cs : added .NET 1.1 .ctor.
  48. * added XmlSecureResolver.cs (only stubbing).
  49. * XmlAttribute.cs : set_InnerXml() should remove children.
  50. * XmlAttribute.cs,
  51. XmlElement.cs,
  52. XmlDocumentFragment.cs,
  53. XmlDocument.cs : removed XmlTextReader reuse (It was buggy stuff).
  54. * XmlNode.cs : RemoveAll() should also remove all attributes.
  55. * XmlTextRader.cs : .ctor() for attribute value reader should add
  56. quotations at initialization, since it requires quote chars.
  57. * XmlWriter.cs : WriteAttributeString() more correct xmlns check.
  58. 2003-05-16 Atsushi Enomoto <[email protected]>
  59. * changed XPathNodeType modifier to internal *protected* override.
  60. * XmlAttribute.cs : .ctor() now checks name validity e.g. xmlns.
  61. * XmlAttribute.cs, XmlElement.cs : set_Prefix checks NCName validity.
  62. * XmlAttributeCollection.cs : removed some incorrect TODO attributes.
  63. * XmlDocument.cs ; CreateAttribute(name) now auto-completes xmlns NSURI
  64. when the argument is "xmlns".
  65. * XmlElement.cs : more compliant IsEmpty support. See also WriteTo().
  66. * XmlNamespaceManager.cs : added initial "xml" and "xmlns" namespaces.
  67. * XmlNode.cs : ser_InnerXml() throws InvalidOperationException.
  68. * XmlNodeReader.cs : LookupNamespace() refactory. Fixed ReadInnerXml()
  69. not to set error state for non-started XmlNodeReader.
  70. * XmlTextReader.cs : fixed ReadAttributeValue() not to reset state.
  71. BaseURI support. Fixed Initialize() to handle Attribute correctly.
  72. SetProperty for attribute auto-completes xmlns NSURI.
  73. Attribute and whitespace handling became more correct.
  74. Don't parse external DTD if XmlResolver is null.
  75. * XmlTextWriter.cs : implemented WriteEntityRef().
  76. WriteStartAttribute() checks if ns does not equal to that of xmlns.
  77. * XmlWriter.cs : trivial refactoring (WriteNode() xmldecl output).
  78. 2003-05-05 Atsushi Enomoto <[email protected]>
  79. * XmlConvert.cs : IsInvalid() Now uses XmlConstructs.IsName(Start).
  80. EncodeName() now correctly encodes invalid names.
  81. Result string of ToString(DateTime) contains "fffffff".
  82. 2003-04-29 Atsushi Enomoto <[email protected]>
  83. * XmlElement.cs : fixed IsEmpty (removed private field isEmpty).
  84. * XmlNodeReader.cs : Fixed AttributeCount, each this[] (indexers),
  85. MoveTo*Attribute(),
  86. Fixed this[] to work correctly against XmlDeclarations.
  87. Fixed ReadInnerXml() and ReadOuterXml() to call Read() correctly.
  88. (which may prevent validations etc.)
  89. * XmlReader.cs,
  90. XmlNodeReader.cs,
  91. XmlTextReader.cs : Fixed ReadString() to be compliant with each
  92. other.
  93. * XmlTextReader.cs : ReadInnerXml() now moves to next node correctly.
  94. 2003-04-27 Pedro Martínez Juliá <[email protected]>
  95. * XmlNode.cs: ensure to get a valid Uri in BaseUri when loading the
  96. source document from a file.
  97. 2003-04-27 Atsushi Enomoto <[email protected]>
  98. * XmlAttribute.cs : fixed WriteTo() and WriteContentTo() to write
  99. content EntityReference correctly.
  100. * XmlNodeReader.cs : many fix for EndElement handling (AttributeCount,
  101. HasAttributes, indexers, MoveTo*Attribute() and Read() ).
  102. Modified Skip() to call Read () explicitly.
  103. * XmlTextReader.cs :
  104. Fixed ReadInnerXml() which ignored EndElement token in certain cases.
  105. Implemented MoveToAttribute (local, ns), and modified GetAttribute()
  106. in relation to this change.
  107. Attributes for XmlDeclaration are now correctly set.
  108. * XmlTextWriter.cs : WriteRaw() is now different from WriteString().
  109. Simplified WriteAttributes() for XmlDeclaration.
  110. 2003-04-26 Atsushi Enomoto <[email protected]>
  111. * XmlTextReader.cs : fixed ReadInnerXml(). it was inconsistent with
  112. Depth property fix.
  113. 2003-04-25 Atsushi Enomoto <[email protected]>
  114. * XmlDocument.cs : fixed Load() to set baseURI correctly.
  115. * XmlReader.cs : patch by Gonzalo. Fixed not to skip XmlDeclaration.
  116. * XmlTextReader.cs :
  117. fixed Depth. When it's on StartElement, Depth was already incremented.
  118. fixed private SaveProperty(), which moved away its saved properties
  119. when MoveToElement was called repeatedly.
  120. * XmlTextWriter.cs : fixed WriteQualifiedName() to close start tag.
  121. * XmlWriter.cs :
  122. WriteAttributes() refactory (for XMLDecl).
  123. WriteNode() don't Read() when the reader is Initial state, let other
  124. invokation to Read(). In case of Element, it should write entire
  125. element. In case of Attribute, it shouldn't Read().
  126. WriteStartDocument() should omit standalone decl. when there is no
  127. explicit value.
  128. 2003-04-23 Gonzalo Paniagua Javier <[email protected]>
  129. * XmlReader.cs: reverted last patch. It breaks System.Configuration
  130. because 1. it considers XmlDeclaration as content and 2. always
  131. returns XmlNodeType.None.
  132. 2003-04-23 Atsushi Enomoto <[email protected]>
  133. * Added missing ChangeLog of 4/4/2003.
  134. * XmlTextWriter.cs : patch by Erik. fixed WriteQualifiedName.
  135. (write prefix instead of ns.)
  136. * XmlInputStream.cs : file access mode fix (FileAccess.Read was missing)
  137. * XmlTextReader.cs : modified to call Read() instead of ReadContent().
  138. (It may be required for decorated reader such as XmlValidatingReader.)
  139. Changed Read() error message for mismatch end tag.
  140. * XmlDocument.cs : (ReadNode) friendly message for mismatch EndElement.
  141. * XmlReader.cs : Corrected misinterpreted MoveToContent() method.
  142. 2003-04-04 Atsushi Enomoto <[email protected]>
  143. * XmlDocument.cs : Load() now closes the given XmlReader.
  144. Don't allow creation of XmlTextReader for Doctype. (workaround.)
  145. * XmlInputStream.cs : It now closes its internal stream explicitly.
  146. * XmlNode.cs : RemoveChild() bugfix for removing LastLinkedChild.
  147. * XmlNodeReader.cs : GetAttribute() bugfix for not-present attribute.
  148. * XmlParserInput.cs : added Close() method.
  149. * XmlReader.cs : MoveToContent() should (1) not Read in case of empty
  150. element, and (2) MoveToElement() in case of attribute.
  151. * XmlTextReader.cs : Close() now actually closes source TextReaders.
  152. 2003-03-26 Duncan Mak <[email protected]>
  153. * XmlTextWriter.cs (Write): A patch from Atsushi to fix
  154. prematurely ending the write, or something like that. It was
  155. causing us to chop off the end of the document when we're trying
  156. to generate XML Schemas.
  157. 2003-03-23 Atsushi Enomoto <[email protected]>
  158. * XmlTextReader.cs : implemented ReadString().
  159. fixed ctor(string, XmlNodeType, XmlParserContext) - don't raise
  160. null reference exception when context is null.
  161. * XmlNodeReader.cs : fixed ReadString() - should ignore attributes etc.
  162. fixed Read() - when positioned at EndElement, it didn't progress.
  163. fixed HasAttribute - it didn't return false in all cases.
  164. fixed Name and LocalName - only limited type of nodes return names.
  165. fixed AttributeCount - in some cases it threw null ref exception.
  166. 2003-03-22 Atsushi Enomoto <[email protected]>
  167. * XmlTextWriter.cs : WriteStartDocument doesn't set hasRoot=true, then
  168. WriteEndDocument without root element now raises an error correctly.
  169. * XmlDocumentNavigator.cs : (MoveToFirstChild) fixed bugzilla #36672.
  170. implemented BaseURI, NameTable, XmlLang, GetAttributes, GetNamespace,
  171. MoveToAttribute.
  172. 2003-03-22 Atsushi Enomoto <[email protected]>
  173. * XmlElement.cs : RemoveAttribute now don't throws when specified
  174. attribute does not exist.
  175. 2003-03-21 Atsushi Enomoto <[email protected]>
  176. * XmlNode.cs : add descriptions for some node type error.
  177. 2003-03-21 Atsushi Enomoto <[email protected]>
  178. * XmlNodeArrayList.cs, XmlNodeListChildren.cs : bugzilla #39920 fix.
  179. 2003-03-19 Atsushi Enomoto <[email protected]>
  180. * XmlDeclaration.cs : quick fix, not to use regex for set_Value.
  181. 2003-03-19 Atsushi Enomoto <[email protected]>
  182. * XmlTextReader.cs : Fixed wrong notationdecl SYSTEM id read.
  183. * XmlInputStream.cs : Should allow versionless input stream entity.
  184. 2003-03-18 Atsushi Enomoto <[email protected]>
  185. * added XmlParserInput.cs for multi xml document sources.
  186. * added DTDObjectModel.cs (maybe temporary).
  187. * XmlTextReader.cs :
  188. + fixed ctor to use XmlStreamReader. Allowed null XmlParserContext.
  189. + Some members such as LineNumber, ReadChar now uses XmlParserInput.
  190. + added support for Namespaces (namespace-ignorant parse available).
  191. + added support for XmlResolver.
  192. + replace SetReaderContext()/SetReaderFragment() with Initialize().
  193. + use NameTable in CreateNameString.
  194. + fixed ReadCData(). Now reads "]]]>" correctly.
  195. + support for DTD parse.
  196. + Read() now throws an error when it reached EOF while Depth > 0.
  197. * XmlAttribute.cs,
  198. XmlDocumentFragment.cs,
  199. XmlElement.cs : fix related to the changes of XmlTextReader.Initialize
  200. * XmlDocument.cs : ReadNode() now reads DocumentType.
  201. * XmlDocumentType.cs : implemented Entities, Notations, WriteTo().
  202. * XmlEntity.cs,
  203. XmlNotation.cs : added override LastLinkedChild (for doctype node).
  204. * XmlNamedNodeMap.cs : Remove() raises an error if target is read only.
  205. * XmlElement.cs : bugfix for node removal of set_InnerXml.
  206. * XmlNode.cs : added insertBeforeIntern() derived from InsertBefore().
  207. (to append child XmlEntity into XmlDocumentType correctly.)
  208. * XmlInputStream.cs : fixed to access file with FileAccess.Read.
  209. 2003-03-15 Duncan Mak <[email protected]>
  210. * XmlElement.cs (Name): Only append prefix + ':' when prefix is
  211. neither String.Empty nor null. Thanks to Simon Guindon for
  212. reporting the bug and Jackson for fixing this bug with me.
  213. 2003-03-15 Atsushi Enomoto <[email protected]>
  214. * XmlConstructs.cs : fix "int IsXXX()" to reject negative value.
  215. * XmlDocument.cs : simplify Load(string url) to use XmlTextReader.
  216. fixed ReadNode(), it should call reader.Read() only on Initial state.
  217. * XmlInputStream.cs : Changed namespace. Added XmlStreamReader(stream)
  218. and XmlStreamReader (string). Fixed XmlInputStream(url) not to use
  219. System.Net.WebClient directly.
  220. * XmlParserContext.cs : baseURI never be null.
  221. * XmlTextWriter.cs : use WebName for Encoding instead of HeaderName.
  222. * XmlUrlResolver.cs : namespace change for XmlInputStream.
  223. 2003-03-12 Elan Feingold <[email protected]>
  224. * XmlTextReader.cs: When throwing a ReaderException, show what
  225. character was the culprit
  226. 2003-03-05 Atsushi Enomoto <[email protected]>
  227. * XmlDocumentFragment.cs, XmlElement.cs :
  228. modified InnerXml (fragment type from Element to DocumentFragment).
  229. * XmlElement.cs : fixed WriteTo() ns check.
  230. * XmlNamespaceManager.cs : MS.NET allows Add() used two or more times.
  231. * XmlNode.cs : fixed ConstructNamespaceManager().
  232. * XmlConstructs.cs : added IsSpace, IsName, IsNameStart, IsNCName,
  233. IsPubid with an int arg.
  234. * XmlReader.cs : changed to use XmlChar.cs (its role is as same as
  235. XmlConstructs.cs).
  236. * XmlTextReader.cs :
  237. improved error messages with line info.
  238. / checking matching start and end tags.
  239. / prevents the apperance of multiple root elements. (patch by Erik)
  240. fixed and refactored ReadInnerXml() and ReadOuterXml()
  241. changed to use XmlChar.cs.
  242. * XmlTextWriter.cs : changed to put element's xmlns at CloseStartTag ()
  243. (It will help c14n implementation.)
  244. / blocks multiple attribute output with element node.
  245. 2003-02-28 Alan Tam <[email protected]>
  246. * XmlConvert.cs: fixed the most ToXXX(string) and ToString(XXX)
  247. methods to make them compatible with the XML Schema Spec from W3C
  248. ToString(TimeSpan) is still outstanding
  249. 2003-02-18 Gonzalo Paniagua Javier <[email protected]>
  250. * XmlDocument.cs:
  251. (Load (string)): hack to workaround some issues with Uri.Parse. Once
  252. Parse is fixed, remove the hack.
  253. 2003-02-16 Atsushi Enomoto <[email protected]>
  254. * XmlQualifiedName.cs : fixed GetHashCode() to avoid null reference
  255. * XmlTextReader.cs : fixed ReadAttributeValue() to handle
  256. entity reference, and some refactory.
  257. 2003-02-16 Atsushi Enomoto <[email protected]>
  258. * XmlUrlResolver.cs : WebClient.Credentials was not implemented yet.
  259. 2003-02-16 Atsushi Enomoto <[email protected]>
  260. * XmlInputStream.cs : added (also contains internal XmlStreamReader).
  261. * XmlDocument.cs : Load () now can specify URL using XmlUrlResolver,
  262. and can read non-UTF-8 stream.
  263. * XmlTextReader.cs : related to above stream fix.
  264. * XmlUrlResolver.cs : implemented GetEntity ().
  265. 2003-02-03 Gonzalo Paniagua Javier <[email protected]>
  266. * XmlTextWriter.cs: implemented WriteRaw (char[], int, int).
  267. 2003-02-02 Atsushi Enomoto <[email protected]>
  268. * XmlTextReader.cs : implemented QuoteChar.
  269. 2003-01-26 Atsushi Enomoto <[email protected]>
  270. * XmlNode.cs : implemented ReplaceChild.
  271. removed DocElem checking at InsertBefore.
  272. * XmlNodeReader.cs : fixed ReadString and Read for correct node info.
  273. * XmlText.cs : implemented CloneNode and SplitText.
  274. 2003-01-24 Gonzalo Paniagua Javier <[email protected]>
  275. * XmlCharacterData.cs: added XPathNodeType property.
  276. 2003-01-22 Gonzalo Paniagua Javier <[email protected]>
  277. * XmlTextWriter.cs: throw an exception if WriteEndDocument is
  278. called without a prior call to WriteStartDocument.
  279. 2003-01-21 Atsushi Enomoto <[email protected]>
  280. * XmlNodeReader.cs : several fix to get more compatible with MS.NET.
  281. 2003-01-19 Atsushi Enomoto <[email protected]>
  282. * XmlNamespaceManager.cs : fundamental change of LookupPrefix to return
  283. null when no matching uri.
  284. * XmlElement.cs : removed unnecessary xmlns output.
  285. * XmlNode.cs : GetPrefixOfNamespace fix along with the change above.
  286. * XmlTextWriter.cs : LookupPrefix and WriteStartElementInternal fix
  287. along with the change above, and moved timing of 'xmlns' output
  288. to CloseStartElement.
  289. * XmlWriter.cs: modified WriteStartAttribute, same as yesterday.
  290. 2003-01-18 Atsushi Enomoto <[email protected]>
  291. * XmlWriter.cs: modified WriteStartElement (see test for detail).
  292. Added WriteNode.
  293. 2003-01-13 Ville Palo <[email protected]>
  294. * XmlDocument.cs: Added CheckName () method to check names validity.
  295. 2003-01-11 Gonzalo Paniagua Javier <[email protected]>
  296. * XmlTextReader.cs:
  297. (ReadOuterXml): use Depth property which return elementDepth, not depth.
  298. 2003-01-11 Atsushi Enomoto <[email protected]>
  299. * XmlElement.cs : (by ville) XmlElement.set_InnerText event bugfix.
  300. * XmlTextReader.cs : some fix for ReadOuterXml().
  301. 2003-01-08 Atsushi Enomoto <[email protected]>
  302. * XmlTextReader.cs : bugfix for attributes related to creation of
  303. XmlAttribute *node*.
  304. 2003-01-08 Atsushi Enomoto <[email protected]>
  305. * XmlTextReader.cs : bugfix for attribute values which have entity
  306. references.
  307. 2002-12-28 Ville Palo <[email protected]>
  308. * XmlDocument.cs: XmlTextWriter.Formatting == Indented when
  309. calling Save () -methods.
  310. 2002-12-28 Atsushi Enomoto <[email protected]>
  311. * XmlNodeReader.cs : primitive reading implementation.
  312. 2002-12-28 Atsushi Enomoto <[email protected]>
  313. * XmlElement.cs : quick fix for the incomplete patch of #35308 below.
  314. 2002-12-28 Atsushi Enomoto <[email protected]>
  315. * XmlDocument.cs : removed inconsistent line-feed output.
  316. * XmlElement.cs, XmlTextWriter.cs :
  317. fixed for bugzilla 35308 (default ns output)
  318. * XmlWhitespace.cs : limited output only when preserving whitespace.
  319. 2002-12-24 Atsushi Enomoto <[email protected]>
  320. * XmlAttribute.cs, XmlDocument.cs, XmlTextReader.cs:
  321. Implemented XmlTextReader.ReadAttributeValue().
  322. Added internal ReadAttributeNodeValue().
  323. Fixed XmlAttribute.InnerXml to use these methods.
  324. * XmlDocument.cs, XmlDocumentFragment.cs, XmlElement.cs, XmlNode.cs:
  325. Implemented XmlDocument.ReadNode() and removed ConstructDOM().
  326. Other changes are replacing them.
  327. 2002-12-24 Atsushi Enomoto <[email protected]>
  328. * XmlDocument.cs: patch by Ville (fixed default PreserveWhitespace)
  329. 2002-12-21 Atsushi Enomoto <[email protected]>
  330. * XmlElement.cs, XmlTextWriter.cs, XmlWriter.cs:
  331. patch by JD Conley <[email protected]>.
  332. (Fix for xmlns attribute output.)
  333. 2002-12-05 Ville Palo <[email protected]>
  334. * XmlQualifiedName.cs: Little fix to ToString () -method
  335. 2002-12-04 Tim Haynes <[email protected]>
  336. * class/System.XML/System.Xml/XmlElement.cs: Made more refined
  337. checks on attributeNode to fix 32262.
  338. 2002-12-03 Atsushi Enomoto <[email protected]>
  339. * XmlDocument.cs (CreateNavigator(XmlNode)) : reverted
  340. * XmlTextWriter.cs (WriteStartElementInternal):
  341. fixed when default namespace was specified, all descendants
  342. fail to omit the default namespace declarations.
  343. * XmlAttribute.cs,
  344. XmlDocument.cs,
  345. XmlNode.cs (internal XmlLang/XmlSpace) : implemented(defined)
  346. * XmlAttribute.cs,
  347. XmlDocumentFragment.cs,
  348. XmlElement.cs (set_InnerXml): now uses XmlLang/XmlSpace
  349. * XmlElement.cs (set_IsEmpty) : implemented
  350. (WriteTo) : removed my improper indenting (Writer already done)
  351. * XmlNode.cs (BaseURI) : fixed if ParentNode is null, NullPointerEx
  352. (ConstructDOM) : implemented when xmlReader isn't XmlTextReader
  353. ...and renamed XmlDocument.ConventionalParser to ReusableReader ;-)
  354. 2002-12-01 Atsushi Enomoto <[email protected]>
  355. * XmlNode.cs (RemoveChild):
  356. bugfixed when XmlNode is Document OwnerDocument is null
  357. * XmlDeclaration.cs (Value):
  358. bugfixed regular expression pattern.
  359. * XmlDocument.cs (CreateNavigator): bugfixed access modifier.
  360. 2002-11-24 Duncan Mak <[email protected]>
  361. * XmlImplementation.cs (HasFeature): Fixed a typo. Thanks for
  362. Fabricio Barros Cabral (fx) on #mono for spotting it. This is his
  363. first patch to Mono! ;-)
  364. 2002-11-19 Gonzalo Paniagua Javier <[email protected]>
  365. * XmlNode.cs:
  366. (AppendChild): readded refChild != null condition before throwing
  367. "cannot insert this node in this position" exception. There's probably
  368. a better solution. Fixes #34191.
  369. (RemoveAll): changed following Atsushi instructions.
  370. 2002-11-13 Duncan Mak <[email protected]>
  371. * XmlElement.cs (IsEmpty): A temporary check-in to keep gtk-sharp
  372. compiling.
  373. 2002-11-14 Atsushi Enomoto <[email protected]>
  374. * XmlDocument.cs : unified all constructors, added ConventionalParser,
  375. implemented CloneNode() and CreateEntityReference(),
  376. * XmlEntityReference.cs : set_Value, WriteContentTo, WriteTo
  377. set BaseURI to MonoTODO
  378. * XmlNode.cs : implemented PrependChild, modified ConstructDOM,
  379. bugfix InsertAfter (incorrect prepending) and InsertBefore
  380. (more than one DocumentElements hadn't caused errors)
  381. * XmlTextReader.cs : unified all constructors,
  382. added internal SetReaderContext(), SetReaderFragment()
  383. bugfix (syntax check of PUBLIC / getting internal subset)
  384. 2002-11-13 Atsushi Enomoto <[email protected]>
  385. XmlAttribute.cs : set_InnerText, set_InnerXml, some check for set_Prefix
  386. XmlAttributeCollection.cs : (indexer) this[localName, namespaceURI]
  387. XmlCharacterData.cs : exchanged Data and Value
  388. (for processing events and inheritance)
  389. XmlDocumentFragment.cs : set_InnerXml
  390. XmlSignificantWhitespace.cs : set_Value
  391. XmlTextReader.cs : ReadAttributeValue
  392. 2002-11-04 Atsushi Enomoto <[email protected]>
  393. XmlAttribute.cs: fixed missing internal 'OwnerElement''SetOwnerElement'
  394. 2002-11-03 Atsushi Enomoto <[email protected]>
  395. * XmlAttributeCollection.cs : checks owner element.
  396. implemented CopyTo, InsertAfter, InsertBefore, Prepend,
  397. Remove, RemoveAt, SetNamedItem.
  398. removed some logics that sets 'Parent' (that should be null)
  399. * XmlDocument.cs : set_InnerXml, [PreserveWhitespace(incomplete)]
  400. * XmlDocumentFragment.cs : get_InnerXml, WriteContentTo, WriteTo
  401. * XmlElement.cs : implemented WriteTo, set_InnerText.
  402. Fixed WriteTo() to add xmlns:* attributes when
  403. writer.LookupPrefix() returned mismatching.
  404. * XmlNamedNodeMap.cs : compare not only name but localname and nsuri.
  405. Removing different prefixes for the same uri now runs correct.
  406. added SetNamedItem(XmlNode node, int position_to_insert).
  407. * XmlNode.cs : ConstructDOM (logically) creates XmlEntityReference,
  408. XmlWhitespace, and XmlSignificantWhitespace
  409. 2002-10-31 Atsushi Enomoto <[email protected]>
  410. * XmlDocument.cs : implemented CreateDocumentFragment()
  411. * XmlElement.cs, XmlLinkedNode.cs :
  412. moved LastLinkedChild from XmlElement to XmlLinkedNode.
  413. * XmlEntityReference.cs : must throw NotImplementedException.
  414. * XmlNode.cs :
  415. + implemented InsertBefore() and then implemented InsertAfter()
  416. and modified AppendChild() to call it.
  417. + added logic to check ReadOnly, parent document equivalence,
  418. and inserting any 'content' before/after DocumentElement.
  419. + implemented Clone() [it is equals to CloneNode() by MS doc.]
  420. + added logic in RemoveChild() to check parent of oldChild.
  421. + fixed ConstructNamespaceManager() to internal only.
  422. 2002-10-29 Atsushi Enomoto <[email protected]>
  423. * XmlAttribute.cs : add internal 'IsDefault' property
  424. (equals to !Specified)
  425. * XmlImplementation.cs : added 'internalNameTable' property.
  426. * XmlDocument.cs :
  427. + now allows "" for 'standalone' in CreateXmlDeclaration.
  428. + implemented 'Implementation' property and constructor with it.
  429. + added logic for appending name table (but still no use)
  430. + implemented property 'DocumentType'
  431. (but without internalSubset parsing. wait for next update.)
  432. * XmlNode.cs :
  433. + modified AppendChild() and RemoveChild() to support fragment.
  434. + modified AppendChild() to remove newChild from its parent
  435. when newChild is already in the other place.
  436. + modified RemoveChild() to set parentNode null.
  437. + modified ConstructDOM() to create DocumentType,
  438. and fixed access modifier ('internal protected' to 'internal')
  439. * XmlLinkedNode.cs : fixed 'NextSibling' to return null
  440. when its parent is null.
  441. * XmlDocumentFragment.cs : added internal override 'LastLinkedChild'
  442. property to enable AppendChild() for this class.
  443. * XmlTextReader.cs : appended private publicId and systemId fields.
  444. 2002-10-28 Gonzalo Paniagua Javier <[email protected]>
  445. * XmlTextReader.cs: make it work when the underlying Stream is not
  446. 'seekable'.
  447. 2002-10-26 Piers Haken <[email protected]>
  448. * XmlNode.cs: add virtual property XPathNodeType
  449. * XmlAttribute.cs:
  450. * XmlComment.cs:
  451. * XmlDocument.cs:
  452. * XmlElement.cs::
  453. * XmlProcessingInstruction.cs:
  454. * XmlSignificantWhitespace.cs:
  455. * XmlText.cs:
  456. * XmlWhitespace.cs: implement XPathNodeType property
  457. * XmlDocumentNavigator.cs: use XPathNodeType property instead of switch
  458. 2002-10-26 Piers Haken <[email protected]>
  459. * XmlDocumentNavigator.cs: return invalid XPathNodeType (-1) for unknown node types.
  460. 2002-10-23 Gonzalo Paniagua Javier <[email protected]>
  461. * XmlTextReader.cs: don't increment depth for entity references.
  462. 2002-10-22 Tim Haynes <[email protected]>
  463. * - Fixed the duplication of xmlns:xx = yy when serializing the
  464. XML for serialization
  465. Fixed the unnecessary parsing/serializing when adding assemblies
  466. for serialization
  467. Avoided setting the XmlNode.InnerXml property
  468. (as it's not implemented)
  469. Fixed the usage/implementation of
  470. XmlElement.GetElementsByTagName()
  471. 2002-10-21 Duncan Mak <[email protected]>
  472. * XmlDocument.cs:
  473. * XmlElement.cs:
  474. * XmlNode.cs:
  475. * XmlTextReader.cs: Implementation for XmlNode.InnerXml from
  476. Atsushi Enomoto <[email protected]>.
  477. 2002-10-18 Duncan Mak <[email protected]>
  478. * XmlDocument.cs: Applied a patch by Atsushi Enomoto
  479. <[email protected]>.
  480. 2002-10-12 A.Enomoto <[email protected]>
  481. * XmlDocument.cs (ImportNode): Implemented
  482. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  483. * XmlDocument.cs: one more Load method implemented.
  484. * XmlTextReader.cs: Depth now works.
  485. 2002-09-22 Gonzalo Paniagua Javier <[email protected]>
  486. * XmlConvert.cs: IsInvalid is now internal.
  487. * XmlNamespaceManager.cs: implemented RemoveNamespace
  488. * XmlTextReader.cs: return BaseURI and Encoding from the parser.
  489. * XmlTextWriter.cs: implemented WriteName and WriteNmToken.
  490. 2002-09-19 Matt Hunter <[email protected]>
  491. * XmlElement.cs: Implementing SetAttributeNode(localName,namespaceURI)
  492. * XmlAttributeCollection.cs: Implemented Append (XmlAttribute)
  493. 2002-09-19 Gonzalo Paniagua Javier <[email protected]>
  494. * XmlConvert.cs: finished implementation.
  495. * XmlTextReader.cs: fixed #30239.
  496. * XmlTextWriter.cs: fixed #30240.
  497. 2002-09-15 Gonzalo Paniagua Javier <[email protected]>
  498. * XmlTextReader.cs: line and position begin with 1.
  499. 2002-09-13 Gonzalo Paniagua Javier <[email protected]>
  500. * XmlException.cs: added a new internal constructor for IXmlLineInfo
  501. and output line and position info in Message.
  502. * XmlReader.cs: implemented missing bits.
  503. 2002-09-12 Piers Haken <[email protected]>
  504. * XmlDocumentNavigator.cs: implement MoveToId()
  505. 2002-09-05 Gonzalo Paniagua Javier <[email protected]>
  506. * XmlTextWriter.cs: fixed bug #29886.
  507. 2002-08-26 Ravi Pratap <[email protected]>
  508. * XmlAttribute.cs (InnerText): Implement getting this property.
  509. * XmlNode.cs (InnerText): Ensure that we append only values of
  510. text nodes.
  511. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  512. * XmlWriter.cs: made ws and namespaceManager protected. mcs has a bug
  513. that allowed compiling this.
  514. [ FIXME: filed bug #29435. mcs should have failed on this ]
  515. 2002-08-25 Tim Coleman <[email protected]>
  516. * XmlNode.cs:
  517. Change CreateNavigator to not be virtual.
  518. * XmlElement.cs:
  519. Add set_Prefix and InnerText accessors.
  520. * XmlEntityReference.cs:
  521. Add set_Value accessor.
  522. * XmlTextWriter.cs:
  523. Make objects which should be private private.
  524. * XmlWriter.cs:
  525. Remove WriteStartElementInternal abstract definition.
  526. * XmlValidatingReader.cs:
  527. New stubs added.
  528. 2002-08-22 Jason Diamond <[email protected]>
  529. * XmlAttributeCollection.cs, XmlElement.cs: Implementation of RemoveAll
  530. and RemoveAllAttributes courtesy of Matt Hunter <[email protected]>.
  531. 2002-08-22 Jason Diamond <[email protected]>
  532. * XmlElement.cs: Correction to previous GetElementsByTagName patch
  533. courtesy of Matt Hunter <[email protected]>.
  534. 2002-08-22 Jason Diamond <[email protected]>
  535. * XmlDocument.cs, XmlElement.cs: Added implementation of namepsace
  536. qualified GetElementsByTagName courtesy of Matt Hunter
  537. <[email protected]>.
  538. 2002-08-19 Jason Diamond <[email protected]>
  539. * XmlDocument.cs, XmlElement.cs: Added implementation of
  540. GetElementsByTagName courtesy of Matt Hunter <[email protected]>.
  541. 2002-08-16 Jason Diamond <[email protected]>
  542. * XmlElement.cs: Fixed writing out qualified elements courtesy of
  543. Marcus Bürgel <[email protected]>.
  544. 2002-08-13 Tim Coleman <[email protected]>
  545. * XmlTextWriter.cs:
  546. Partial implementation of WriteQualifiedName ().
  547. 2002-08-07 Kral Ferch <[email protected]>
  548. * XmlCharacterData.cs: Implemented AppendData(), DeleteData(),
  549. InsertData(), and ReplaceData(). These methods fire the
  550. NodeChanging and NodeChanged events.
  551. * XmlDocument.cs: Fixed bugs in onNodeChanged() and onNodeChanging().
  552. * XmlNode.cs: AppendChild() fires NodeInserting and NodeInserted events.
  553. RemoveAll() and RemoveChild() fire NodeRemoving and NodeRemoved events.
  554. 2002-08-03 Tim Coleman <[email protected]>
  555. * XmlNamespaceManager.cs:
  556. .Net allows the empty namespace to be redefined
  557. at a later point, but the current implementation
  558. did not. This fixes a hashtable conflict.
  559. 2002-07-26 Tim Coleman <[email protected]>
  560. * XmlTextWriter.cs:
  561. When given a textwriter, check to see if it has a
  562. null encoding. This was being done for other inputs
  563. than a textwriter.
  564. Wed Jul 24 13:16:19 CEST 2002 Paolo Molaro <[email protected]>
  565. * XmlTextReader.cs: rough line/column support.
  566. 2002-07-23 Duncan Mak <[email protected]>
  567. * XmlConvert.cs: Implement the ToDateTime method. ToDateTime
  568. (string, string []) is particularly strange.
  569. * XmlException.cs: Remember to call the base serialization
  570. constructor.
  571. * XmlNodeReader.cs: Keep a new variable to store the Depth.
  572. 2002-07-14 Jason Diamond <[email protected]>
  573. * XmlAttribute.cs: Removed ownerElement field since we can reuse
  574. parentNode field.
  575. * XmlDocumentNavigator.cs: MoveToParent now moves to the OwnerElement
  576. if the current node is an attribute.
  577. * XmlElement.cs: SetAttributeNode now sets the new attribute's
  578. owner element.
  579. 2002-07-12 Jason Diamond <[email protected]>
  580. * XmlDocument.cs: If null was passed in for prefix or namespaceURI when
  581. creating an element, use String.Empty instead.
  582. 2002-07-12 Piers Haken <[email protected]>
  583. * XmlAttributeCollection.cs: implement some ItemOf indexers
  584. * XmlNamedNodeMap.cs: add internal 'Nodes' accessor for the nodeList field
  585. * XmlNode.cs: SelectNodes: return empty XmlNodeList, not null
  586. 2002-07-06 Ajay kumar Dwivedi <[email protected]>
  587. 2002-10-26 Piers Haken <[email protected]>
  588. * XmlDocumentNavigator.cs: return invalid XPathNodeType (-1) for unknown node types.
  589. 2002-10-23 Gonzalo Paniagua Javier <[email protected]>
  590. * XmlTextReader.cs: don't increment depth for entity references.
  591. 2002-10-22 Tim Haynes <[email protected]>
  592. * - Fixed the duplication of xmlns:xx = yy when serializing the
  593. XML for serialization
  594. Fixed the unnecessary parsing/serializing when adding assemblies
  595. for serialization
  596. Avoided setting the XmlNode.InnerXml property
  597. (as it's not implemented)
  598. Fixed the usage/implementation of
  599. XmlElement.GetElementsByTagName()
  600. 2002-10-21 Duncan Mak <[email protected]>
  601. * XmlDocument.cs:
  602. * XmlElement.cs:
  603. * XmlNode.cs:
  604. * XmlTextReader.cs: Implementation for XmlNode.InnerXml from
  605. Atsushi Enomoto <[email protected]>.
  606. 2002-10-18 Duncan Mak <[email protected]>
  607. * XmlDocument.cs: Applied a patch by Atsushi Enomoto
  608. <[email protected]>.
  609. 2002-10-12 A.Enomoto <[email protected]>
  610. * XmlDocument.cs (ImportNode): Implemented
  611. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  612. * XmlDocument.cs: one more Load method implemented.
  613. * XmlTextReader.cs: Depth now works.
  614. 2002-09-22 Gonzalo Paniagua Javier <[email protected]>
  615. * XmlConvert.cs: IsInvalid is now internal.
  616. * XmlNamespaceManager.cs: implemented RemoveNamespace
  617. * XmlTextReader.cs: return BaseURI and Encoding from the parser.
  618. * XmlTextWriter.cs: implemented WriteName and WriteNmToken.
  619. 2002-09-19 Matt Hunter <[email protected]>
  620. * XmlElement.cs: Implementing SetAttributeNode(localName,namespaceURI)
  621. * XmlAttributeCollection.cs: Implemented Append (XmlAttribute)
  622. 2002-09-19 Gonzalo Paniagua Javier <[email protected]>
  623. * XmlConvert.cs: finished implementation.
  624. * XmlTextReader.cs: fixed #30239.
  625. * XmlTextWriter.cs: fixed #30240.
  626. 2002-09-15 Gonzalo Paniagua Javier <[email protected]>
  627. * XmlTextReader.cs: line and position begin with 1.
  628. 2002-09-13 Gonzalo Paniagua Javier <[email protected]>
  629. * XmlException.cs: added a new internal constructor for IXmlLineInfo
  630. and output line and position info in Message.
  631. * XmlReader.cs: implemented missing bits.
  632. 2002-09-12 Piers Haken <[email protected]>
  633. * XmlDocumentNavigator.cs: implement MoveToId()
  634. 2002-09-05 Gonzalo Paniagua Javier <[email protected]>
  635. * XmlTextWriter.cs: fixed bug #29886.
  636. 2002-08-26 Ravi Pratap <[email protected]>
  637. * XmlAttribute.cs (InnerText): Implement getting this property.
  638. * XmlNode.cs (InnerText): Ensure that we append only values of
  639. text nodes.
  640. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  641. * XmlWriter.cs: made ws and namespaceManager protected. mcs has a bug
  642. that allowed compiling this.
  643. [ FIXME: filed bug #29435. mcs should have failed on this ]
  644. 2002-08-25 Tim Coleman <[email protected]>
  645. * XmlNode.cs:
  646. Change CreateNavigator to not be virtual.
  647. * XmlElement.cs:
  648. Add set_Prefix and InnerText accessors.
  649. * XmlEntityReference.cs:
  650. Add set_Value accessor.
  651. * XmlTextWriter.cs:
  652. Make objects which should be private private.
  653. * XmlWriter.cs:
  654. Remove WriteStartElementInternal abstract definition.
  655. * XmlValidatingReader.cs:
  656. New stubs added.
  657. 2002-08-22 Jason Diamond <[email protected]>
  658. * XmlAttributeCollection.cs, XmlElement.cs: Implementation of RemoveAll
  659. and RemoveAllAttributes courtesy of Matt Hunter <[email protected]>.
  660. 2002-08-22 Jason Diamond <[email protected]>
  661. * XmlElement.cs: Correction to previous GetElementsByTagName patch
  662. courtesy of Matt Hunter <[email protected]>.
  663. 2002-08-22 Jason Diamond <[email protected]>
  664. * XmlDocument.cs, XmlElement.cs: Added implementation of namepsace
  665. qualified GetElementsByTagName courtesy of Matt Hunter
  666. <[email protected]>.
  667. 2002-08-19 Jason Diamond <[email protected]>
  668. * XmlDocument.cs, XmlElement.cs: Added implementation of
  669. GetElementsByTagName courtesy of Matt Hunter <[email protected]>.
  670. 2002-08-16 Jason Diamond <[email protected]>
  671. * XmlElement.cs: Fixed writing out qualified elements courtesy of
  672. Marcus Bürgel <[email protected]>.
  673. 2002-08-13 Tim Coleman <[email protected]>
  674. * XmlTextWriter.cs:
  675. Partial implementation of WriteQualifiedName ().
  676. 2002-08-07 Kral Ferch <[email protected]>
  677. * XmlCharacterData.cs: Implemented AppendData(), DeleteData(),
  678. InsertData(), and ReplaceData(). These methods fire the
  679. NodeChanging and NodeChanged events.
  680. * XmlDocument.cs: Fixed bugs in onNodeChanged() and onNodeChanging().
  681. * XmlNode.cs: AppendChild() fires NodeInserting and NodeInserted events.
  682. RemoveAll() and RemoveChild() fire NodeRemoving and NodeRemoved events.
  683. 2002-08-03 Tim Coleman <[email protected]>
  684. * XmlNamespaceManager.cs:
  685. .Net allows the empty namespace to be redefined
  686. at a later point, but the current implementation
  687. did not. This fixes a hashtable conflict.
  688. 2002-07-26 Tim Coleman <[email protected]>
  689. * XmlTextWriter.cs:
  690. When given a textwriter, check to see if it has a
  691. null encoding. This was being done for other inputs
  692. than a textwriter.
  693. Wed Jul 24 13:16:19 CEST 2002 Paolo Molaro <[email protected]>
  694. * XmlTextReader.cs: rough line/column support.
  695. 2002-07-23 Duncan Mak <[email protected]>
  696. * XmlConvert.cs: Implement the ToDateTime method. ToDateTime
  697. (string, string []) is particularly strange.
  698. * XmlException.cs: Remember to call the base serialization
  699. constructor.
  700. * XmlNodeReader.cs: Keep a new variable to store the Depth.
  701. 2002-07-14 Jason Diamond <[email protected]>
  702. * XmlAttribute.cs: Removed ownerElement field since we can reuse
  703. parentNode field.
  704. * XmlDocumentNavigator.cs: MoveToParent now moves to the OwnerElement
  705. if the current node is an attribute.
  706. * XmlElement.cs: SetAttributeNode now sets the new attribute's
  707. owner element.
  708. 2002-07-12 Jason Diamond <[email protected]>
  709. * XmlDocument.cs: If null was passed in for prefix or namespaceURI when
  710. creating an element, use String.Empty instead.
  711. 2002-07-12 Piers Haken <[email protected]>
  712. * XmlAttributeCollection.cs: implement some ItemOf indexers
  713. * XmlNamedNodeMap.cs: add internal 'Nodes' accessor for the nodeList field
  714. * XmlNode.cs: SelectNodes: return empty XmlNodeList, not null
  715. 2002-07-06 Ajay kumar Dwivedi <[email protected]>
  716. * XmlTextWriter: Fixed Indentation. IndentationOverridden should
  717. not be set when inside a attribute.
  718. 2002-07-06 Ajay kumar Dwivedi <[email protected]>
  719. * XmlTextWriter: In WriteStartElement, if namespace is null and
  720. prefix is null|empty do not write out xmlns=""
  721. * XmlWriter: WriteStartElement calls the virtual method with null
  722. argument instead of empty string.
  723. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  724. * XmlTextReader.cs: implemented .ctor (Stream).
  725. 2002-06-26 Duncan Mak <[email protected]>
  726. * XmlNodeReader.cs: Implementation of most of the properties, and
  727. some of the related methods.
  728. 2002-06-23 Piers Haken <[email protected]>
  729. * XmlDocumentNavigator.cs: implement Clone()
  730. * XmlElement.cs: remove bogus unimplemented override of InnerText
  731. * XmlNode.cs: implment SelectNodes/SelectSingleNode
  732. * XmlNodeArrayList.cs: new support class for SelectNodes
  733. 2002-06-21 Ajay kumar Dwivedi <[email protected]>
  734. * XmlQualifiedName: Name and Namespaces are never null. If null is passed
  735. to the constructor, set them to empty strings.
  736. Fixed the Operators.
  737. 2002-06-18 Ajay kumar Dwivedi <[email protected]>
  738. * XmlTextReader.cs: HasLineInfo returns false instead of throwing an
  739. Exception.
  740. 2002-06-14 Duncan Mak <[email protected]>
  741. * XmlConvert.cs: Added CLSCompliant attributes to methods.
  742. 2002-06-12 Duncan Mak <[email protected]>
  743. * XmlCharacterData.cs (Value): Throw an ArgumentException in the
  744. set block if the node is read-only.
  745. 2002-06-10 Ajay kumar Dwivedi <[email protected]>
  746. * XmlConstruct.cs : New Internal class with Helper methods for
  747. Checking XmlConstructs
  748. * XmlConvert.cs: Implemented most of the methods
  749. 2002-06-08 Duncan Mak <[email protected]>
  750. * XmlDocument.cs (Load):
  751. Added bits to Load (string) for BaseURI support.
  752. * XmlAttribute.cs (BaseURI):
  753. * XmlDocument.cs (BaseURI):
  754. * XmlEntity.cs (BaseURI): Implemented.
  755. 2002-05-27 Jason Diamond <[email protected]>
  756. * XmlDocumentNavigator.cs: Added file to directory.
  757. * XmlNode.cs (CreateNavigator): Implemented.
  758. (InnerText): Implemented.
  759. * XmlDocument.cs (NamespaceURI, Prefix): Return String.Empty instead of
  760. throwing exception.
  761. (Load(XmlReader)): Allow for namespace qualified attributes.
  762. * XmlElement.cs: Implemented GetAttribute(string, string) and both
  763. GetAttributeNode overloads.
  764. (SetAttributeNode(XmlAttribute)): Implemented.
  765. * XmlNamedNodeMap.cs: Fixed copy/paste bugs in GetNamedItem(string, string)
  766. and RemoveNamedItem(string, string).
  767. * XmlLinkedNode.cs (PreviousSibling): Implemented.
  768. * XmlTextReader.cs: Added code to maintain the order of attributes as
  769. they're parsed. XML doesn't require this but Microsoft's parser does it and
  770. matching them makes testing easier so now we have it, too.
  771. 2002-05-26 Miguel de Icaza <[email protected]>
  772. * XmlDocument.cs: Implement the Save methods.
  773. 2002-05-08 Mike Kestner <[email protected]>
  774. * XmlNamedNodeMap.cs (SetNamedItem): Fixed a copy/paste bug.
  775. 2002-04-28 Duncan Mak <[email protected]>
  776. * XmlSignificantWhitespace.cs (Value):
  777. * XmlWhitespace.cs (Value): Added MonoTODO to the 'set'
  778. block. Added new private method, IsValidWhitespaceChar, for
  779. checking.
  780. 2002-04-16 Duncan Mak <[email protected]>
  781. * XmlParserContext.cs (NameTable): Fixed a typo in the set block.
  782. 2002-04-12 Duncan Mak <[email protected]>
  783. * XmlAttribute.cs (Prefix): Added preliminary code for set block,
  784. added comment on work that needs to be done here. A new MonoTODO item.
  785. * XmlDocument.cs (ctor): Corrected constructor signature, changed
  786. parameter from 'NameTable' to 'XmlNameTable'.
  787. * XmlDocumentFragment.cs (InnerXml): Added missing set block.
  788. * XmlCaseOrder.cs: Moved to System.Xml.XPath.
  789. 2002-04-10 Duncan Mak <[email protected]>
  790. * XmlNodeReader.cs: Initial stubs for the class.
  791. 2002-04-08 Kral Ferch <[email protected]>
  792. * XmlAttributes.cs: InnerXml getter, WriteContentTo, and WriteTo
  793. implementations.
  794. * XmlDeclaration.cs: WriteTo implementation.
  795. * XmlDocument.cs: InnerXml getter implementation.
  796. * XmlElement.cs: InnerXml getter implementation.
  797. * XmlNode.cs: Removed MonoTODO attrib on OuterXml.
  798. * XmlSignificantWhitespace.cs: WriteTo implementation.
  799. * XmlText.cs: WriteContentTo and WriteTo implementation.
  800. * XmlTextWriter.cs: WriteRaw implementation.
  801. * XmlWhitespace.cs: WriteContentTo and WriteTo implementations.
  802. 2002-04-05 Kral Ferch <[email protected]>
  803. * XmlAttributes.cs: Added reminder MonoTODO to set NamespaceURI
  804. if prefix in constructor is one of the default ones.
  805. * XmlCharacterData.cs: Returns String.Empty for Value and Data
  806. even when constructed with null.
  807. * XmlDeclaration.cs: Value doesn't put encoding or standalone
  808. in if they are empty.
  809. * XmlDocument.cs: Implemented CreateNode methods and this caused
  810. the changes in the other files in this checkin.
  811. * XmlProcessingInstruction.cs: Returns String.Empty for Value and Data
  812. even when constructed with null.
  813. * XmlWhitespace.cs: Changed Value 'get' to return Data.
  814. 2002-04-01 Kral Ferch <[email protected]>
  815. * XmlTextWriter.cs: Impls for WriteEndDocument and WriteFullEndElement.
  816. 2002-03-31 Kral Ferch <[email protected]>
  817. * XmlTextWriter.cs: Impls for LookupPrefix, WriteBase64,
  818. and WriteCharEntity.
  819. * XmlWrite.cs: Fixed bug where attribute namespace decl
  820. was pushing a scope onto the namespace manager when it shouldn't
  821. have been.
  822. 2002-03-31 Kral Ferch <[email protected]>
  823. * XmlTextWriter.cs: Some tweaks for WriteAttibuteString
  824. in different states (no open start element, in WriteState.Content mode).
  825. 2002-03-29 Kral Ferch <[email protected]>
  826. * XmlTextWriter.cs: XmlLang and XmlSpace properties
  827. and WriteWhitespace.
  828. * XmlTextWriterOpenElement.cs: scope support for XmlLang
  829. and XmlSpace.
  830. 2002-03-29 Kral Ferch <[email protected]>
  831. * XmlTextWriter.cs: Working on Attribute methods.
  832. * XmlWriter.cs: Working on Attribute methods.
  833. 2002-03-28 Duncan Mak <[email protected]>
  834. * XmlDocument.cs (CreateWhitespace):
  835. (CreateSignificantWhitespace): Removed extraneous call to the ToCharArray
  836. method.
  837. * XmlSignificantWhitespace.cs (Value): Removed MonoTODO attribute.
  838. 2002-03-26 Duncan Mak <[email protected]>
  839. * XmlDocument.cs (CreateDocumentType): Implemented.
  840. * XmlNode.cs (Value): Implemented.
  841. * XmlProcessingInstruction.cs (InnerText): Implemented. It works just
  842. like XmlCharacterData.
  843. * XmlDeclaration.cs (CloneNode):
  844. * XmlDocument.cs (CreateXmlDeclaration): Added missing constructor
  845. arguments.
  846. * XmlCharacterData.cs (InnerText): Implemented. Funny that the
  847. docs say it is the "The concatenated values of the node and all
  848. the children of the node.". I wrote some test programs and
  849. couldn't get any of the derived nodes to AppendChild. For now,
  850. InnerText == Data == Value.
  851. (Substring): Fixed typo.
  852. * XmlDeclaration.cs (XmlDeclaration): Fixed the constructor parameter signature.
  853. * XmlImplementation.cs (CreateDocument): Implemented.
  854. 2002-03-25 Duncan Mak <[email protected]>
  855. * XmlDeclaration.cs: Rewrote the class, fixed formatting, added
  856. missing properties (InnerText, Value).
  857. * XmlDocument.cs (CreateXmlDeclaration): Implemented.
  858. 2002-03-23 Kral Ferch <[email protected]>
  859. * XmlTextWriter.cs: Impls for BaseStream and
  860. Namespaces and WriteState.
  861. * XmlWriter.cs: WriteState and WriteStartElementInternal.
  862. 2002-03-23 Kral Ferch <[email protected]>
  863. * XmlNodeListChildren.cs: made class internal
  864. instead of public. Shouldn't be visible outside
  865. of System.Xml.
  866. * XmlTextWriter.cs: Implementations for Formatting,
  867. IndentChar, Indenting, QuoteChar, WriteStartDocument(standalone).
  868. Suppresses encoding on xml declaration if null stream passed in.
  869. Formats output including suppressing indentation for elements in
  870. mixed content mode.
  871. * XmlTextWriterOpenElement.cs: Initial checkin.
  872. XmlTextWriter uses stack of these objects to track
  873. state.
  874. 2002-03-22 Mike Kestner <[email protected]>
  875. * XmlElement.cs: impl HasAttribute(string name).
  876. 2002-03-22 Duncan Mak <[email protected]>
  877. * XmlElement.cs: Reformatted.
  878. (CloneNode) Corrected.
  879. * XmlDocument.cs (CreateWhitespace):
  880. (CreateSignificantWhitespace): Implemented.
  881. * XmlAttribute.cs (CloneNode): Changed the child's CloneNode to
  882. true, because Attributes have ChildNodes.
  883. 2002-03-21 Kral Ferch <[email protected]>
  884. * XmlTextWriter.cs: WriteStartDocument tracks state, writes out
  885. xml declaration along with encoding. WriteEndElement throws
  886. exception if no WriteStartElement exists.
  887. 2002-03-20 Duncan Mak <[email protected]>
  888. * XmlEntityReference.cs (CloneNode): Implemented.
  889. * XmlException.cs (Message): Implemented. We need to cache the
  890. message string because SystemException doesn't expose 'message'
  891. from Exception.
  892. * XmlText.cs (Value): Added in the missing Value property.
  893. 2002-03-20 Duncan Mak <[email protected]>
  894. * XmlAttribute.cs (CloneNode): Implemented.
  895. * XmlDocumentFragment.cs (CloneNode): Implemented.
  896. * XmlElement.cs (CloneNode): Implemented.
  897. 2002-03-19 Duncan Mak <[email protected]>
  898. * XmlNotation.cs: Added to CVS.
  899. * XmlAttribute.cs (CloneNode): First crack at the CloneNode method.
  900. * XmlCDataSection.cs (CloneNode): Implemented.
  901. * XmlDocumentFragment.cs: Reformatted and added the missing properties
  902. (InnerXml, OwnerDocument, ParentNode).
  903. (CloneNode): Implemented.
  904. * XmlSignificantWhitespace.cs (CloneNode): Implemented.
  905. (Value) Implemented the 'get' property.
  906. * XmlWhitespace.cs (Module): implemented.
  907. 2002-03-19 Jason Diamond <[email protected]>
  908. * XmlDocument.cs: Fixed typo in Load that was duplicating the LocalName
  909. in the prefix.
  910. 2002-03-18 Jason Diamond <[email protected]>
  911. * XmlTextReader.cs: Don't restore properties after reading last
  912. attribute on an element.
  913. * XmlDocument.cs: Move back to element after reading attributes
  914. so that IsEmptyElement test succeeds.
  915. 2002-03-18 Kral Ferch <[email protected]>
  916. * XmlNamespaceManager.cs: Implemented LookupPrefix.
  917. * XmlTextWriter.cs: Implemented namespace and prefix support.
  918. 2002-03-18 Kral Ferch <[email protected]>
  919. * XmlTextReader.cs: Restores properties after
  920. reading last attribute on an element.
  921. * XmlNode.cs: AppendChild sets the parent
  922. on the child.
  923. 2002-03-17 Kral Ferch <[email protected]>
  924. * XmlCDataSection.cs: Formatting, Implementation for WriteTo.
  925. * XmlComment.cs: Implementations for WriteTo and WriteContentTo.
  926. * XmlElement.cs: Fixed bug in WriteTo.
  927. * XmlProcessingInstruction.cs: Formatting.
  928. * XmlTextWriter.cs: Implementations for Close, WriteCData, WriteComment,
  929. fixes for WriteEndElement, WriteProcessingInstruction.
  930. 2002-03-17 Kral Ferch <[email protected]>
  931. * XmlDocument.cs: Implementations for WriteTo() and WriteContentTo(),
  932. had Load() add PIs to the document, moved onXXX methods to alphabetical
  933. order in the file.
  934. * XmlElement.cs: Implementations for WriteTo() and WriteContentTo().
  935. * XmlNode.cs: Implementations for InnerXml Get and OuterXml.
  936. * XmlProcessingInstruction.cs: Implementations for WriteTo() and
  937. WriteContentTo().
  938. * XmlTextWriter.cs: Implementations for WriteEndElement,
  939. WriteProcessingInstruction, WriteStartElement, and WriteString.
  940. * XmlWriter.cs: Implemented WriteStartElement() methods.
  941. 2002-03-15 Duncan Mak <[email protected]>
  942. * XmlEntity.cs: Added to CVS. Need to implement BaseURI and
  943. InnerText once I know what they do.
  944. * XmlDocumentType.cs (XmlDocumentType): Fix the constructor now
  945. that we can properly chain constructors.
  946. (CloneNode): implemented.
  947. (WriteContentTo): Removed MonoTODO attribute as this method has no
  948. effect in this class.
  949. * XmlProcessingInstruction.cs (Value): Added the missing Set
  950. block.
  951. (InnerText): Added in, but not implemented.
  952. 2002-03-14 Kral Ferch <[email protected]>
  953. * XmlTextWriter.cs: implemented constructors and
  954. WriteCData and WriteComment.
  955. 2002-03-14 Duncan Mak <[email protected]>
  956. * XmlDocument.cs: Moved the NodeChanged EventHandler to its own
  957. file, and updated the callbacks to reflect the change.
  958. (XmlDocument): Added the NameTable constructor.
  959. (NameTable): Also the NameTable property.
  960. * XmlNodeChangedEventHandler.cs: Added, replacing the version that
  961. was in XmlDocument.cs. It has two arguments now (object,
  962. EventArgs) , instead of one (object).
  963. 2002-03-14 Kral Ferch <[email protected]>
  964. * XmlWriter.cs: Formatting.
  965. * XmlTextWriter.cs: Initial checkin.
  966. 2002-03-14 Duncan Mak <[email protected]>
  967. * Validation.cs: Removed, replaced by ValidationType.cs.
  968. * ValidationType.cs: Added.
  969. 2002-03-13 Duncan Mak <[email protected]>
  970. * XmlException.cs: Made it [Serializable], implemented good ol'
  971. GetObjectData, and the serialization constructor.
  972. * XmlNamedNodeMap.cs (SetNamedItem): Check for the Name property.
  973. (SetNamedItem): Reverted (added back in) the patch with the
  974. ReadOnly checks. "Don't doubt yourself, my son... you were right!"
  975. * XmlNamedNodeMap.cs (GetEnumerator): piggyback on the ArrayList implementation.
  976. (GetNamedItem (string, string)): implemented.
  977. (RemoveNamedItem): implemented.
  978. (SetNamedItem): implemented.
  979. 2002-03-12 Kral Ferch <[email protected]>
  980. * XmlAttribute.cs: Moved a method from amongst properties down to
  981. it's alphabetical position in the methods section.
  982. * XmlNode.cs: Passes in 'this' to XmlNodeList constructor instead of
  983. last linked child. Set XmlNode base class to return false for IsReadOnly().
  984. Implemented GetEnumerator() and RemoveChild().
  985. * XmlNodeListChildren.cs: Now stores the parent instead of the last child.
  986. This is to support the behavior that the Enumerator doesn't become invalid
  987. when changes to the children occur. Flushed out rest of implementation for
  988. MoveNext, Current, and Reset.
  989. 2002-03-12 Duncan Mak <[email protected]>
  990. * XmlCharacterData.cs: Reformatted the properties for better readability.
  991. * XmlLinkedNode.cs: Removed the awful boxy comments.
  992. * XmlNamedNodeMap.cs (Count):
  993. (Item): Implemented. Tests will be coming.
  994. * XmlEntityReference.cs:
  995. * XmlSignificantWhitespace.cs: Implemented these classes except for
  996. the Clone, WriteContentTo and WriteTo methods. Will have to
  997. investigate into these later.
  998. 2002-03-11 Duncan Mak <[email protected]>
  999. * IHasXmlNode.cs: Added to CVS.
  1000. 2002-03-08 Jason Diamond <[email protected]>
  1001. * XmlParserContext.cs: Added missing constructors and missing Encoding
  1002. property.
  1003. * XmlTextReader.cs: Start using the XmlParserContext class.
  1004. 2002-03-08 Jason Diamond <[email protected]>
  1005. * XmlTextReader.cs: Implemented MoveToElement and MoveToFirstAttribute.
  1006. 2002-03-08 Mike Kestner <[email protected]>
  1007. * XmlNode.cs (Item): Implemented both indexers.
  1008. 2002-03-08 Jason Diamond <[email protected]>
  1009. * DomEncodingType.cs, TreePosition.cs, XPathNodeType.cs, XmlDataType.cs,
  1010. XmlExceptionCode.cs, XmlSortOrder.cs, XmlUtil.cs: Removed files.
  1011. 2002-03-08 Jason Diamond <[email protected]>
  1012. * XmlAttribute.cs: Attribute nodes are supposed to store their values
  1013. as child nodes so updated to reflect that.
  1014. * XmlDocument.cs, XmlElement.cs, XmlNode.cs: Moved code that was
  1015. duplicated in XmlDocument and XmlElement into XmlNode so that it
  1016. wouldn't have to be duplicated in XmlAttribute, too.
  1017. 2002-03-08 Kral Ferch <[email protected]>
  1018. * XmlNodeList.cs, XmlDocument.cs, XmlLinkedNode.cs,
  1019. XmlNode.cs: Formatting.
  1020. * XmlNodeListChildren.cs: Implementation of XmlNodeList
  1021. for XmlNode.ChildNodes property.
  1022. * XmlNodeListAsArrayList.cs: Removed file. Using different
  1023. data structure (circular list) in XmlNode so this file
  1024. is no longer valid.
  1025. * XmlDocument.cs, XmlElement.cs: New ChildNodes tests found
  1026. bug in setter property of LastLinkedChild so fixed it.
  1027. 2002-03-06 Jason Diamond <[email protected]>
  1028. * XmlInputSource.cs, XmlNames_1_0.cs, XmlParse.cs: Removed files.
  1029. We already have a parser in XmlTextReader.
  1030. * XmlException.cs: Removed constructor accepting XmlInputSource.
  1031. 2002-03-06 Kral Ferch <[email protected]>
  1032. * XmlNode.cs: Rewrote this class from scratch with
  1033. MonoToDo attribs and NotImplementedExceptions. Now defines an
  1034. internal LastLinkedNode property to aid the new implementation.
  1035. XmlNodes only have ref to owner doc and parent nodes now.
  1036. * XmlLinkedNode.cs: Added NextLinkedSibling internal property
  1037. and ref to next sibling to support walking our circular child
  1038. node list.
  1039. * XmlDocument.cs: Added ref to last child node and overrides
  1040. XmlNode's internal LastLinkedChild property to support walking
  1041. our circular child node list.
  1042. 2002-03-02 Kral Ferch <[email protected]>
  1043. * XmlProcessingInstructions.cs: Class was empty. Implemented
  1044. constructor, properties, and CloneNode() method. Put in
  1045. MonoToDo attrib for remaining methods.
  1046. * XmlComment.cs: Reformatted and put in MonoToDo attribs.
  1047. Got rid of helper methods and fields since they were no
  1048. longer needed.
  1049. * XmlLinkedNode.cs: Reformatted and put in MonoToDo attribs.
  1050. * XmlDocument.cs: Added code to Load(XmlReader) to create XmlComment,
  1051. XmlCDataSection, and XmlProcessingInstruction nodes. Implemented
  1052. Createxxx() methods for those three node types.
  1053. 2002-03-02 Jason Diamond <[email protected]>
  1054. * XmlDocument.cs: Implemented the remaining CreateElement and
  1055. CreateAttribute methods.
  1056. * XmlAttribute.cs: Re-implemented.
  1057. * XmlElement.cs: Set owner element on attributes. Reformatted.
  1058. 2002-03-02 Jason Diamond <[email protected]>
  1059. * XmlTextReader.cs: Implemented MoveToNextAttribute().
  1060. * XmlDocument.cs: Reformatted. Adding missing methods and MonoTODO
  1061. attributes. Create attribute nodes while loading. Implemented
  1062. Load(string) and CreateTextNode().
  1063. * XmlCharacterData.cs, XmlText.cs: Re-implemented.
  1064. * XmlCDataSection.cs, XmlComment.cs: Call correct constructor in
  1065. XmlCharacterData.
  1066. * XmlNamedNodeMap.cs, XmlAttributeCollection.cs: Stubbed out.
  1067. 2002-03-02 Mike Kestner <[email protected]>
  1068. * XmlAttribute.cs : Using fix.
  1069. * XmlDocument.cs (CreateAttribute(String)): Implement.
  1070. 2002-03-02 Jason Diamond <[email protected]>
  1071. * XmlNamespaceManager.cs: Atomize prefixes and namespaces strings in
  1072. the name table.
  1073. 2002-02-28 Jason Diamond <[email protected]>
  1074. * XmlDocument.cs, XmlNode.cs: Initial implementation of LoadXml
  1075. courtesy of Kral Ferch <[email protected]>.
  1076. 2002-02-28 Jason Diamond <[email protected]>
  1077. * XmlException.cs, XmlReader.cs, XmlTextReader.cs: Reformatted,
  1078. added missing members and MonoTODO attributes.
  1079. * XmlTextReader.cs: Throw XmlException instead of System.Exception.
  1080. 2002-02-27 Jason Diamond <[email protected]>
  1081. * XmlElement.cs: Reformatted, added missing members and MonoTODO
  1082. attributes.
  1083. 2002-02-26 Duncan Mak <[email protected]>
  1084. * XmlCDataSection.cs: Initial implementation.
  1085. * NameTable.cs: Fixed the whole thing. Wrote a NUnit test to test
  1086. it out. This should (hopefully) be correct.
  1087. 2002-02-26 Jason Diamond <[email protected]>
  1088. * XmlTextReader.cs: Apparently Microsoft's implementation treats
  1089. namespace declarations as attributes so we do now, too.
  1090. * XmlNamespaceManager.cs: HasNamespace fixed so that it only
  1091. checks the current scope.
  1092. 2002-02-26 Duncan Mak <[email protected]>
  1093. * XmlDocumentType.cs: Added a few hacks here and there to
  1094. temporarily fix the "I broke the build issue".
  1095. 2002-02-25 Jason Diamond <[email protected]>
  1096. * XmlDocument.cs, XmlElement.cs, XmlNode.xs, XmlNodeList.cs,
  1097. XmlNodeListAsArrayList.cs: Multiple fixes necessary to get
  1098. simple test to pass. The existing code is really shitty so I'll
  1099. probably start writing tests and refactoring before much else
  1100. can get done.
  1101. 2002-02-25 Duncan Mak <[email protected]>
  1102. * NameTable.cs: Implemented.
  1103. * XmlDeclaration.cs: It should inherit from XmlLinkedNode, not XmlNode.
  1104. 2002-02-24 Duncan Mak <[email protected]>
  1105. * XmlNodeOrder.cs: Added to CVS.
  1106. * XmlQualifiedName.cs: Fixed a warning from Equals ().
  1107. * XmlTokenizedType.cs: Added to CVS.
  1108. * XmlUrlResolver.cs: Added to CVS with one TODO task.
  1109. 2002-02-23 Duncan Mak <[email protected]>
  1110. * XmlQualifiedName.cs: Fixed ToString () and added the operators
  1111. (== and !=).
  1112. 2002-02-23 Jason Diamond <[email protected]>
  1113. * XmlTextReader.cs: Added support for qualified attributes.
  1114. 2002-02-23 Jason Diamond <[email protected]>
  1115. * XmlNamespaceManager.cs: Initial implementation.
  1116. * XmlTextReader.cs: Added support for NamespaceURI property on
  1117. elements.
  1118. 2002-02-23 Nick Drochak <[email protected]>
  1119. * ChangeLog: Add the change log to this directory
  1120. * XmlQualifiedName.cs: Fixed compile errors so it would build. Still has
  1121. MonoTODO's