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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 18 06:03:02 EST 2007


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

User tlillqvist at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=349375#c3





--- Comment #3 from Tor Lillqvist <tlillqvist at novell.com>  2007-12-18 04:03:02 MST ---
Just a random shot in the dark: Could it be so simple that the
XslCompiledTransform.Transform() methods need to construct the XPathDocuments
passing an XmlSpace parameter with value XmlSpace.Preserve? Otherwise
whitespace nodes are filtered out (in DTMXPathDocumentBuilder2.Read()) early,
so the XSLT code that should decide whether they should be kept or not based on
xsl:strip-space and/or xsl:preserve-space presumably never sees them, or
something?


-- 
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