strings:Quoted

Previous Next

Surrounds a value by double quotes.

Syntax

strings:Quoted( value )

 

Example

select uscsxsl.blend(
  '<Example xmlns:pc="Processing.Command" pc:hideme="true">
     <pc:assign-default val = "abcDEF"/>
     <pc:value-of select="strings:Quoted($val)"/>
   </Example>'
)

The result value is:

"abcDEF"