Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hello,
With the Arbortext Commands Language , how to create a new document (free-form xml) from an XML fragment. The XML fragment is copied from another file.
In the same way, how to do it using javascript or java?
Kind regards
David
Solved! Go to Solution.
Is the XML fragment a file entity created by Arbortext Editor, or another fragment type?
If you open the fragment in Arbortext Editor and use from the Command: line
edit -current -untagged
and then
1) Remove the fragment comment
2) Save the document
Does this meet your need?
If so, then it should not be too hard to script this in Java, Javascript or ACL.
Anyone have a suggestion for this issue?
Is the XML fragment a file entity created by Arbortext Editor, or another fragment type?
If you open the fragment in Arbortext Editor and use from the Command: line
edit -current -untagged
and then
1) Remove the fragment comment
2) Save the document
Does this meet your need?
If so, then it should not be too hard to script this in Java, Javascript or ACL.
Anyone have a suggestion for this issue?