The application which will be a test harness to simulate a user changing XML has been the main focus. Mikes code has been built upon. It will now generate a specified number of directories with random names and put in these files XML data with random names and data within them. There has been a number of changes to the config file which now looks like this:
wordsFile files/words.txt
elementsFile elements
attributesFile attributes
dataFile data
rootElementsSet root
numberOfElements 100
elementSetSize 10
attributeSetSize 10
dataSetSize 100
maximumNumberOfAttributes 5
maximumNumberOfChildren 10
maximumNumberOfDataWords 20
mixedContentAllowed no
maxDepth 3
minDepth 2
topSpread 20
spreadOtherLevels 5
maxNumberOfFiles 20
minNumberOfFiles 3
fileNames files/fileNames.txt
XMLfileNames files/XMLfileNames.txt
Tomorrows objective will be to finish the generation of XML files and refactor some of the code.
No comments:
Post a Comment