Hi All,
I am trying to import a text document into livelink by using an XML. Can you guys share a sample xml for importing the text document. I was able to import the folder by using the below xml and trying to create a similar xml for text document.
<import>
<node action='create' type='folder' >
<id>1</id >
<description clear='True' ></description >
<location>Enterprise:UK:London</location >
<modified>20110921194921</modified >
<title>Budget</title >
<created>20110921125630</created >
<createdby>Admin</createdby >
<acl group='XX' permissions='110000000' ></acl >
<acl group='YY' permissions='111011111' ></acl >
<acl basegroup='DefaultGroup' permissions='110000000' ></acl >
<acl baseowner='Admin' permissions='110000000' ></acl >
<acl action='remove' standard='world' ></acl >
</node>
</import>
I am trying to import a text document into livelink by using an XML. Can you guys share a sample xml for importing the text document. I was able to import the folder by using the below xml and trying to create a similar xml for text document.
<import>
<node action='create' type='folder' >
<id>1</id >
<description clear='True' ></description >
<location>Enterprise:UK:London</location >
<modified>20110921194921</modified >
<title>Budget</title >
<created>20110921125630</created >
<createdby>Admin</createdby >
<acl group='XX' permissions='110000000' ></acl >
<acl group='YY' permissions='111011111' ></acl >
<acl basegroup='DefaultGroup' permissions='110000000' ></acl >
<acl baseowner='Admin' permissions='110000000' ></acl >
<acl action='remove' standard='world' ></acl >
</node>
</import>