Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Friday, May 24, 2013
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > XML > XSD
Search
DevASP

What's New
What's Hot

Xsd.exe Workarounds for Complex SOAP Documents       
Total Hits: 849  |  Today: 0 Author: Roger Jennings       Rating:  
Read Reviews | Write Review |              Your Rating: 

Validating XML SOAP request and response documents against XSD schemas leads to greater Web service security with only a modest effect on client performance. Microsoft's Xsd.exe is a versatile tool for generating XML schema from sample XML files. Apply this article's Heimlich maneuvers when Xsd.exe chokes on large, complex XML SOAP response documents. Test-drive the ASP.NET version of the article's downloadable Visual Basic .NET Windows form project at http://www.oakleaf.ws/xsdgen/....

HOW TO: Write an XSD Schema from a Database by Using a DataSet (Q317940)       
Total Hits: 2136  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Use this step-by-step guide to write an XSD schema from a database. This article focuses on the following two scenarios: How to write an XSD schema from a DataSet object with one table where all columns are not required in the resulting XSD schema. How to write an XSD schema from a DataSet object with multiple datatables where all tables are not required in the resulting XSD schema....

XSD Schema Generator       
Total Hits: 1970  |  Today: 0 Author: Dan Wahlin       Rating:  
Read Reviews | Write Review |              Your Rating: 

The XSD Schema Generator takes XML data as input and generates a W3C XSD Schema....

Validate SOAP Messages with XSD Schema   Version: 1.0         
Total Hits: 883  |  Today: 0 Author: Roger Jennings       Rating:  
Read Reviews | Write Review |              Your Rating: 

Learn how to use the XmlValidatingReader class to validate document/literal .NET XML Web services request and response messages. The downloadable sample ASP.NET Web service consumer project connects to the ReportsWS crosstab Web service at http://www.oakleaf.ws/ReportsWS/ReportsWS.asmx. The ASP.NET consuming client is live at http://www.oakleaf.ws/CTSchema/....

How to validate an XML file with an XSD file       
Total Hits: 1425  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Utlimately I want to be able to parse an xml STRING with an xsd STRING but this is the best I could do: parsing an xml FILE with an xsd FILE. I basically reworked a console application example in the MSDN help file into a nicer looking ASP.NET Web form example. It tells you if your file is not well-formed and then if it is not valid it lists out the specific reason (like in XMLSpy), quite helpful to find an error in a large XML file as it returns the line number on which the error occurred as we...


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com