Skip to content

LiveCmdiMetadata extensions

Compare
Choose a tag to compare
@zozlak zozlak released this 18 Apr 15:43
· 51 commits to master since this release

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 (after match&replace, value maps, etc.).
  • Allows to use ComponentId and asAttribute 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 the asAttribute.