toRelaxNGtoRelaxNG
Creates a relaxNG schema that matches the structure of a document
Home > Books > NetKernel API and Services Reference > Accessor Listing > XML Accessors > toRelaxNG

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


Module

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

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

ArgumentRulesDescription
operandMandatory the resource to be generate a schema for
operatorOptional optianally specifiy a strict schema

Example Usage

DPML

<instr>
  <type>toRelaxNG</type>
  <operand>doc.xml</operand>
  <target>this:response</target>
</instr>

NetKernel Foundation API

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

Purpose

The toRelaxNG accessor generates a RelaxNG schema for the operand document.

By default the schema is loose and matches the tree structure of the source document. The optional <toRelaxNG><strict/></toRelaxNG> operator can be used to request a schema that strictly matches both tree structure and all attributes.

Operator Syntax

The toRelaxNG accessor will produce a strict schema if the strict element is set in the operator

<toRelaxNG>
  <strict />
</toRelaxNG>

Example

TBD

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