|
|
Home > Online Product Documentation > Table of Contents > Steps for Mapping XML to XML Steps for Mapping XML to XMLTo create an XSLT stylesheet using the XSLT mapper:
1. From the Stylus Studio menu bar, select
File >
New >
XSLT: Mapper.
Stylus Studio displays the XSLT editor with the Mapper tab selected.
2. Select one or more source documents and a target document.
3. In both the source and the target panes, click the root element and then press the asterisk key (
*) in the numeric key pad to expand the schema tree.
4. Map nodes in the source documents to nodes in the target document, define XSLT instructions and functions, and create named and matched templates using the mapper's graphical tools.
5. Check the
XSLT Source view from time to time. This allows you to confirm that the stylesheet is doing what you expect it to do (and it is also a good way to teach yourself XSLT). Changes you make directly to the source are reflected on the
Mapper tab, and vice versa.
Each of these steps is described in greater detail in the following sections. |
The Java Architecture for XML Binding (JAXB)
In this JAXB tutorial, we'll show you how easy it is to generate JAXB bindings!
Using DataDirect XML Converters
Learn how to use DataDirect XML Converters and the Stylus Studio Java Code Generator to deploy the XQuery applications you build in Stylus Studio to a live server environment.
An Introduction to XQuery Development
An Introduction to XQuery demonstrates how easy it is to use Stylus Studio's many tools for editing, testing and deploying XQuery applications. Learn how to write your first XQuery application in just minutes by watching this online tutorial.
DTD Generator
Stylus Studio's DTD Generator supports the automatic generation and association of both internal and external DTDs based on XML instance documents.