On Apr 29, 11:43 am, Nick <nachiket.shirwal...@[EMAIL PROTECTED]
> wrote:
> I have a critical requirement where I need to club together 4 xml
> files and display them in an sibngle HTML report. The xmls are
> generated by Java application by a normal file I/O.
>
> Is there a way I can club them together in a presentable format for
> reporting purpose ?
>
> So for .g. a.xml, b.xml, c.xml and d.xml. These xmls I want to display
> in an html report say report.html in a 4 columns in java.
>
> Please help.
>
> Cheers
> Nick
Java can do whatever you want if you know what you want.
You, probably, don't even need Java.
Any modern browser has xslt processor and you only need to define how
you want display these xml files.
In Java (as well as in any other language) you can manipulate xmls in
way you want. But who knows what you want... Questions about
"presentable format" are to general. No surprise nobody answered you
yet.
When you have particular design or, at least, clear assignment it
could be done easily. Without it - no answer...
Alex.
http://www.myjavaserver.com/~alexfromohio/


|