[Mono-bugs] [Bug 349375] Something fishy with stripping of spaces in XSLT processing

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 27 07:31:31 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=349375

User atsushi at ximian.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=349375#c7





--- Comment #7 from Atsushi Enomoto <atsushi at ximian.com>  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.


More information about the mono-bugs mailing list