|
Home > Online Product Documentation > Table of Contents > Using Adapters in Stylus Studio Using Adapters in Stylus Studio
You can use adapters to open any file as XML anywhere in Stylus Studio. For example, you might want to use a text file (
You can also use the Stylus Studio Java API to invoke an adapter programmatically to convert any file using the adapter you specify. See Invoking an Adapter Programmatically for more information on this topic. This section covers the following topics: |
DOM - The Document Object Model
The Document Object Model (DOM) is a cross-platform interface for parsing and manipulating XML. Learn how Stylus Studio supports DOM in our XML Pipeline and other XML parsing tools.
Industry DTD Standards Support (OASIS)
Stylus Studio provides integrated support OASIS catalogs, including thousands of industry-standard DTDs like DocBook, FIXML, and more!
Using DTD in Java Applications
Learn how to validate XML documents using industry-standard DTD's from within your Java applications using Java DTD components including Apache Xerces and XSV.
Text File to XML
Stylus Studio provides several easy-to-use document wizards that allow you to quickly convert text files to XML. Create XML from text and EDI, create XML Schema from EDIFACT, and more!


