String literals

Previous Next

 

 

 

String literal is a USoft Blend datatype for simple single-word, name-like strings that serve to identify objects.

In the XML model, string literals occur in a number of different contexts, notably as a text node surrounded by the start tag and end tag of an XML element, and as a simple attribute value. Because of the USoft XML format that USoft Blend often processes, in which data corresponding to database records is placed in attribute values, asimple attribute values tend to be the most relevant context for string literals processed by USoft Blend.

A string literal is a sequence made up of ASCII alphabetic characters (A-Z, a-z), hyphens ( - ), underscores ( _ ) and full stops ( . ) but not whitespace and not colons. Digits (0-9) are also allowed but not as the first character.

Examples of valid string literals include:

myalias

MyAlias

MyAlias_4

Examples of INVALID string literals include:

^variable

(variable)

my variable

4_Alias

pc:if

 

 

See also

Guide to expressions and data types

          Literal expressions

                 Dates

                 string literals

          Path expressions

          XML expressions

          XPath expressions

                  Booleans

                  Strings

                  Numbers

                  Function calls

                 Variable references

                 Implicit XPath datatype conversion

                 Evaluated expressions vs. literals

          SQL expressions