My Problem is that I can't write the src-dn of an result of a query in a
local variable. I want to solve this Problem with a Policy configuring
some rules. How can I get the value of the src-dn which is delievered by
the instance in the reult of the query. I don't want to use an XSLT-
Stylesheet. Thanks for your Help
Father Ramon
The Patron(izing) Saint of DirXML
The easiest way I know of to get the DN based on the Association is to
use the XPATH token and call the query processor directly. You will need
to make sure the query namespace is defined and then use the following
XPATH expression:
query:readObject($destQueryProcessor, string(association), "",
@class-name, "")/@src-dn
"Father Ramon" <devf...@novell.com> wrote in message
news:9SlZc.4129$ML2...@prv-forum2.provo.novell.com...
> The input transformation is absolutely the wrong place to do this - I
> would recommend moving the logic to the publisher command transformation
Question: Is there documentation that explains what each policy should or
should not do? Where logic should be placed and why? Best practices for
where to implement specific queries? Why would I do something in the
Output command Transformations of a subscriber rather than on the Input
command transformations of a publisher?
Thanks,
Rob.
Father Ramon
The Patron(izing) Saint of DirXML
https://secure-www.novell.com/brainshare/portal/published/TUT266/TUT266.ppt
I don't know why the fairly simple information about what each policy is
supposed to do hasn't made it into the documentation.
--
Father Ramon
The Patron(izing) Saint of DirXML