検索
Search results
- XPATH and the context node
-
... where are we starting from, also known as: What is the current context node. What illustrated this for me was using the XPATH ... That is, select the value of the XML attribute of the current context node, called src-dn. The part is so important is the "of the ...
Article - geoffc - 1 Apr 2011 - 4:25pm - 0 comments - 2 attachments - @group個のグループ
- Another attempt at explaining the XPATH Context Node
-
... node ) the most important thing is to know where you current context node is. What came up in discussion with the client was ... or context. Usually you can type CD or CX to see your current context (in Windows anyway. "cd" on Unix like shells, often takes you ...
Article - geoffc - 13 Mar 2009 - 1:56pm - 0 comments - 1 attachment - @group個のグループ
- 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 - @group個のグループ
- 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 - @group個のグループ
- 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 - @group個のグループ
- 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 - @group個のグループ
- 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 - @group個のグループ
- Examples of using XPATH in Identity Manager
-
... know about XPATH in Identity Manager is the what the current context is currently set too. When you look at web based examples ... it generically can be handled. However, IDM starts its current context for XPATH at the event or operation node. That is the ...
Article - geoffc - 1 Apr 2011 - 2:52pm - 0 comments - 1 attachment - @group個のグループ
- Providing Additional Contexts for GroupWise Messenger
-
... trying to do an add contact, we can only search the current context of the user, and that is it. We would like to be able to ...
Article - coolguys - 11 Jan 2008 - 9:12pm - 1 comment - 0 attachments - @group個のグループ
- 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 - @group個のグループ
