Hi all,
I try to create a XML output with LAPI and the function XMLExport() in JAVA.
public int XMLExport
(
int nodeID, // 145234
LLValue options, // ???
String filePath // c:\temp\out.xml
)
Parameter:
options a value object of type Assoc, initialized using the Value API, that may contain the following:
scope, attributeInfo, nodeInfo, versionInfo, content, styleSheet, styleSheetType, transform, followAliases
Does anybody have an example in JAVA, how I have to fill the parameter: LLValue options?
Thanks and regards
Christian