XML Schema Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 67 articles & tutorials regarding "XML Schema".
- 31.) An Introduction to the Relaxer Schema Compiler
- by Michael Fitzgerald , Tomoharu ASAMI February 19, 2003 Relaxer is a Java schema compiler for the XML schema languages RELAX NG and Relax Core . Using the Document Object Model, among other APIs, Relaxer generates Java classes based on schemas. It can also create classes based on XML document instances. The classes that Relaxer generates provide methods that allow you to access instances that are valid with regard to the compiled schemas, for use in your own programs that rely on the...
Found at XML.com
- 32.) Build an Easy ASP.NET RSS Client in Two Minutes
- By Peter A. Bromberg, Ph.D. Printer - Friendly Version RSS is quickly becoming the content syndicator's XML Schema of choice. People are syndicating feeds of their site content, their Blogs, and even their pet's birthdays these days, it seems. We have one here: www.eggheadcafe.com/rss.xml in RSS 2.0 format, and you're welcome to use it. We update it typically once per week, and it contains the 5 most recent items from each of our site's categories (including the latest forum posts and...
Found at EggHeadCafe
- 33.) Modeling XML Vocabularies with UML: Part I
- by Dave Carlson August 22, 2001 A Russian translation of this article is available here . The arrival of the W3C's XML Schema specification has evoked a variety of responses from software developers, system integrators, XML document analysts, authors, and designers of B2B vocabularies. Some like the richer structure and semantics that can be expressed with these new schemas as compared to DTDs, while others complain about excessive complexity. Many find that the resulting schemas are...
Found at XML.com
- 34.) RelaxNGCC -- Bridging the Gap Between Schemas and Programs
- by Daisuke Okajima May 08, 2002 There are several schema languages available for use in XML applications, including W3C XML Schema , Schematron , RELAX Core , and RELAX NG . The primary reason schema languages exist is validation, a process to determine whether an XML instance meets the constraints imposed by a schema. Although many people only use schemas to validate XML, the capabilities of a schema can exceed validation. In this article, we examine the effectiveness of schemas and...
Found at XML.com
- 35.) Designing a New Schema with XML Design Patterns
- by Kyle Downey June 04, 2003 Introduction In " Architectural Design Patterns for XML Documents " I proposed a catalog of XML schema-design patterns. In keeping with the idea behind design patterns, they were culled from schemas in common use today, but it's still good to take them for a spin and apply them to a real project. In this article I'll do just that. The project in question is the design of an XML-based type library format. If you've had exposure to Microsoft COM or Mozilla's...
Found at XML.com
- 36.) Combining RELAX NG and Schematron
- by Eddie Robertsson February 11, 2004 Embedding Schematron Rules in RELAX NG This article explains how to integrate two powerful XML schema languages, RELAX NG and Schematron. Embedding Schematron rules in RELAX NG is very simple because a RELAX NG validator ignores all elements not in the RELAX NG namespace ( http://relaxng.org/ns/structure/1.0 ). This means that Schematron rules can be embedded in any element and on any level in a RELAX NG schema. Here is a very simple RELAX NG schema...
Found at XML.com
More articles & tutorials (Index of all articles & tutorials)
|
|