updating data on the server using XSLT and XT servlet?

Subject: updating data on the server using XSLT and XT servlet?
From: "Bart Stevens" <bart.stevens@xxxxxxxxxxxxxxxxx>
Date: Wed, 1 Dec 1999 14:22:40 +0100
Hello all,

Let's say I have an input XML file having a thousand of childs, as in

<contours>
    <contour>1</contour>
    <contour>2</contour>
...
    <contour>1000</contour>
</contours>

We run XT as a servlet, sending HTML to the client.

The client receives a form in which he can put data to give the server the
necessary information to add a new contour.

This data is to be posted to the servlet, and we want to append the new
contour to the original inputfile at the server.

Is XSLT the right tool for doing this job? It looks necessary that XT first
has to copy all thousand <contour>-elements to the result tree, and then add
the 1001-st contour...

We did not try it until now, but intuitively we think it is not a fast or
efficient method. Do you think we need another tool (fe. JSP...) or are
there alternatives to do this task?

Thanks,

Bart.

___________________________
ing Bart Stevens
Medical Image Computing
ESAT-Radiology
University Hospital Gasthuisberg
tel  ++32-16-343741
fax ++32-16-343769
bart.stevens@xxxxxxxxxxxxxxxxx
___________________________




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread