09-28-2009 11:19 AM
10-04-2009 01:01 AM
var node = search.findNode(nodeRef)
var content = node.content
var xml = new XML(content)
var valueOfSomeOtherElement = xml.rootElement.childElement.someOtherElement
Line 1 uses the Alfresco "search" API to find the node, given the string value of the NodeRef (eg. "workspace:/SpacesStore/d8470f03-b80a-11da-97b9-8d453af5a554").10-04-2009 01:01 AM
var node = search.findNode(nodeRef)
var content = node.content
var xml = new XML(content)
var valueOfSomeOtherElement = xml.rootElement.childElement.someOtherElement
Line 1 uses the Alfresco "search" API to find the node, given the string value of the NodeRef (eg. "workspace:/SpacesStore/d8470f03-b80a-11da-97b9-8d453af5a554").01-23-2017 08:24 AM
thanks is working.
10-08-2009 05:16 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.