Wednesday, 1 April 2009

Configuration Of File Manipulator

The config file was designed for the modifying of files and data for the XML simulator application: ( I'm thinking some documentation is going to be needed for all of these configuration files!)

xml version="1.0" encoding="UTF-8" standalone="no"?>
<config>
<rootDirectory value="C:\Documents and Settings\Leigh\My Documents\Dissertation\Code\XMLSimulation\files\generatedXML">rootDirectory>
<delNoOfElements value="1">delNoOfElements>
<delNoOfAttributes value="1">delNoOfAttributes>
<delNoOfWords value="1">delNoOfWords>
<delNoOfFiles value="1">delNoOfFiles>
<modNoOfElements value="1">modNoOfElements>
<modNoOfAttributes value="1">modNoOfAttributes>
<modNoOfWords value="1>modNoOfWords>
config>

And a class was written to load this into a hash table. The next stage is to finally start manipulating the XML data at certain intervals, luckily the file crawler is already written, so after this stage is completed it will be time to start properly on the file comparison tool, I'll work all through the weekend to make sure as much of this is done as possible. A meeting with Mike may be necessary on Friday as a lot of progress has been made.

No comments:

Post a Comment