![]() |
|
|
|||||||
![]() |
XML - Java object as input in XSL-FO processor? |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
I want to generate XSL-FO document from XSLT document and from an
object in Java (for example ArrayList). Can you tell me if there is a library with this functionality? I want to omit generating XML from ArrayList. thanks -- steensh steensh@gmail.com |
|
|
|
|
#2 |
|
Posts: n/a
|
XSLT generally wants to see an XML document, or one of the standard XML
APIs, as input. Can you write a scanner which walks through your Java object and outputs it as SAX events, or an adapter which presents it as a DOM tree? -- () ASCII Ribbon Campaign | Joe Kesselman /\ Stamp out HTML e-mail! | System architexture and kinetic poetry Joe Kesselman |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wonderful data input with web reporting tool | freezea | Software | 0 | 09-09-2009 05:30 AM |
| Java String Problems | rbnbenjamin | General Help Related Topics | 0 | 02-03-2009 11:02 PM |
| Java Beginners | Still Bill | Software | 3 | 02-19-2008 10:13 AM |
| converting java to applet | anub | Software | 0 | 09-11-2007 12:25 PM |
| DVD Recorder-DV input & Hard Drive ? | Marion | DVD Video | 7 | 05-16-2004 06:31 PM |