Added by Matt Casters, last edited by Matt Casters on Sep 03, 2008

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

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>

Comment: Posted by Anonymous at Oct 07, 2008 09:39