Tools, FAQ, Tutorials:
Use '@(...)' Expressions in XML Attributes
When using "@(...)" expressions in XML attributes as part of an policy statement, do I need to worry about string quotations?
✍: FYIcenter.com
If you are using a "@(...)" expression in XML attributes as part of an policy statement,
and string literals are used in the "@(...)" expression, the syntax of
the final policy statement is confusing:
For example, the following "set-variable" policy statement uses a "@(...)" expression as part of an attribute value to set a new variable to be used later:
<set-variable name="message" value="@("Hello world!")" />
From XML syntax point of view, the above XML element is actually not valid. Because the XML attribute value can not have nested quotes.
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, ∼3472🔥, 0💬
Popular Posts:
FYIcenter JSON Validator and Formatter is an online tool that checks for syntax errors of JSON text ...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....
How To Convert a Character to an ASCII Value? If you want to convert characters to ASCII values, you...
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that serv...