Documentation Center

Filter Conditions File Reference

The following code is the filter conditions file included with the sample data delivered to <ContentDelivery_home>/samples/DITA.

If you publish from Content Manager, this file is created for you by the publishing process. Otherwise, create this file with the following syntax, and upload it with the rest of your DITA XML files.

<lc:filter 
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
	    xmlns:lc="http://contentdelivery.lc.example.com/ContentDelivery/" 
	    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">
	    <features>
		        <feature name="platform" value="Alpha"/>
		        <feature name="platform" value="Delta"/>
		        <feature name="product" value="A450"/>
		        <feature name="product" value="A550"/>
	    </features>
</lc:filter>
http://contentdelivery.lc.example.com/ContentDelivery/ where lc refers to an example related to Content Delivery, and contentdelivery specifies it further as a delivery server.