Skip to content

LiveCmdiMetadata extensions

Compare
Choose a tag to compare
@zozlak zozlak released this 09 Jul 09:56
· 83 commits to master since this release

LiveCmdiMetadata extensions:

  • (#3) Allow using subtemplates without changing the subject resource. Required when a boilerplate XML tags are needed around the literal value read from metadata. The syntax is just <soomeTag componentId="subtemplateName" val="/rdfPropertyName"/>.
  • (#4) Assure template (profile) names are mapped to valid filenames by replacing all characters out of the [-A-Za-z0-9_] range to _.
    (until now only a dirty clarin-specific search&replace has been used)