Go Back   Velocity Reviews > Newsgroups > XML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

XML - Java object as input in XSL-FO processor?

 
Thread Tools Search this Thread
Old 07-04-2007, 02:09 PM   #1
Default Java object as input in XSL-FO processor?


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
  Reply With Quote
Old 07-04-2007, 02:47 PM   #2
Joe Kesselman
 
Posts: n/a
Default Re: Java object as input in XSL-FO processor?
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
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

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




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46