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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 17 16:36:50 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#c1





--- Comment #1 from Tor Lillqvist <tlillqvist at novell.com>  2007-12-17 14:36:50 MST ---
Created an attachment (id=187954)
 --> (https://bugzilla.novell.com/attachment.cgi?id=187954)
Test case

Eh, I mean "fishy", not "fish" ;)

Result on .NET and Mono:

> csc m5.cs
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

> ./m5 |xmllint --format -
<?xml version="1.0" encoding="IBM437"?>
<x>
  <y>
    <t yes-one-node="">1</t>
    <t yes-one-node=""> </t>
  </y>
</x>
> mono m5.exe |xmllint --format -
<?xml version="1.0" encoding="IBM437"?>
<x>
  <y>
    <t yes-one-node="">1</t>
    <t not-node=""/>
  </y>
</x>
>


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