Structure of Resulting XML Documents

By default, converting a text file results in an XML document with the following format:

<document>
               

              
<row>
                   
<value1>value</value1> 
                   
<value2>value</value2> 
                   
<value3>value</value3> 
                   
... 
                   
</row> 
                   
<row> 
                   
<value1>value</value1> 
                   
<value2>value</value2> 
                   
<value3>value</value3> 
                   
... 
                   
</row> 
                   
<row> 
                   
<value1>value</value1> 
                   
<value2>value</value2> 
                   
<value3>value</value3> 
                   
... 
                   
</row> 
                   
. . . 
                   

                
</document>

The document wizard replaces value with the actual value that is in the imported file. If you want, you can specify that you want the document wizard to map the values to attributes of the row elements. The output would look like this:

<document>
               

              
<row value1="value" value2="value" value3="value"</row> 
                   
<row value1="value" value2="value" value3="value"</row> 
                   
<row value1="value" value2="value" value3="value"</row> 
                   
. . . 
                   

                
</document>

Getting EDI to XML and back to EDI Again: Round Trip Engineering using Stylus Studio URL Adapters

A free online video demonstration shows how to use Stylus Studio's Adapter URL technologies to convert EDI to XML and back again. Convert, validate, view and edit EDIFACT data directly in Stylus Studio.

Berkeley DB XML and Stylus Studio

Develop XML applications for Berkeley DBXML with Stylus Studio integrated tools support for SleepyCat Software's DBXML. Open, Query and Save XML to and from Berkeley DB XML directly from within the Stylus Studio XML IDE.

FLWOR - An Introduction to the XQuery FLWOR Expression

An XQuery FLWOR Tutorial, covering an introduction to the main constructs of the XQuery FLWOR expression, including: For, Let, Where, Order By, and Return. Written by the W3C's Dr. Michael Kay.

Using OASIS XML Catalogs in Stylus Studio

Learn about Stylus Studio's XML catalog support and how to work with XML catalogs in your Stylus Studio XML projects.

Stylus Most Wanted

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.