示例#1
0
        static void Main(string[] args)
        {
            MyDOM.Root     document          = MyDOM.Root.CreateExampleDocument();
            MySoapResponse responseGenerator = new MySoapResponse(document);

            System.IO.File.WriteAllText(@"E:\temp\blabla.txt", responseGenerator.TransformText());
            System.Console.WriteLine("Done transforming!");
        }
示例#2
0
 internal MySoapResponse(MyDOM.Root document)
 {
     Document = document;
 }