Skip to main content

DTD Validator

Description

DTD Validator checks XML source files or streams against a Document Type Definition (DTD) to verify that the content and structure comply with the defined rules. Use this process entry when your XML data must conform to a DTD-based specification — for example, validating legacy XML files that use DTD rather than XSD, or checking document structure before loading XML into a database. The validation result controls the process flow branching.

Configurations

Field NameDescription
Process entry nameSpecify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
XML File nameSpecify or browse for the XML file.
BrowseClick to browse the XML file.
DTD InternEnable checkbox for internal DTD if elements are declared within the XML files . Enabling the checkbox disables the DTD file name below.
DTD File nameSpecify or browse for the DTD file.
BrowseBrowse for the DTD file.