[Mono-bugs] [Bug 457614] New: XslCompiledTransform may produce invalid XML

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 9 09:16:49 EST 2008


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


           Summary: XslCompiledTransform may produce invalid XML
           Product: Mono: Class Libraries
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web.Services
        AssignedTo: atsushi at ximian.com
        ReportedBy: skolima at gmail.com
         QAContact: mono-bugs at lists.ximian.com
                CC: skolima at gmail.com
          Found By: ---


Created an attachment (id=258920)
 --> (https://bugzilla.novell.com/attachment.cgi?id=258920)
test case

Description of Problem:
Xsl transoformations used in CruiseControl.Net result in invalid XML (unclosed
tags) when performed on Mono.

Steps to reproduce the problem:
1. Compile attached program (gmcs or csc).
2. Run it (with tests.xsl present in working directory).


Actual Results:
Exception when trying to load produced XML.


Expected Results:
Load succeeds, application prints the XML to std out.


How often does this happen?
Always on Mono, never on MS.Net.


Additional Information:
The program saves the transformed XML as testoutput.xml. When run on MS.Net,
the <input> tag on line 69 is closed (<input some="attributes />), on Mono -
it's not.


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