no message
added xml doc loading to servlet actions
adding javadoc changes
documentation changes
updated documentation
changed package name to edu.ucsb.nceas.metacat.*
changed database connection code, added utility class MetaCatUtil.java
added document display function to servlet
continued work on interface to servlet
improvements to MetaCatServlet engine, added html access pages for catalog query
started servlet to do XML query and return result set
fixed link error in contents
changed body style
fixed stylesheet issue with undefined nbsp entity by wrapping it in CDATA section
eliminated IE5 specific issues in eml-variable-display.xsl, modified format of display of eml-variable
creating display stylesheet for eml-variable
added files for displaying eml-variable metadata
fixed parameter passing bug
updated paths to work as web demo
documentation updates
added example files showing use of Oracle's XSQL utiltiy for metadata storage and retrieval
removed sql code for example table
added sql code for example table
documentation additions
general cleanup and documentation
Finished modifications to DBSimpleQuery.java to allow simple, free text searching on element and attribute content
added DBSimpleQuery.java to illustrate a simple query strategy over the XML set in the database
cleanup for DBReader
completed basic DBReader functionality. Can now read XML from DB using DBReader
adding recursive build for ReaderElement
created code to read XML doc from db source and emit it as an XML stream
consolidated table structure to eliminate xml_attributes and xml_elements in favor of a single, unified xml_nodes table
added attribute persistence to DB code
Partially functional SAS DB loader.
Split XML SAX handler class into seperate file DBSAXHandler.java
Added code to write element to DB using SAX parser model
Creating database loading scripts that utilize the oracle SAX parser
added Ron Bourret's xmldbms package for loading xml documents into databases
added attribute saving to DB
added Text insertion to database
added foreign key to parentnodeid
new xml table structure
code cleanup for pw handling
element insertions added to db
added db connection code
Created java classes to write an XML stream to a database connection -- initial checkin
changed order of operations for table creates
constraint fixes to tables
added more tables for attribs and elements
Standard project directories initialized by cvs2svn.
Creating sql for xml db tables