Szukaj
Search results
- NetIQ Identity Manager: XPATH and the Four Contexts
-
... simple, once you understand a single concept: The default Current Context is the event node . I have tried in most every XPATH ...
Article - coolguys - 6 Sep 2012 - 8:58am - 0 comments - 0 attachments - 2 groups
- Walking through the IDM 4 Google Apps Driver - Part 9
-
... the string is therefore: concat(.,'#') which means the current context document, but treated as a string, with a # sign at the end ...
Article - geoffc - 22 May 2012 - 12:38pm - 1 comment - 0 attachments - 2 groups
- Walking through the IDM 4 Google Apps Driver - Part 8
-
... work either. But just getting the text() node of the current context is actually sufficient. This leads me to think that the ... you can see why text() is sufficient to get it. The current context is the <add-association> node, so you just want the text ...
Article - geoffc - 2 May 2012 - 1:19pm - 1 comment - 1 attachment - 2 groups
- Walking through the IDM 4 Google Apps Driver - Part 6
-
... That means the current context (period), find any (the //) node (the asterisk, (Asterix is ...
Article - geoffc - 11 Apr 2012 - 8:51am - 0 comments - 1 attachment - 2 groups
- Common Mistakes Newcomers to IDM Make - Part 10
-
... look more like modify-attr[@SomePredicate] since the current context is the current event, the <modify> node and your ...
Article - geoffc - 13 Mar 2012 - 2:32pm - 0 comments - 1 attachment - 2 groups
- Common Mistakes Newcomers to IDM Make - Part 9
-
... nodeset that is actually XML, you get a loop over the current context , which can be a smidgen fuzzy at times. However, you can ...
Article - geoffc - 2 Feb 2012 - 5:22pm - 0 comments - 1 attachment - 2 groups
- Common Mistakes Newcomers to IDM Make - Part 3
-
... confusion. I can dispel it with one sentence: The current context is the event node. What that means is that the ... to use, until I understand that magic sentence. The current context is the event node. In the left hand side, that shows the ...
Article - geoffc - 6 Oct 2011 - 3:34pm - 0 comments - 1 attachment - 2 groups
- Data Collection Service Driver Walkthrough - Part 6
-
... into the current document (the <add> node is the current context ) for the <add-attr> node whose attr-name is Object ...
Article - geoffc - 19 May 2011 - 11:10am - 0 comments - 1 attachment - 2 groups
- Managing multiple Active Directory domains in one IDM system - Part 6
-
... association. So by asking for the text() value of the current context (period) you get the association value. Then you can ask ...
Article - geoffc - 11 May 2011 - 1:57pm - 0 comments - 1 attachment - 3 groups
- Managing multiple Active Directory domains in one IDM system - Part 3
-
... get back one instance node, with many values, and the current context are the value nodes, (Because it is a destination attribute token instead of a Query token result, in which case the current context would be the <instance> node and thus our XPATH would ...
Article - geoffc - 13 Apr 2011 - 1:06pm - 2 comments - 1 attachment - 3 groups
