ldapDSMLToLDIFldapDSMLToLDIF
Convert DSML to LDIF
Home > Books > NetKernel API and Services Reference > Accessor Listing > LDAP / DSML Accessors and Utilities > ldapDSMLToLDIF

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


Module

urn:org:ten60:netkernel:mod:ldap

The ldapDSMLToLDIF accessor is exported by the urn:org:ten60:netkernel:mod:ldap module. Import this module to gain access to the accessor.

Syntax

URI
active:ldapDSMLToLDIF

ArgumentRulesDescription
operandMandatory The DSML resource to be converted

Example Usage

DPML

<instr>
  <type>ldapDSMLToLDIF</type>
  <operand>address.xml</operand>
  <target>address.ldif</target>
</instr>

NetKernel Foundation API

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

Purpose

The ldapDSMLToLDIF accessor converts DSML markup to LDIF. DSML is directory (LDAP) data as XML.

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