I'm new to XML and not sure it is the right tool for this project so I figured I would ask you guys... This is the deal, I want to make a CD-ROM with a searchable database that contains a bunch of articles. Not only do I want it completely usable on the CD-ROM but when I get a result from the search (say, one full article comes up) I want to be able to easily cut and copy it into an HTML editor. Is this possible with XML? If not, does anyone know what I could use to accomplish this? Thanks!
IE5 and Gecko both allow you to dynamically import XML documents through Javascript. So you could have an HTML page, and dynamically write out the search results using some DOM scripting.
Hm. As I see it, the catch is in balancing a number of XML docs against the size of those same docs...
As in, do you want to load one big XML doc that has everything, just to find one little snippet? Or do you want a bunch of little XML docs cross-referencing each other to kingdom-come?
XLink would be a very important technology to study for this. IE doesn't support it all that well, though.
__________________
"The first step to confirming there is a bug in someone else's work is confirming there are no bugs in your own."
June 30, 2001
author, Verbosio prototype XML Editor
author, JavaScript Developer's Dictionary https://alexvincent.us/blog