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

Reply via email to