hi all
i d like to fetch an xml node with javascript XQ_getXPath
Actually the function XQ_getXPath needs java.lang.String
xpathExpression, int msgPartIndex,
java.lang.String namespaceString,
but i don't know msgPartIndex but the conteId and of course i have no namenspace.
Any idea?
You need to walk the parts to get the index of the one that matches your ContentID.
NOTE: The namespace parameter is necessary if you have namespaces in your XPath. For example:
//ns:customer/ns:address
where
ns=urn:/progress.com/common/model