Discussions
How to define the start position when printing Avery label?
Hello,
I successfully developed a RTF template to print Avery labels according to the instruction at https://blogs.oracle.com/xmlpublisher/entry/avery_labels . But now there is a request to define the starting position of printing the label.
For example some labels are already used and taken away but we still like to take use of the rest of unused labels.
If I want to print from label 5 from the beginning how can I do it in RTF template?
I can create a position number in JDE report and let user define that value of Start_position into XML file. So I just need to know the syntax of controlling starting position. I already used something like <?for-each@column:. | following-sibling::Join_F4102_f41021_S1[position()<2]?> to control the printing only apply to 2 columns.