http://bugzilla.novell.com/show_bug.cgi?id=606163

http://bugzilla.novell.com/show_bug.cgi?id=606163#c0


           Summary: XslCompiledTransform doesn't support
                    Forwards-Compatible Processing
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Sys.XML
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: ---


Description:
http://www.w3.org/TR/xslt#forwards

"if the element has an attribute that XSLT 1.0 does not allow the element to
have or if the element has an optional attribute with a value that the XSLT 1.0
does not allow the attribute to have, then the attribute must be ignored."

Reproduction:
<xsl:stylesheet version="1.1"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

   <xsl:param name="foo" as="bar"/>

</xsl:stylesheet>

System.Xml.Xsl.XsltCompileException: Invalid attribute 'as' on element 'param'

-- 
Configure bugmail: http://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