due: Wednesday, Oct 15
Write a SAX Java program that reads a query file and a content file, and outputs the data from the content file that satisfies the query. Both files should be in XML format. The query language should relate only to element names, attribute names, attribute values, and text. The design of the query language is for you to decide.
Example: The following files might produce the output “Blue for fun. Blue for sky.”.
|
|
Note: Please feel free to offer an alternative project that practices similar features.