2003-05-27 Joshua Tauberer <tauberer@for.net>
authorJoshua Tauberer <joshua@mono-cvs.ximian.com>
Wed, 28 May 2003 00:23:51 +0000 (00:23 -0000)
committerJoshua Tauberer <joshua@mono-cvs.ximian.com>
Wed, 28 May 2003 00:23:51 +0000 (00:23 -0000)
commit54d44a9ba1bc7dffa06e7f3d06de1c25a39966b6
treee123171364f7b3ca825c684b4e424942b5050718
parent907d738c8b34307260de63e68ea8f8334ab16e47
2003-05-27  Joshua Tauberer <tauberer@for.net>

        * XslTransform.cs: Initial support for extension objects.
                Known issues:
                        Extension method signatures must match exactly to the
                        types of parameters that the method is called with from the stylesheet.
                        Node set parameters are converted to an ArrayList of strings.
        * makefule.gnu: Added -unsafe flag, required by the above stuff.
        * System.XML.build: Added /unsafe flag.  Hope this is the right place.

svn path=/trunk/mcs/; revision=14951
mcs/class/System.XML/ChangeLog
mcs/class/System.XML/System.XML.build
mcs/class/System.XML/System.Xml.Xsl/XslTransform.cs
mcs/class/System.XML/makefile.gnu