validateDTDvalidateDTD
Validate XML using DTDs
Home > Books > NetKernel API and Services Reference > Accessor Listing > XML Accessors > validateDTD

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


Module

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

The validateDTD 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:validateDTD

ArgumentRulesDescription
operandMandatory the resource to be validated
operatorMandatory the resource holding the DTD

Example Usage

DPML

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

NetKernel Foundation API

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

Purpose

The validateDTD accessor is used to validate the operand against an XML Document Type Definition document. validateDTD returns a canonical boolean document <b>t</b> true, or <b>f</b> false.

References

validateRNG
validateXSD

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