cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

PCF file modification a to add a break between profiling choices

bfriesen
16-Pearl

PCF file modification a to add a break between profiling choices

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

1 REPLY 1

PTC support says this functionality is not supported.

Top Tags