Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Various syntax throughout the range of XAL expressions requires escaping for the syntax to be used as literals.

Method Parameters

In the syntax you use to specify method parameters in a declarative method call, you must escape the following:

  • In a string surrounded by double quotes:
    - To include a freestanding " (double quote), use \"  
    - To include a freestanding \ (backslash), use \\
  • In a string surrounded by single quotes.
    - To include a freestanding ' (single quote) use \'
    - To include a freestanding \ (backslash), use \\

Resolution Syntax 

In UI documents, you can specify placeholders for entire attributes or text nodes and then use method calls to resolve the placeholders with actual text.

...