[
Lists Home |
Date Index |
Thread Index
]
Hi,
Before going into
development of application, i have to make a portion using XML standards. So the
following situation is:
1. several XML
documents (all using the same DTD schema ) are uploaded onto
server.
2. using XSL
stylesheet, several information are being showed from all the XML
files.
3. combining
different information from different XML documents, new XML document is
produced.
for the 2. step
should I also use JAVA API for easier and faster processing of
information?
for step 3. i don't
know what is the best solution? again java? XQuery? XSLT?
are there any
learn-samples to do this?
Thank you in
advance,
best
Tomaz
|