Re: [Mono-dev] PATCH: System.Xml.Linq DTD round-trip

2009-04-02 Thread Atsushi Eno
Yes, please go ahead. Thanks. Atsushi Eno Federico Di Gregorio wrote: > Currently the DTD SYSTEMID is not correctly set in the XDocumentType > object when parsing an XML file. This simple one-line patch fixes that. > Ok to commit? > > Index: class/System.Xml.Linq/System.Xml.Linq/XNode.cs > =

[Mono-dev] PATCH: System.Xml.Linq DTD round-trip

2009-04-02 Thread Federico Di Gregorio
Currently the DTD SYSTEMID is not correctly set in the XDocumentType object when parsing an XML file. This simple one-line patch fixes that. Ok to commit? Index: class/System.Xml.Linq/System.Xml.Linq/XNode.cs === --- class/System.Xml.