HPOS 3.5 Using -extended-features
HP Output Server 3.5 11
Using -extended-features
About mapper.xml file
</sub-feature>
<sub-feature name="Units" type="text"/>
</feature>
<!--
The units of the attributes are fixed so they can be added as attributes
to the attribute element.
-->
<mapping>
<!--
This is a single mapping where the mapping types are equivalence and
translation.The translation is provided to give a default value for the
sub-feature units when converting from attributes to features. Since the
units may not match a conversion may need to be done.
-->
<equivalence>
<attribute-ref name="printer-x-resolutions-requested"/>
<feature-ref name="PrinterResolution">
<sub-feature-ref name="CrossFeedDir"/>
</feature-ref>
</equivalence>
<equivalence>
<attribute-ref name="printer-y-resolutions-requested"/>
<feature-ref name="PrinterResolution">
<sub-feature-ref name="FeedDir"/>
</feature-ref>
</equivalence>
<translation default="true">
<feature-ref name="PrinterResolution">
<sub-feature-ref name="Units" value="dpi"/>
</feature-ref>
</translation>
</mapping>
</class>