Răsfoiți Sursa

bring XslCompiledTransform to MonoTouch

svn path=/trunk/mcs/; revision=145711
Jb Evain 16 ani în urmă
părinte
comite
258ad8200f

+ 5 - 0
mcs/class/System.XML/System.Xml.Xsl/ChangeLog

@@ -1,3 +1,8 @@
+2009-11-09  Jb Evain  <[email protected]>
+
+	* XslCompiledTransform.cs: ifdef the temporary files collection
+	for MonoTouch.
+
 2008-12-09  Atsushi Enomoto  <[email protected]>
 
 	* XslCompiledTransform.cs : Fixed bug #450797, patch by Jonathan

+ 2 - 2
mcs/class/System.XML/System.Xml.Xsl/XslCompiledTransform.cs

@@ -49,7 +49,7 @@ namespace System.Xml.Xsl
 		bool enable_debug;
 		object debugger;
 		CompiledStylesheet s;
-#if !TARGET_JVM
+#if !TARGET_JVM && !MONOTOUCH
 //		TempFileCollection temporary_files;
 #endif
 		XmlWriterSettings output_settings = new XmlWriterSettings ();
@@ -72,7 +72,7 @@ namespace System.Xml.Xsl
 			get { return output_settings; }
 		}
 
-#if !TARGET_JVM
+#if !TARGET_JVM && !MONOTOUCH
 		[MonoTODO]
 		public TempFileCollection TemporaryFiles {
 			get { return null; /*temporary_files;*/ }

+ 1 - 0
mcs/class/System.XML/monotouch_System.Xml.dll.sources

@@ -179,6 +179,7 @@ System.Xml.XPath/Tokenizer.cs
 System.Xml.Xsl/IXsltContextFunction.cs
 System.Xml.Xsl/IXsltContextVariable.cs
 System.Xml.Xsl/XslTransform.cs
+System.Xml.Xsl/XslCompiledTransform.cs
 System.Xml.Xsl/XsltArgumentList.cs
 System.Xml.Xsl/XsltCompileException.cs
 System.Xml.Xsl/XsltContext.cs