Tools, FAQ, Tutorials:
Use < Sign in '@(...)' Expressions
How to enter < sign in '@(...)' expressions?
✍: FYIcenter.com
< signs can be entered in '@(...)' expressions directly.
For example, the following "set-variable" policy statement uses a "@(...)" expression that contains a < sign as the Boolean operator:
<set-variable name="isTrue" value="@(1 < 2)" />
From XML syntax point of view, the above XML element is actually not valid.
But Azure.com has no problem take the above XML statement.
It could be that Azure.com is processing the @(...) expression first, before processing the XML element.
⇒ Use & Sign in '@(...)' Expressions
2017-11-12, ∼4034🔥, 0💬
Popular Posts:
How to validate the id_token signature received from Azure AD v2.0 authentication response? You can ...
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
Tools, FAQ, Tutorials: JSON Validator JSON-XML Converter XML-JSON Converter JSON FAQ/Tutorials Pytho...
Why am I getting this "Docker failed to initialize" error? After installing the latest version of Do...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...