Description
Short for Document Type Definition, DTD allows you to verify if an XML file corresponds to a certain structure or format.
Options
| Option | Description |
|---|---|
| Job entry name | The name of the job entry. Note : This name has to be unique in a single job. A job entry can be placed several times on the canvas, however it will be the same job entry. |
| XML File name | The name of the XML file to validate |
| DTD Intern | Check this if the DTD is contained in the XML file |
| DTD File name | If the DTD is not internal, specify the DTD file to validate with. |
<email>
<head>
<from>john@hotmail.com</from>
<to>ann@gmx.net</to>
<to>mark@yahoo.com</to>
<cc>mum@home.com</cc>
<cc>dad@home.com</cc>
<replyto>john@web.hk</replyto>
</head>
<body>
<subject>Visit</subject>
<text>I found some cheap flights for you.</text>
</body>
</email>