[Mono-bugs] [Bug 333806] New: XslTransform.Load does not validate the given xml
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 15 05:42:17 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=333806
Summary: XslTransform.Load does not validate the given xml
Product: Mono: Class Libraries
Version: 1.2
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: juraj at hotfeet.ch
QAContact: mono-bugs at ximian.com
Found By: ---
The attached test case throws an exception on MS.NET, but doesn't on Mono. On
Mono, an incorrect output is produced.
The problem is that MS.NET validates the given xsl-transform (and throws on the
unknown attribute "selected") but Mono doesn't (it just ignores the attribute).
Just run the testcase as follows:
mono XsltTransform.exe test.xsl input.xml
--
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