You are on page 1of 1

today's class files.

---------------------
-- Date Format
<?xdofx: sysdate('DD-MON-YYYY')?>

--- Sum Tag

<?for-each-group:G_Q1;./ DEPTNO?> -- 10
<?for-each:current-group()?>
<?sum(current-group()//SAL)?>
<?end for-each?>
<?end-for-each-group?>

--- Split By Page Break

<?for-each-group:G_Q1;./ DEPTNO?> -- 10
<?for-each:current-group()?>
<?sum(current-group()//SAL)?>
<?end for-each?>
<?split-by-page-break:?>
<?end-for-each-group?>

--- No Of Records Per Page

<?for-each:G_Q1?>
<?if:position() mod 6 =0?>
<xsl:attribute name="break-before">page</xsl:attribute>
<?end if?>
<?end for-each?>

Regards
Harsha Vardhan

You might also like