You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: functions/XML/xmlFindChild.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ shared: &shared
18
18
This is the 0-based index of the node you wish to find. For example, to find the 5th subnode with a particular name, you would use 4 as the index value. To find the first occurence, use 0.
19
19
returns:
20
20
description: |
21
-
Returns an [xmlnode](/xmlnode) if the node was found, false otherwise.
21
+
Returns an [xmlnode](/xmlnode) if the node was found, **false** otherwise.
0 commit comments