This paper will cover the
XML Schema is one of the most
Learn how to create an XML
This tutorial describes:
following topics: HTML vs.
important facets of Web
document from scratch and
Simple XML Elements with
XHTML; XHTML modularization
Services. It is the ultimate
find out why XML is becoming
Pre-defined Data Types
and XHTML Basic; well-formed
type system; however it is
so important. Topics covered
Simple XML Elements with
XML documents; names and
also really arcane to learn
include: popular XML
Extended Data Types Complex
namespaces; global
a figure out how to
editors, basic XML syntax,
XML Elements Simple Content
attributes and XLink;
leverage. Drill into what's
how to properly nest your
XML Elements Empty XML
namespace URI and RDDL
important for you understand
XML tags, and much more.
Elements Anomymous Data
(XHTML Basic + XLink).
in order to get the most out
Types Sample XSD File -
of specification. Learn
dictionary.xsd
about schema creation best
practices, where to start
and what tools to use,
versioning, serialization
and validation of messages.
Walk away with a clear
understanding on how and why
to use XML Schema, .NET
Framework support and how
schema drives WSDL and Web
Service message parsing.
Date: Jan, 24 2005 Date: Jan, 25 2004 Date: Aug, 02 2006 Date: Aug, 14 2006 |
Provides a central location
XPointer, the XML Pointer
XSL Formatting Objects
In this 28 page tutorial, you
for everything that a
Language, defines an
(XSL-FO) are the second half
will go from not knowing
developer needs to know
addressing scheme for
of the Extensible Stylesheet
much about XML/XSL/XPATH to
about XML technologies (XML,
individual parts of an XML
Language (XSL). XSL-FO is an
finishing with a working
XSLT, XLL, SVG and about 40
document. These addresses
XML application that
knowledge of XSLT and XPATH.
other categories). You will
can be used by any
describes how pages will
find examples with Source
application that needs to
look when presented to a
Code, Tutorials, Tools,
identify parts of or
reader. A style sheet uses
Resources, Books, etc.
locations in an XML
the XSL transformation
document. For instance, an
language to transform an XML
XML editor could use an
document in a semantic
XPointer to identify the
vocabulary into a new XML
current position of the
document that uses the
insertion point or the range
XSL-FO presentational
of the selection. An
vocabulary. While one can
XInclude processor can use
hope that Web browsers will
an XPointer to determine
one day know how to directly
what part of a document to
display data marked up with
include. And the URI in an
XSL formatting objects, for
XLink can include an
now an additional step is
XPointer fragment identifier
necessary in which the
that locates one particular
output document is further
element in the targeted
transformed into some other
document. XPointers use the
format, such as Adobe's PDF.
same XPath syntax that
you're familiar with from
XSL transformations to
identify the parts of the
document they point to,
along with a few additional
pieces.
Date: Oct, 26 2004 Date: Jul, 08 2005 Date: Jul, 05 2005 Date: Dec, 25 2000 |