We are using the lbyproc script for Oracle documaker 11.5 Standard edition MRL - promotion, and we could find one limitation for filtering the components using the LSC file. As per the requirement, we have added the description and generated the lsc file for filter the components.
While filtering the components using Documaker studio, we could find the XDD, and DAL libarary file properly ( as we are not trying to filter the last revision), And if we are trying to filter using Lbyproc utilities, its filtering the last revision only ( Not taking the description provided in LSC file).
Example:
we have 2 revision in library for the DAL/XDD library. Assuming first revision will be having description as "First Rev" and second revision having description as "Second Rev".
LIBRARY VALUE="XXXYYY_DEV"/>
<LO VALUE="0"/>
<NAME VALUE=""/>
<TYPE VALUE="DAL"/>
<DESC VALUE="First Rev*"/>
<VERSION VALUE="last"/>
<REVISION VALUE="last"/>
....
and we could find its showing the component with Last revision, We are expecting components with revision as 1.