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

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


Module

urn:org:ten60:netkernel:mod:ldap

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

Syntax

URI
active:ldapLDIFToDSML

ArgumentRulesDescription
operandMandatory The LDIF resource to be converted

Example Usage

DPML

<instr>
  <type>ldapLDIFToDSML</type>
  <operand>address.ldif</operand>
  <target>address.dsml</target>
</instr>

NetKernel Foundation API

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

Purpose

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

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