Project specific configuration relating to assets.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
base-url | Specifies the base URL for assets belonging to the enclosing project element | xs:anyURI | none | optional |
<assets base-url="/[context_root]/">
<audio-assets prefix-url="/audio/"/>
<image-assets prefix-url="/images/"/>
<script-assets prefix-url="/scripts/"/>
<text-assets prefix-url="/text/"/>
</assets>