SAS Institute. The Power to Know

SAS(R) 9.2 XML LIBNAME Engine: User's Guide

space
Previous Page | Next Page

Getting Started with the XML Engine

What Does the XML Engine Do?

The XML engine processes an XML document. The engine can:

  • export (write to an output location) an XML document from a SAS data set of type DATA by translating the SAS proprietary file format to XML markup. The output XML document can then be:

    • used by a product that processes XML documents.

    • moved to another host for the XML engine to process by translating the XML markup back to a SAS data set.

  • import (read from an input location) an external XML document. The input XML document is translated to a SAS data set.

space
Previous Page | Next Page | Top of Page