Compart Launches DocBridge® Communication Suite
Market launch of the DocBridge® Communication Suite: New standards in flexibility and technology in customer communication management.
MoreCompart supported file formats are configured via MFF filter profiles - XML files with the file extension .pro - for each supported file format. These MFF filter profiles are distributed together with XML schema files, one schema file for each MFF filter profile, so that users can validate the MFF filter profiles against the schema files to ensure that any changes have been applied correctly.
Rename the files from .pr~ to .pro and from .xs~ to .xsd to edit and use them.
The root element of the MFFPDF filter profile does not contain information about the schema.
<mffpdf xmlns="http://www.compart.com/ns/mff/pdf" version="[YYYYMM]">
To include a reference to the schema, add the following:
xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance“
xsi:schemaLocation=“http://www.compart.com/ns/mff/pdf mffpdf.xsd“
The full new root element will look like this:
<mffpdf xmlns="http://www.compart.com/ns/mff/pdf" version="201503"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.compart.com/ns/mff/pdf mffpdf.xsd">
If a schema-aware XML editor is used, the user will also get information on additional elements or attributes permitted at specific points in the XML profile file, for example about the fontoptimization element in the MFFPDF filter profile: