XML File Receiver Archiecture
As we referred in earlier posts we will create a tool that receives XML files and then compare them to XSLTs to see if there is a match.
If exists an XSLT file that transforms the received XML, then we use a tool that already exists to make the mapping.
If not, we use another tool that asks user to make the mapping manually. We will also create a simple tool to send those XML files, so our user can use it to send the files to our program.
You can see the architecture in the image bellow:
At the moment we are starting to implement this architecture.


0 Comments:
Post a Comment
<< Home