The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
Is there away to add breaks in the pcf file
<?xml version="1.0" encoding="UTF-8"?>
<!--Arbortext, Inc., 1988-2016, v.4002-->
<!DOCTYPE Profiles PUBLIC "-//Arbortext//DTD Profiling Configuration 1.0//EN"
"profiling.dtd">
<Profiles>
<ProfileClasses>
<Profile alias="Audience" attribute="audience" valueSeparator=" ">
<Allowed value="Internal"/>
<Allowed value="External"/></Profile>
<Profile alias="Platform" attribute="platform" valueSeparator=" ">
<RadioChoice>
<Allowed value="MS-Windows"/>
<Allowed value="Unix/Linux"/></RadioChoice>
</Profile>
** I would like to add a divider line between the X5000 and the X6000 **
<Profile alias="Product" attribute="product" valueSeparator=" ">
<RadioChoice>
<Allowed value="X5000"/>
<Allowed value="X6000"/></RadioChoice>
</Profile>
<Profile alias="DeliveryTarget" attribute="deliveryTarget"
shadingBackground="aqua" valueSeparator=" ">
<Allowed shadingBackground="gray1" value="print-no"/>
<!--<Allowed shadingBackground="gray2" value="print-yes"/>-->
<Allowed shadingBackground="gray3" value="print-only"/>
<Allowed shadingBackground="yellow" value="HTML"/>
<Allowed shadingBackground="violet" value="PDF"/>
<Allowed shadingBackground="green" value="EPUB"/>
<Allowed shadingBackground="lime" value="Custom"/></Profile><?Pub Caret -2?>
<Profile alias="Other" attribute="otherprops" valueSeparator=" ">
<Allowed value="Blue"/>
<Allowed value="Green"/></Profile>
</ProfileClasses>
</Profiles>
Thanks
Bryon
PTC support says this functionality is not supported.