Contact Us 1-800-596-4880

Dtd (dw::xml::Dtd)

This module contains helper functions for working with XML doctype declarations.

To use this module, you must import it to your DataWeave code, for example, by adding the line import * from dw::xml::Dtd to the header of your DataWeave script.

Introduced in DataWeave version 2.5.0.

Functions

Name Description

docTypeAsString

Transforms a DocType value to a string representation.

Types