← Prev in month ← Prev in thread

XML Pipeline

From
Stephen E. Beller <>
To
Date
2004-12-03T14:09:17Z
ID
<009801c4d941$ad985600$6501a8c0@dell8100>
Thread
XML Pipeline
I have the need to pass a data file sequentially through a "pipeline" of
users. Each user must render the contents from the file received, add and/or
modify certain data elements specific to that user, and then pass the file
to next person in the pipeline who must do the same, etc. 

Along the way, any additions and modifications must be tracked for auditing
purposes. 

At the end of pipeline the data file (with all the additions, modifications
and audit information) must be rendered.

Can this be done effectively using XML?

Steve
← Prev in month ← Prev in thread