Skip to content

Commit c296476

Browse files
authored
Fix formatting
1 parent 9531e01 commit c296476

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4893,12 +4893,14 @@ And returns this result: `30`
48934893
For this example, both expressions find nodes that match the `<location></location>` node, in the specified arguments, which include XML with a namespace.
48944894

48954895
> [!NOTE]
4896-
> If you're working in code view, escape the double quotation mark (") by using the backslash character (\).
4896+
>
4897+
> If you're working in code view, escape the double quotation mark (") by using the backslash character (\\).
48974898
> If you're working in the expression editor, you don't need to escape the double quotation mark because the
48984899
> backslash character is added automatically, for example:
48994900
>
4900-
> Code view: `xpath(xml(body('Http')), '/*[name()=\"file\"]/*[name()=\"location\"]')`
4901-
> Expression editor: `xpath(xml(body('Http')), '/*[name()="file"]/*[name()="location"]')`
4901+
> * Code view: `xpath(xml(body('Http')), '/*[name()=\"file\"]/*[name()=\"location\"]')`
4902+
>
4903+
> * Expression editor: `xpath(xml(body('Http')), '/*[name()="file"]/*[name()="location"]')`
49024904
>
49034905
> The following examples apply to expressions that you enter in the expression editor.
49044906

0 commit comments

Comments
 (0)