<?xml version="1.0" encoding="UTF-8"?> <request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PortalConfig_8.0.0.xsd" type="update" create-oids="true"> <!-- Sample for creating a filter with some sample entries --> <portal action="locate"> <!-- Add the two words 'badword1' and 'badword2' to the black list filter. See information center for details concerning filter activation. --> <filter-instance action="update" id="DefaultBlacklistFilter"> <filter-data value="badword1" action="update"/> <filter-data value="badword2" action="update"/> </filter-instance> <!-- Add the two words 'goodword1' and 'goodword2' to the white list filter. See information center for details concerning filter activation. --> <filter-instance action="update" id="DefaultWhitelistFilter"> <filter-data value="goodword1" action="update"/> <filter-data value="goodword2" action="update"/> </filter-instance> </portal> </request>