Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  508
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Sunday, May 11, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

Trusted by over 7 million customers!
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 > Schema
Search
DevASP

What's New
What's Hot

HOW TO: Use the MSXML 4.0 SOM in a Visual Basic Program to Locate Element Declarations in an XSD Schema with SAX Reader (Q312554)       
Total Hits: 291  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This step-by-step article describes how to program the Microsoft XML Schema Object Model (SOM) in a Visual Basic application to locate the schema declaration and to display the corresponding type information of a specified element....

Using W3C XML Schema       
Total Hits: 294  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The W3C XML Schema Definition Language is an XML language for describing and constraining the content of XML documents. W3C XML Schema is a W3C Recommendation. This article is an introduction to using W3C XML Schemas, and also includes a comprehensive reference to the Schema datatypes and structures....

XML Schema Mapping       
Total Hits: 207  |  Today: 0 Author: Stylus Studio®       Rating:  
Read Reviews | Write Review |              Your Rating: 

Stylus Studio® includes a visual XML Schema-to-XML Schema mapping tool that allows you to easily implement sophisticated XML data mappings involving multiple data sources and customized data processing using either XSLT or XQuery code. The process is simple — just load one or more target data sources (note that you can use any data source, for example, XML Schema(s), relational database(s), EDI files, flat files, etc.), visually create the mapping from your data source(s) to a desired output for...

Using XML Schemas With Adobe LiveCycle Designer       
Total Hits: 105  |  Today: 0 Author: Adobe Enterprise Developers       Rating:  
Read Reviews | Write Review |              Your Rating: 

This paper describes how to use XML Schema definitions, written in XML Schema Definition Language (XSDL), to create electronic forms with Adobe® LiveCycle™ Designer 7.0 software. Creating electronic forms using XML Schema definitions....

How to format dates, using a schema       
Total Hits: 213  |  Today: 0 Author: Emilio D'Angelo Yofre       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a fully functional download, where Emilio demonstrates how to use the formatDate function in XSL....

Schema Tricks and Techniques       
Total Hits: 194  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Schemas are significant not only in defining XML structures but also in providing data type capabilities to XML, adding a measure of object oriented programming support, and giving an infrastructure that can be used to support internationalization and personalization of presentation....

Schema Cache Does Not Validate the Minimum and Maximum Length of String Data Type (Q302419)       
Total Hits: 187  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When a maximum length or minimum length constraint is imposed on an XML document element with a data type of string, an attempt to validate the document using the schema cache may not validate the document properly when the specified elements constraints are exceeded....

PRB: "Schema Is Non-Deterministic" Error Message When You Add XSD to XMLSchemaCache Object (Q316297)       
Total Hits: 516  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you add an XML Schema Definition (XSD) to the Microsoft XML 4.0
XMLSchemaCache object, you may receive the following error message:
Run-time error ''-2147467259(80004005)'': Schema is non-deterministic

...

XML Code Generator: Generating Wrapper Classes from an XML Schema       
Total Hits: 505  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to take an XML schema, and generate a set of wrapper classes from it that allow you to manipulate an XML document via simple strongly typed objects. Thus removing the need for developers to get bogged down in the complexities of schemas or deal with the nuts and bolts of MSXML....

Choose a schema       
Total Hits: 323  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Mark investigates why someone should choose a schema vs a DTD...

W3C XML Schema       
Total Hits: 311  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

XML Schemas express shared vocabularies and allow machines to carry out rules made by people. They provide a means for defining the structure, content and semantics of XML documents. The XML Activity Statement explains the W3C''s work on this topic in more detail. XML Schema has recently (2000-10-24) been advanced to Candidate Recommendation status, see reference list for pointers....

W3C XML Schemas: Rules for Documents and Data       
Total Hits: 137  |  Today: 0 Author: Simon St.Laurent       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article is out of date and is provided for those still using older schemas. For information regarding the current XSD Schemas go here.

XML provides a syntactical foundation for creating labeled document structures in all kinds of styles and flavors. XML 1.0 came with a set of tools for describing those structures, Document Type Definitions (DTDs), but that set of tools both used its own syntax and didn't address the needs of data-centric fields into which XML quickly advanced. A n...

Designing Your Own XML Schema: Indicators       
Total Hits: 236  |  Today: 0 Author: Jagadish Chaterjee       Rating:  
Read Reviews | Write Review |              Your Rating: 

Indicators are specially used to control the occurrences of elements in different orders. Sometimes, we may want certain elements to occur only once, or certain elements may not be in a particular order, or certain elements may not be necessary at all (optional) and so on. We can handle these kinds of issues by using indicators....

Choosing schemas       
Total Hits: 202  |  Today: 0 Author: Mark Wilson       Rating:  
Read Reviews | Write Review |              Your Rating: 

Originally, SGML was the flavour of the month. SGML documents were structured using DTDs. With the advent of XML, the DTD had some good features and some bad features. Before we discuss the various types of schemas. While Schemas will definitely figure in your future projects, a consensus view is that the final proposal of the working group on Schemas will not look like the current implementation of Schemas within Microsoft IE5. For example, in August 1998 the Schema syntax changed substantia...

An enhancement of the Microsoft XML Class Generator       
Total Hits: 172  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Generate VB code starting from an XML schema file. The generated code (which compiles to an ActiveX DLL) will contain classes representing the XML objects defined in the schema and a method to read XML files complying to the schema....

Working with a Metaschema       
Total Hits: 277  |  Today: 0 Author: Will Provost       Rating:  
Read Reviews | Write Review |              Your Rating: 

W3C XML Schema isn't just for validation -- in this article Will
Provost demonstrates how adaptations of the schema for schemas
can be used to drive applications....

Msxml3.msm Has Incompatible Schema in ModuleComponents Table (Q322110)       
Total Hits: 338  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you use the MSXML 3.0 merge module to write an installation package, the MSXML 3.0 parser is not installed correctly.

...

Introduction to Schemas and Namespaces       
Total Hits: 360  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This manuscript is an abridged version of a chapter from the Wrox Press book Professional XML. It covers all you need to know about Namespaces and Schemas....

One-One, One-Many and Many-Many Relations in XML Schema       
Total Hits: 264  |  Today: 0 Author: Jagadish Chaterjee       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article is the second in a series that shows you how to implement relations for designing robust XML schema definitions. If you are new to XML Schema, I strongly suggest you go through my series “Designing your own XML Schema.” That series will introduce you to all the necessary concepts for designing XML schemas, even for beginners....

Tips for Designing a DTD - Part 1 of 4       
Total Hits: 307  |  Today: 1       Rating:  
Read Reviews | Write Review |              Your Rating: 

Because the DTD or schema is vital to the success of XML, this article provides guidelines for designing a DTD or schema. Even if you are not designing a DTD or schema, it is worthwhile to understand the rationale behind their design, since it is the structure of XML data that gives it meaning....


1  2  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com