strings:Aposssed

Previous Next

Surrounds a value by single quotes.

Syntax

strings:Aposssed( value )

 

Example

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

The result value is:

'abcDEF'