dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] Patch for XmlTextWriter.cs


From: Heiko.Weiss
Subject: [Pnet-developers] Patch for XmlTextWriter.cs
Date: Fri, 20 Oct 2006 11:42:44 +0200

Hi all,

Please verify my patch.
If U confirm that it is ok, I'll commit it.

How to test:
Create the below Xml file, load it with XmlDocument.Load() and do a Console.WriteLine( doc.OuterXml ).
Without my patch the "soap:" prefix is missing in soap:Body.
The prefix has to be written always. Ok?

Cheers
        Heiko


# <?xml version="1.0" encoding="utf-8"?>
#
# <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" >
#      
#       <soap:Body>
#               body needs the saop namespace
#       </soap:Body>
#      
#       <Test>
#               test must not show the saop namespace
#       </Test>
#      
# </soap:Envelope>
 



<<brubbel-061020.patch>>

Attachment: brubbel-061020.patch
Description: brubbel-061020.patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]