|
Hello everybody
i have an xml file which contrain
categories and each category cotain some article
something like this :
<category>
<category-name>Category 1</category-name> <article> <article-no></article-no> <description>Article-1 test desc........................</description> <cost> <amount>15.25</amount> <unit>EURO</unit> </cost> <image>3174.jpg</image> </article> <article> <article-no></article-no> <description>Article-2 test desc........................</description> <cost> <amount>15.25</amount> <unit>EURO</unit> </cost> <image>3174.jpg</image> </article> </category> ......
xml file contain more than one
category
and i'd ike to start a new page with
every category in the PDF file
anyone can help me
thanx
|
- Re: How to start New page for every category Mohamed Abdel Hameed
- Re: How to start New page for every category J.Pietschmann
- Re: How to start New page for every category Mohamed Abdel Hameed
