[Mono-bugs] [Bug 606163] New: XslCompiledTransform doesn't support Forwards-Compatible Processing
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat May 15 01:26:17 EDT 2010
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: atsushi at ximian.com
ReportedBy: maxtoroq at gmail.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list