Can I create "List of effective pages" in Arbortext Styler edited in APP?
Hi,
Can I create "List of effective pages" in Arbortext Styler 6.0 edited in APP(with an style file)?
Hi,
Can I create "List of effective pages" in Arbortext Styler 6.0 edited in APP(with an style file)?
In most systems I've seen, the change information is indicated by actual markup, either XML elements, attributes or processing instructions. If the changes are not marked up then your system has to calculate the changes (which adds another layer of complexity).
Assuming you are using the APP engine, the page number is readily available via the documented Javascript FOM.
The algorithm would be something like: 1. Use an array variable to accumulate change information, the array index is the sequential page number. 2. Ensure array variable is cleared prior to the first format. 3. During format, each time you hit a change mark, check the array variable for the current page. 4. If the change is newer then update the array variable, otherwise leave it alone. 5. In your LEP section you will run a function to generate the list of effective pages. 6. This function will iterate through your array variable and spit out the change information, per page. 7. If your LEP is at the start of your document (as it usually is), then you will need to format twice - it is only the 2nd time around that the array variable will be fully populated.
I'm sorry but if you need more than the above, then you really need either training by, or assistance from, a 3rd party. Next step is analysis of content and document requirements then implementation in actual code.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.