Print xml with xsd

muduza

New Member
The below soapresponsexmldocument will print only xml but not xsd\[code\]Dim soapResponseXmlDocument = New XmlDocument()soapResponseXmlDocument.LoadXml(streamReader.ReadToEnd())TextBox1.Text = Server.HtmlDecode(soapResponseXmlDocument.InnerXml)\[/code\]How can I print with xsd
 
Back
Top