https://bugzilla.novell.com/show_bug.cgi?id=349375
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=349375#c7 --- Comment #7 from Atsushi Enomoto <[EMAIL PROTECTED]> 2007-12-27 05:31:30 MST --- Actually your analysis is very close to the right place :) Though, the input to XsltContext.PreserveWhitespace() should be a (pointer to) whitespace node as it is explained in MSDN: "The white space node that is to be preserved or stripped in the current context." There is actually another place to fix, in XslStylesheet.GetPreserveWhitespace() (System.XML/Mono.Xml.Xsl/XslStylesheet.cs line 232). I'll examine my fix, add test and check them in svn if they look good. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
