Hi there,
I desperately need advice at the moment, and really hope some people here can provide some suggestions.
I have a fairly extensive data set in the forms of letters (from the 16th century) which have been encoded in XML.
My job is to create something which aids content analysis of the letters.
- This could be a GUI written in Java, which (via SAX or DOM) allows the user to extract certain features from the letters, compare them side by side rather than have to laboriously flick between letters on a computer system.
- Or it could be an elaborate XML project, where XSLT, HTML hyperlinks, and possibly some type of query language such as XQuery or more likely XPath would be used.
- Or it could be XML documents displayed in IE and using a JavaScript window/console to select, extract, manipulate, compare different letters.
Does anyone have an opinion or a suggestion on which of the three would be the best option to take?
Thank you very much in advance