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:
<set-variable name="name" value="@("John & Sons")" />
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 & in '@(...)' Expressions
2017-11-12, 2580🔥, 0💬
Popular Posts:
What is Azure API Management Developer Portal? Azure API Management Developer Portal is an Azure Web...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...
How to login to the Developer Portal internally by you as the publisher? Normally, the Developer Por...
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...
How To Read the Entire File into a Single String in PHP? If you have a file, and you want to read th...