xrl exportxrl export
XRL Mapper Export Accessor accessor guide
Home > Books > NetKernel API and Services Reference > Accessor Listing > XRL > xrl export

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


Module

urn:org:ten60:netkernel:ext:xrl

The mapper-export accessor is exported by the urn:org:ten60:netkernel:ext:xrl module. Import this module to gain access to the accessor.

Syntax

URI
active:mapper-export

ArgumentRulesDescription
operatorMandatory the base uri to export the content to
operandMandatory the links document

Example Usage

DPML

<instr>
  <type>mapper-export</type>
  <operand>links.xml</operand>
  <operator>file:/tmp/mysite/</operator>
  <target>this:response</target>
</instr>

NetKernel Foundation API

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

Purpose

The mapper-export accessor is used to export a static snapshot of a site map contained in a links document to a location defined by a URI.

For more details of XRL runtime see the guide.

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