1 ps, several xml

Z

zamba

Hi, i'm working with APACHE FOP java libraries and i want to know if
is posible instead of having 1 xsl template , 1 xml => 1 ps (or pdf) ,
have 1 xsl temlate , 1000 xml => 1 ps (or pdf) , when i send ps to the
printer , print 1000 documents.


thanks a lot !!!!
 
J

Joseph Kesselman

zamba said:
Hi, i'm working with APACHE FOP java libraries and i want to know if
is posible instead of having 1 xsl template , 1 xml => 1 ps (or pdf) ,
have 1 xsl temlate , 1000 xml => 1 ps (or pdf) , when i send ps to the
printer , print 1000 documents.

It's certainly possible to have XSLT combine input from many source
documents, using the document() function. 1000 may start pushing your
memory limits, though, unless they're pretty small. (Some XSLT
processors have custom/nonstandard solutions to help with this sort of
processing; I know Xalan does.)

Making the XSL-FO document render through FOP as "1000 documents" should
just be a matter of making sure the page breaks occur in the right
places, right?
 
Z

zamba

It's certainly possible to have XSLT combine input from many source
documents, using the document() function. 1000 may start pushing your
memory limits, though, unless they're pretty small. (Some XSLT
processors have custom/nonstandard solutions to help with this sort of
processing; I know Xalan does.)

Making the XSL-FO document render through FOP as "1000 documents" should
just be a matter of making sure the page breaks occur in the right
places, right?

Thanks a lot for you response...Do you know where can i have
documentation - examples about document() function ? Im new at java
and about XSL ...
 
M

Martin Honnen

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,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top