可以从www.wrox.com上当的,我就是从那里得到的。

解决方案 »

  1.   

    这些是过时的方法:Obsolete. Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlReader.[Visual Basic] Overloads Public Function Transform(IXPathNavigable, XsltArgumentList) As XmlReader
    [C#] public XmlReader Transform(IXPathNavigable, XsltArgumentList);
    [C++] public: XmlReader* Transform(IXPathNavigable*, XsltArgumentList*);
    [JScript] public function Transform(IXPathNavigable, XsltArgumentList) : XmlReader;
    Obsolete. Transforms the XML data in the input file and outputs the result to an output file.[Visual Basic] Overloads Public Sub Transform(String, String)
    [C#] public void Transform(string, string);
    [C++] public: void Transform(String*, String*);
    [JScript] public function Transform(String, String);
    Obsolete. Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlReader.[Visual Basic] Overloads Public Function Transform(XPathNavigator, XsltArgumentList) As XmlReader
    [C#] public XmlReader Transform(XPathNavigator, XsltArgumentList);
    [C++] public: XmlReader* Transform(XPathNavigator*, XsltArgumentList*);
    [JScript] public function Transform(XPathNavigator, XsltArgumentList) : XmlReader;
    Obsolete. Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a Stream.[Visual Basic] Overloads Public Sub Transform(IXPathNavigable, XsltArgumentList, Stream)
    [C#] public void Transform(IXPathNavigable, XsltArgumentList, Stream);
    [C++] public: void Transform(IXPathNavigable*, XsltArgumentList*, Stream*);
    [JScript] public function Transform(IXPathNavigable, XsltArgumentList, Stream);
    Obsolete. Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a TextWriter.[Visual Basic] Overloads Public Sub Transform(IXPathNavigable, XsltArgumentList, TextWriter)
    [C#] public void Transform(IXPathNavigable, XsltArgumentList, TextWriter);
    [C++] public: void Transform(IXPathNavigable*, XsltArgumentList*, TextWriter*);
    [JScript] public function Transform(IXPathNavigable, XsltArgumentList, TextWriter);
    Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlReader.[Visual Basic] Overloads Public Function Transform(IXPathNavigable, XsltArgumentList, XmlResolver) As XmlReader
    [C#] public XmlReader Transform(IXPathNavigable, XsltArgumentList, XmlResolver);
    [C++] public: XmlReader* Transform(IXPathNavigable*, XsltArgumentList*, XmlResolver*);
    [JScript] public function Transform(IXPathNavigable, XsltArgumentList, XmlResolver) : XmlReader;
    Obsolete. Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlWriter.[Visual Basic] Overloads Public Sub Transform(IXPathNavigable, XsltArgumentList, XmlWriter)
    [C#] public void Transform(IXPathNavigable, XsltArgumentList, XmlWriter);
    [C++] public: void Transform(IXPathNavigable*, XsltArgumentList*, XmlWriter*);
    [JScript] public function Transform(IXPathNavigable, XsltArgumentList, XmlWriter);
    Transforms the XML data in the input file and outputs the result to an output file.[Visual Basic] Overloads Public Sub Transform(String, String, XmlResolver)
    [C#] public void Transform(string, string, XmlResolver);
    [C++] public: void Transform(String*, String*, XmlResolver*);
    [JScript] public function Transform(String, String, XmlResolver);
    Obsolete. Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a Stream.[Visual Basic] Overloads Public Sub Transform(XPathNavigator, XsltArgumentList, Stream)
    [C#] public void Transform(XPathNavigator, XsltArgumentList, Stream);
    [C++] public: void Transform(XPathNavigator*, XsltArgumentList*, Stream*);
    [JScript] public function Transform(XPathNavigator, XsltArgumentList, Stream);
    Obsolete. Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a TextWriter.[Visual Basic] Overloads Public Sub Transform(XPathNavigator, XsltArgumentList, TextWriter)
    [C#] public void Transform(XPathNavigator, XsltArgumentList, TextWriter);
    [C++] public: void Transform(XPathNavigator*, XsltArgumentList*, TextWriter*);
    [JScript] public function Transform(XPathNavigator, XsltArgumentList, TextWriter);
    Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlReader.[Visual Basic] Overloads Public Function Transform(XPathNavigator, XsltArgumentList, XmlResolver) As XmlReader
    [C#] public XmlReader Transform(XPathNavigator, XsltArgumentList, XmlResolver);
    [C++] public: XmlReader* Transform(XPathNavigator*, XsltArgumentList*, XmlResolver*);
    [JScript] public function Transform(XPathNavigator, XsltArgumentList, XmlResolver) : XmlReader;
    Obsolete. Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlWriter.[Visual Basic] Overloads Public Sub Transform(XPathNavigator, XsltArgumentList, XmlWriter)
      

  2.   

    这些是没有过时的,过时的意思就是现在已经不在支持了!你可以适当的修改你的方法为下面其中的一个就可以了!Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a Stream.[Visual Basic] Overloads Public Sub Transform(IXPathNavigable, XsltArgumentList, Stream, XmlResolver)
    [C#] public void Transform(IXPathNavigable, XsltArgumentList, Stream, XmlResolver);
    [C++] public: void Transform(IXPathNavigable*, XsltArgumentList*, Stream*, XmlResolver*);
    [JScript] public function Transform(IXPathNavigable, XsltArgumentList, Stream, XmlResolver);
    Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a TextWriter.[Visual Basic] Overloads Public Sub Transform(IXPathNavigable, XsltArgumentList, TextWriter, XmlResolver)
    [C#] public void Transform(IXPathNavigable, XsltArgumentList, TextWriter, XmlResolver);
    [C++] public: void Transform(IXPathNavigable*, XsltArgumentList*, TextWriter*, XmlResolver*);
    [JScript] public function Transform(IXPathNavigable, XsltArgumentList, TextWriter, XmlResolver);
    Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlWriter.[Visual Basic] Overloads Public Sub Transform(IXPathNavigable, XsltArgumentList, XmlWriter, XmlResolver)
    [C#] public void Transform(IXPathNavigable, XsltArgumentList, XmlWriter, XmlResolver);
    [C++] public: void Transform(IXPathNavigable*, XsltArgumentList*, XmlWriter*, XmlResolver*);
    [JScript] public function Transform(IXPathNavigable, XsltArgumentList, XmlWriter, XmlResolver);
    Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a Stream.[Visual Basic] Overloads Public Sub Transform(XPathNavigator, XsltArgumentList, Stream, XmlResolver)
    [C#] public void Transform(XPathNavigator, XsltArgumentList, Stream, XmlResolver);
    [C++] public: void Transform(XPathNavigator*, XsltArgumentList*, Stream*, XmlResolver*);
    [JScript] public function Transform(XPathNavigator, XsltArgumentList, Stream, XmlResolver);
    Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a TextWriter.[Visual Basic] Overloads Public Sub Transform(XPathNavigator, XsltArgumentList, TextWriter, XmlResolver)
    [C#] public void Transform(XPathNavigator, XsltArgumentList, TextWriter, XmlResolver);
    [C++] public: void Transform(XPathNavigator*, XsltArgumentList*, TextWriter*, XmlResolver*);
    [JScript] public function Transform(XPathNavigator, XsltArgumentList, TextWriter, XmlResolver);
    Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlWriter.[Visual Basic] Overloads Public Sub Transform(XPathNavigator, XsltArgumentList, XmlWriter, XmlResolver)
    [C#] public void Transform(XPathNavigator, XsltArgumentList, XmlWriter, XmlResolver);
      

  3.   

    谢谢楼上的!
    谁能给我提供一下,《asp.net Web站点高级编程》 一书的正确代码(运行于studio.net 2003中文版下)
    狂谢不已,狂谢不已!!!!!!!!!! 
    提供者,狂给分!不够,在加!!!