Page 1 of 1

XPath in AuthorOperation

Posted: Wed Jun 04, 2008 4:41 pm
by rparree
I am not sure if this is possible already, but can you evaluate xpath expressions on the AuthorDocument or any AuthorNode within a AuthorOperation?.

tx.,

Re: XPath in AuthorOperation

Posted: Wed Jun 04, 2008 5:24 pm
by sorin_ristache
Hello,

No, XPath expressions cannot be evaluated in an Author extension. We will consider allowing that in a future version of the Author editor.


Regards,
Sorin

Re: XPath in AuthorOperation

Posted: Wed Aug 19, 2009 4:53 pm
by sorin_ristache
Hello,

We added in version 10.1 in Author API two functions for evaluating XPath expressions in an AuthorOperation: authorAccess.getDocumentController().evaluateXPath() and authorAccess.getDocumentController().findNodesByXPath(). The API is available in Author SDK that you can find on the Developer page.


Regards,
Sorin