> DNU home > online course > DirXML Driver Development
April 2001
DeveloperNet University Course

 
1 <nds dtdversion="1.0" ndsverion="8.5">
2     <source>
3         <product asnlid="2 16 840 1 11379 1 x" version="1.0">DirXML</product>
4         <contact>Novell, Inc.</contact>
      </source>
6     <input>
7         <add class-name="User" src-dn="0199">
8             <association>0199</association>
9             <add-attr attr-name="firstName">
10                <value type="string">John</value>
              </add-attr>
11            <add-attr attr-name="lastName">
12                <value type="string">Smith</value>
              </add-attr>
13            <add-attr attr-name="phone">
14                <value type="telenumber">555-555-1234</value>
              </add-attr>
          </add>
      </input>
  </nds>
 
 



Previous Contents Next
download sample file