RoxenCMS 5.4Web Developer ManualEmit Tags

   

<emit>
<emit ac-identities>
<emit ac-identity-data>
<emit ac-identity-extras>
<emit ac-permissions>
<emit ac-zones>
<emit atlas>
<emit authors>
<emit captcha>
<emit category>
<emit category-document>
<emit cimg>
<emit dir>
<emit dir>(SB)
<emit event>
<emit event-dates>
<emit event-locations>
<emit exec>
<emit fonts>
<emit imgs>
<emit js-dynamic-popup>
<emit js-hide-popup>
<emit languages>
<emit ldap>
<emit path>
<emit poll>
<emit sb-dir>
<emit sb-file-languages>
<emit sb-languages>
<emit sb-log>
<emit sb-referring-pages>
<emit sb-search>
<emit sb-stationeries>
<emit sb-wizard>
<emit search-database-profiles>
<emit scopes>
<emit site-news>
<emit sources>
<emit spellcheck>
<emit sql>
<emit timerange>
<emit values>
<emit workflow>
<emit ws-dir>
<emit xml-db>

<emit source="xml-db"></emit>

Provided by module: Tags: XML-DB Mirror

Get or search for records in the mirrored database.

The returned records will contain all known fields as well as a special _id field with the record ID.


Attributes

db="string"

Name of XML-DB database to use. This corresponds to the name attribute of the top-level <database> element in the imported XML file.

Must be combined with either the id or the search attribute.


id="int"

Fetches a given record using it's ID.


search="string"

Performs a string search in all fields and records. The standard behavior is to require exact matches (disregarding case sensitivity).

When combined with the search-fields attribute the query can be limited to a subset of record fields.

You can also combine with the wildcards flag to indicate that searches should match substrings and allow * and ? as wildcards.


search-fields="string"

A comma-separated list of field names which should be searched. If omitted all fields are searched.


wildcards="{yes, no}"

When enabled the search will match substrings and allow for * and ? wildcards.