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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to