validateXSDvalidateXSD
Validate XML using XML Schema
Home > Books > NetKernel API and Services Reference > Accessor Listing > XML Accessors > validateXSD

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:ext:xml:ura

The validateXSD accessor is exported by the urn:org:ten60:netkernel:ext:xml:ura module. Import this module to gain access to the accessor.

Syntax

URI
active:validateXSD

ArgumentRulesDescription
operandMandatory the resource to be validated
operatorMandatory the resource holding the XSD schema

Example Usage

DPML

<instr>
  <type>validateXSD</type>
  <operand>foo.xml</operand>
  <operator>bar.xsd</operator>
  <target>this:response</target>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:validateXSD");
req.addArgument("operand", [resource representation, aspect, or URI] );
req.addArgument("operator", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);

Purpose

The validateXSD accessor is used to validate the operand against an XML schema operator document. A document can be validated several times in a processing pipeline and against different or even dynamically generated schema. Validation can be the basis for pipeline branches.

validateXSD returns a canonical boolean document <b>t</b> true, or <b>f</b> false.

References

validateRNG

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.