HPOS 3.5 Using -extended-features
HP Output Server 3.5 9
Using -extended-features
About mapper.xml file
The regex pattern identifies another pattern that should be used to break
apart the base pattern.The regex pattern should match the base pattern
since there is only one regex allowed per sub-feature. The match elements
assign symbolic names to the matched parts so they can be referenced
later.
-->
<match name="format" regex-ref="1"/>
<match name="charset" regex-ref="3" optional="true"/>
</regex>
</sub-feature>
<composition>
<!--
This composition element tells how to construct the value of the feature
based on the attribute values.
-->
<strcat value-of="format"/>
<conditional value-of="charset">
<!--
The conditional value indicates that this part of the expression is
dependent on the value-of section.It is an implied reference to an
attribute.
-->
<strcat value="; charset="/>
<strcat value-of="charset"/>
</conditional>
</composition>
</feature>
<mapping name="pcl" >
<!--
This mapping is only a translation. The value of the sub-feature format
and the attribute represent the same thing in the different domains.
-->
<translation>
<attribute-ref name="input-document-format" value="hp-pcl" />
<feature-ref name="ContentFormat">
<sub-feature-ref name="format" value="application/vnd.hp-PCL" />
</feature-ref>
</translation>
</mapping>
<mapping name="text/iso-885901">