Hi guys,

I want to add page-groups in to afp files including TLEs but still could not
figure it out how. the oldest version of AFP renderer uses these tag to add
them:

<?xml version="1.0" encoding="utf-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"; xmlns:afp="
http://org.apache.fop/extensions/afp";>
    <afp:page-group id="PAG001">
        <afp:tag-logical-element name="HRNO" value="HR001"/>
        <afp:tag-logical-element name="STAFFNO" value="ST001"/>
        <afp:tag-logical-element name="NAME" value="NAME001"/>
        <afp:tag-logical-element name="LASTNAME" value="LAST001"/>
        <afp:tag-logical-element name="HOURSINBANK" value="20"/>
        <afp:tag-logical-element name="WEEKENDINGDATE" value="20080312"/>
    </afp:page-group>
...


Do you know how to add them in FOP v0.94??

thanks.

Fatih

Reply via email to