[Mono-bugs] [Bug 351939] New: Handling of xsl key declarations with duplicated names is different from . NET

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jan 6 19:49:15 EST 2008


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


           Summary: Handling of xsl key declarations with duplicated names
                    is different from .NET
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.XML
        AssignedTo: atsushi at ximian.com
        ReportedBy: tlillqvist at novell.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


Run the attached program using .NET vs Mono:

> ./m6.exe
<?xml version="1.0"
encoding="IBM437"?><x><foo>1</foo><bar>2</bar><baz>3</baz><tem>4</tem></x>
> mono m6.exe
<?xml version="1.0"
encoding="IBM437"?><x><foo>2</foo><bar>4</bar><baz></baz><tem></tem></x>
>

Apparently Mono uses only the last declaration of a xsl:key for a name.


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