Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
I need to count the front matter and rear matter of each volume in a book to display in each volume's LEP. The counters are incremented in the page sets and saved to a time-independent variable. Then that TIV is saved to another TIV in the rear matter (<vol-rear> below) for the LEP. This is not working as desired, all the LEP front-rear page counts are returning the front-rear page count of the last volume. If I save the TIV to a TDV in <vol-rear> instead, the result is blank. I thought you could save a TIV to a TDV. Is there a way to get these page counts in the FOSI? I'm using Arbortext 6.0. Thanks for any suggestions.
The tagging is:
<volume>
front matter...(includes LEP)
</volume>
<tim>
<titlepg> last of front matter</titlepg>
non front matter content begins...
</tim>
<vol-rear>
rear matter...
</vol-rear>