https://bugzilla.novell.com/show_bug.cgi?id=349375
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=349375#c3 --- Comment #3 from Tor Lillqvist <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
