Skip to content

Commit c5eb592

Browse files
authored
Clarity edits
1 parent 7448b2b commit c5eb592

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4894,7 +4894,8 @@ For this example, both expressions find nodes that match the `<location></locati
48944894

48954895
> ![NOTE]
48964896
> If you're working in code view, escape the double quotation mark (") by using the backslash character (\).
4897-
> If you're working in the expression editor, you don't need to escape the double quotation mark. For example:
4897+
> If you're working in the expression editor, you don't need to escape the double quotation mark because the
4898+
> backslash character is added automatically, for example:
48984899
>
48994900
> Code view: `xpath(xml(body('Http')), '/*[name()=\"file\"]/*[name()=\"location\"]')`
49004901
> Expression editor: `xpath(xml(body('Http')), '/*[name()="file"]/*[name()="location"]')`

0 commit comments

Comments
 (0)