[Mono-bugs] [Bug 58490][Nor] New - Bug in MONO Beta 1 XSLT Engine

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 14 May 2004 05:29:47 -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 davidandrewtaylor@hotmail.com.

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

--- shadow/58490	2004-05-14 05:29:47.000000000 -0400
+++ shadow/58490.tmp.3610	2004-05-14 05:29:47.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 58490
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: Sys.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: davidandrewtaylor@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Bug in MONO Beta 1 XSLT Engine
+
+Description of Problem:
+Trying transform an XML file (actually a WSDL file) against an XSLT which 
+works fine with MS.NET but not with MONO.
+See attached XML and XSLT files.
+
+Steps to reproduce the problem:
+1. Use MONO XSLT libraries to transform WSDL against XSTL
+
+Actual Results:
+System.Xml.XPath.XPathException: function urn:schemas-microsoft-
+com:xslt:node-set not found
+in <0x00167> System.Xml.XPath.ExprFunctionCall:Evaluate 
+(System.Xml.XPath.BaseIterator)
+in <0x00044> System.Xml.XPath.Expression:EvaluateNodeSet 
+(System.Xml.XPath.BaseIterator)
+in <0x00014> System.Xml.XPath.ExprSLASH2:Evaluate 
+(System.Xml.XPath.BaseIterator)
+in <0x00044> System.Xml.XPath.Expression:EvaluateNodeSet 
+(System.Xml.XPath.BaseIterator)
+in <0x00029> System.Xml.XPath.CompiledExpression:EvaluateNodeSet 
+(System.Xml.XPath.BaseIterator)
+
+Expected Results:
+It should work.
+
+How often does this happen? 
+All the time on MONO but works well on MS.NET