| |
| |
This article describes how Perl can be used to transfer data between XML and relational databases, and how XML can bridge two disparate databases. MySQL is used as an example database.
|
|
|
| |
| |
XPointer, the XML Pointer Language, defines an addressing scheme for individual parts of an XML document. These addresses can be used by any application that needs to identify parts of or locations in an XML document. For instance, an XML editor could use an XPointer to identify the current position of the insertion point or the range of the selection. An XInclude processor can use an XPointer to determine what part of a document to include. And the URI in an XLink can include an XPointer fragment identifier that locates one particular element in the targeted document. XPointers use the 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.
|
|
|
| |
| |
XSL Formatting Objects (XSL-FO) are the second half of the Extensible Stylesheet Language (XSL). XSL-FO is an XML application that describes how pages will look when presented to a reader. A style sheet uses the XSL transformation language to transform an XML document in a semantic vocabulary into a new XML document that uses the XSL-FO presentational vocabulary. While one can hope that Web browsers will one day know how to directly display data marked up with XSL formatting objects, for now an additional step is necessary in which the output document is further transformed into some other format, such as Adobe's PDF.
|
|
|
| |
| |
The recent rush to adopt XML can be attributed in part to the hope that the static typing provided by DTDs (or more sophisticated mechanisms such as XML-Schema) will improve the robustness of data exchange and processing. However, although XML documents can be checked for conformance with DTDs, current XML processing languages offer no way of verifying that programs operating on XML structures will always produce conforming outputs.
|
|
|
| |
| |
This paper will cover the following topics: HTML vs. XHTML; XHTML modularization and XHTML Basic; well-formed XML documents; names and namespaces; global attributes and XLink; namespace URI and RDDL (XHTML Basic + XLink).
|
|
|
| |
| |
Provides a central location for everything that a developer needs to know about XML technologies (XML, XSLT, XLL, SVG and about 40 other categories). You will find examples with Source Code, Tutorials, Tools, Resources, Books, etc.
|
|
|
| |
| |
Studiowhiz.com asked well known Flash and XML guru 'Philter' to put together a great introduction to XML and Flash. This tutorial is one of the most popular on the net today for combining these two great technologies
|
|
|
| |
| |
XML Schema is one of the most important facets of Web Services. It is the ultimate type system; however it is also really arcane to learn a figure out how to leverage. Drill into what's important for you understand in order to get the most out of specification. Learn 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.
|
|
|
| |
| |
This paper addresses one of the challenges faced by the companies participating in the eCommerce revolution: architecting an eCommerce solution that allows you to communicate with your customers on today's devices, yet will adapt to the devices of the future. This paper proposes such an architecture, one that is built using eXtensible Markup Language (XML) technologies to provide an infrastructure that will protect your investment and ensure extensibility moving forward.
|
|
|
| |
| |
This session will introduce you to the basics of XML. Additionally, it will provide you with an introduction to building and consuming XML Web services.
|
|
|
| |
|