Publish All Streams On Two Separate Channels; Publish Streams With Header 'Someheadername' On One Channel And All Others Except Text Files To A Second; Complex Content Metadata Analysis - Dell DX6000 Setup And Configuration Manual

Dx content router setup and configuration guide version 2.2
Hide thumbs Also See for DX6000:
Table of Contents

Advertisement

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE rule-set PUBLIC "-//CARINGO//DTD 1.0 PORTALRULES//EN"
<rule-set>
<publish>
</publish>
</rule-set>

5.3.2. Publish all streams on two separate channels

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE rule-set PUBLIC "-//CARINGO//DTD 1.0 PORTALRULES//EN"
<rule-set>
<publish>
</publish>
<publish>
</publish>
</rule-set>
5.3.3. Publish streams with header 'someHeaderName' on one channel and all others
except text files to a second
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE rule-set PUBLIC "-//CARINGO//DTD 1.0 PORTALRULES//EN"
<rule-set>
<publish>
</publish>
</rule-set>

5.3.4. Complex Content Metadata Analysis

When determining what content will be replicated, a variety of combinations of the filter, exists,
and notexists clauses may be utilized. In addition, the filter clause supports any combination of
olderThan(), matches(), intValue() and contains(). Below are some usage examples.
5.3.4.1. Filter Clause
<select name="subscriptionName1">
Copyright © 2010 Caringo, Inc.
All rights reserved
"file:/tmp/caringo/rules.dtd">
<select name="subscriptionName">
</select>
"file:/tmp/caringo/rules.dtd">
<select name="subscriptionName1">
</select>
<select name="subscriptionName2">
</select>
"file:/tmp/caringo/rules.dtd">
<select name="subscriptionName1">
<exists header="someHeaderName"/>
</select>
<select name="subscriptionName2">
<filter header="storage-filepath">
(not contains('.txt'))
</filter>
</select>
16
Version 2.2
December 2010

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dx6004sDx6012sDx content router

Table of Contents