Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Getting Started with Oracle Data Integrator 11g: A Hands-On Tutorial

You're reading from  Getting Started with Oracle Data Integrator 11g: A Hands-On Tutorial

Product type Book
Published in May 2012
Publisher Packt
ISBN-13 9781849680684
Pages 384 pages
Edition 1st Edition
Languages

Table of Contents (21) Chapters

Getting Started with Oracle Data Integrator 11g: A Hands-On Tutorial
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Product Overview Product Installation Using Variables ODI Sources, Targets, and Knowledge Modules Working with Databases Working with MySQL Working with Microsoft SQL Server Integrating File Data Working with XML Files Creating Workflows—Packages and Load Plans Error Management Managing and Monitoring ODI Components Concluding Remarks
Index

Introduction to XML


XML files employ a format in which data is contained in a nested, hierarchical structure of tags which give context and meaning to the data contained between and within the tags. It has been described as similar to HTML because both in XML and in HTML the tags used can each have attributes, can surround data value elements (in HTML these are mostly text strings to be displayed), and can support deeper nesting of tag structures.

Where tags surround data or a deeper structure, they have opening tags balanced with closing tags, those nested inner tags always being closed before outer tags as in this snippet of HTML:

<b>This text will be displayed as bold <i>and this as bold italics</i></b>.

Where a tag has attributes, but doesn't surround any data or other elements, the opening and closing tags can be combined into one, with a closing "slash-bracket":

<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />

However, a big distinction...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}