LiveCmdiMetadata extensions
The LiveCmdiMetadata
templating engine:
- Supports the
URLEncode="prefix"
node attribute generating a value by joining the given prefix (can be empty) with an URL-encoded value. This is applied as a very last value transformation (aftermatch
&replace
, value maps, etc.). - Allows to use
ComponentId
andasAttribute
on the same node. In such a case the value is taken as a text content of a given component evaluated in the current resource context. Then all transformations (match
&replace
, value maps, etc. are applied) and the final value is written into the attribute indicated by theasAttribute
.