Understanding and Using Tagsets for the XML Engine

Creating Customized Tagsets

In addition to using the tagsets provided by SAS, you can modify the SAS tagsets, and you can create your own tagsets. To create a tagset, use the TEMPLATE procedure in order to define the tagset definition. For information about creating customized tagsets, see PROC TEMPLATE in the SAS Output Delivery System User's Guide.

For an example, see Defining and Using a Customized Tagset to Use Labels in Node Names.

CAUTION:
Use customized tagsets with caution.

If you are unfamiliar with XML output, do not specify different tagsets. If you alter the tagset when exporting an XML document and then attempt to import the XML document generated by that altered tagset, the XML engine might not be able to translate the XML markup back to SAS proprietary format.   [cautionend]

space
Previous Page | Next Page | Top of Page