documentation for xd's

E

em

hi,
sometimes XPath-expressions contain expressions like
"xdExtension:function()" or "xdXDocument:GetDOM(...)". Where can one find
documentation about all these xd's to use them in IP ?
Thanks
em
 
B

Brian Teutsch [MSFT]

The "xd"s are actually a mirror of the object model api's themselves. So
there's xdApplication:method, xdXDocument:..., and
xdExtension:yourFunction() to let you get at functions in your code. I think
there's a way to get property values as well as method return values, but I
don't have that example on hand.

They aren't defined in detail as far as I know, so do you have a specific
question about them?
 
Top