XSL FO Newbie question

S

SPB

Hello, I am trying to accomplish a multi-page fso document, but I am
having difficulty. I have an xml document that looks similar to this:

<document>
<page name="Page1">
<year name="2002">
<month name="m1">
<unit>10.8</unit>
</month>
<month name="m2">
<unit>12.0</unit>
</month>
</year>
<year name="2003">
<month name="m1">
<unit>4.8</unit>
</month>
<month name="m2">
<unit>1.0</unit>
</month>
</year>
</page>
<page name="Page2">
<year name="2002">
<month name="m1">
<unit>11.8</unit>
</month>
<month name="m2">
<unit>14.4</unit>
</month>
</year>
<year name="2003">
<month name="m1">
<unit>4.2</unit>
</month>
<month name="m2">
<unit>1.1</unit>
</month>
</year>
</page>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top