[Mono-devel-list] Monodoc bug Redux

Hector E. Gomez Morales hgomez_36 at flashmail.com
Sat Mar 8 22:18:12 EST 2003


Ok this is patch is more adecuate: This patch doesn't brake the build of
mono and mcs. It passes the tests. The problem is in the implementation
of the elementStack it all is well when ckecking well-formedness of the
xml documents but when validating the elementstacks (like p, a, class,
etc) fall to 0 reguraly. The purpose of XmlTextReader (from MS): Because
the XmlTextReader does not perform the extra checks required for data
validation, it provides a fast well-formedness parser.
So we don't care about validating in Reader, so the elementStacks from
xsl (a, p , class ,etc) doesn't need to be checked in the error if.

Really need suggestions or confirmation thanks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: XmlTextReader.diff
Type: text/x-patch
Size: 834 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030308/22bf6733/attachment.bin 


More information about the Mono-devel-list mailing list