Added by Matt Casters, last edited by Gustav Schaffter on Mar 02, 2009  (view change)

Labels:

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

Description

This job entry performs an XSD validation against data in a file or in an input field.
XSD is short for XML Schema Definition.  For more information, see here: http://en.wikipedia.org/wiki/XML_Schema_(W3C)

As such, there are 2 entities at work here:

  1. The XML you want to validate the layout for
  2. The XSD (Schema) file that describes what the XML file should look like.

See also the XSD Validator step.

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
XSD File name The name of the XSD file

I was wondering why this job entry doesn't allow for the xml filename input from a parents result stream.  I need to dynamically pass this job entry XML files from a parent job, for validation by a static XSD.  Is there an alternative job entry?

Comment: Posted by shaun lumley at Apr 15, 2010 21:52