[Mono-bugs] [Bug 66008][Wis] New - XslTransform with output method="text" outputs xml header

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 15 Sep 2004 12:26:11 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by niel@bornstein.atlanta.ga.us.

http://bugzilla.ximian.com/show_bug.cgi?id=66008

--- shadow/66008	2004-09-15 12:26:11.000000000 -0400
+++ shadow/66008.tmp.17320	2004-09-15 12:26:11.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 66008
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: niel@bornstein.atlanta.ga.us               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XslTransform  with output method="text" outputs xml header
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Compile the attached test program, Transform.cs (or use your favorite
+XsltTransform harness)
+2. Run mono Transform.exe StockQuote.xsl StockQuote.xml StockQuote.txt
+3. View the created StockQuote.txt
+
+Actual Results:
+<?xml version="1.0" encoding="utf-8"?>
+Ticker Symbol: 
+Name: 
+Last Trade: US$
+
+Expected Results:
+Ticker Symbol: 
+Name: 
+Last Trade: US$
+
+How often does this happen? 
+Always in 1.0.1.
+
+Additional Information:
+Was fixed in an earlier beta release without a bug report.