avocets
Avocets
rss 2.0 subscribe to this page
search


view all
•  projects
•  owners
•  tags

Metacat is a flexible metadata database. It utilizes XML as a common syntax for representing the large number of metadata content standards that are relevant to ecology. Thus, Metacat is a generic XML database that allows storage, query, and retrieval of arbitrary XML documents without prior knowledge of the XML schema.

The Metacat database models XML documents as a DOM tree, basically decomposing the nodes of the XML document and storing the node data as a series of records in a relational database via a JDBC connection. At this point, only Oracle and PostgreSQL have been tested as a backend databases, but we have avoided RDBMS specific features in order to maintain portability to other relational databases.

Metacat is implemented as a Java Servlet, and so communicates using basic HTTP protocol semantics. The figure below shows the basic structure of the Metacat architecture. A well defined interface for inserting, updating, deleting, querying, and transforming (using XSL) XML documents is presented. We would like to add the DOM API as an alternative supported mechanism for interacting with Metacat, but have not yet implemented this functionality.

tagged arl cni database escience software xml by winkler4 ...on 16-OCT-08
tagged q&a xml xsl by vallhonr ...on 08-MAY-08
tagged dla mirko xml by vallhonr ...on 04-DEC-07
tagged dla xml by vallhonr ...on 04-DEC-07
2007 revision;  now available in PDF and XML versions
tagged MARC XML non-English by bethpc ...on 23-OCT-07

From the website:

XML::Generator::PerlData provides a simple way to generate SAX2 events from nested Perl data structures, while providing finer-grained control over the resulting document streams.

Processing comes in two flavors: Simple Style and Stream Style:

In a nutshell, 'simple style' is best used for those cases where you have a a single Perl data structure that you want to convert to XML as quickly and painlessly as possible. 'Stream style' is more useful for cases where you are receiving chunks of data (like from a DBI handle) and you want to process those chunks as they appear. See PROCESSING METHODS for more info about how each style works.

tagged application_development perl sax xml by winkler4 ...on 03-APR-07
tagged newtagscode projectlist xml by vallhonr ...on 15-DEC-06
Cool set of webservices that can be incorporated into websites such as: feed information, google suggest, movie reviews, etc.  Delivered in xml and super fast.  Check it out for use on our site.
Notes on setting up Xalan and Apache module ApacheModuleXSLT
tagged apache system_architecture xml xsl by winkler4 ...on 03-OCT-06
Quick overview of xsd as a control structure for data management.  Think how this could be applied to SCETI, the homepage, etc.
quick list of conditional statements
tagged conditional xml by vallhonr ...on 27-SEP-06
There are many XML schemas available for modeling MARC data. Most take a literal approach, naming elements and attributes after their corresponding MARC fields, subfields, and indicators. Others represent only a small subset of the data libraries use to describe resources. XOBIS attempts to walk the middle path: describe the full set of library information, but reorganize this information into a structure that empowers the use of library data as just one more information resource available in the digital domain.
tagged bibliographic marc metadata xml by jeannes ...and 1 other person ...on 05-SEP-06
The XML Bookmark Exchange Language, or XBEL, is an Internet "bookmarks" interchange format.
tagged bookmarks metadata xml by jeannes ...and 3 other people ...on 05-SEP-06

FormFacesTM is a pure JavaScript solution that utilizes AJAX techniques and can be seamlessly integrated with AJAX applications. This means that XForms+HTML can be sent directly to the browser where JavaScript transcodes the XForms controls to HTML form controls and processes the binding directly within the browser - requiring ZERO server-side processing and ZERO plug-ins.

The FormFacesTM JavaScript is compatible with browsers that implement XHTML 1.0, ECMA-262 3rd Edition, and DOM Level 2 which includes Internet Explorer, Netscape, Mozilla, FireFox, Opera, Konquerer, Safari, and NetFront. 

CDWA Lite is an XML schema to describe core records for works of art and material culture based on the Categories for the Description of Works of Art (CDWA) and Cataloging Cultural Objects: A Guide to Describing Cultural Works and Their Images (CCO).
tagged getty image_management oai xml by winkler4 ...on 08-AUG-06
This is a test for Jie.
tagged xml xslt by delphine ...on 10-JUL-06
Home to Sablotron and some other interesting Perl-oriented thingies. Like Perl:RDF, and Gaaf2 application development framework.
tagged application_development xml xslt by winkler4 ...on 10-JUL-06
XML appliance with microcode parsing & transformations.
tagged application_development xml xslt by winkler4 ...on 10-JUL-06
The XML Bookmark Exchange Language, or XBEL, is an Internet "bookmarks" interchange format.
tagged bookmarks metadata xml by adityaht ...and 3 other people ...on 16-MAR-06
XML::Generator::DBI is the replacement for DBIx::XML_RDB, which allowed you to convert a database query into 'on the fly' XML. XML::Generator::DBI does a lot more than just that, it generates SAX events and relies upon a SAX handler to handle them in some manner. This adds more complexity to the process, but it also adds more flexibility, allowing you to do more than simply create a string or XML file. This tutorial aims to showcase the features of XML::Generator::DBI while providing concrete examples of sample usage.
tagged DBI perl xml xsl by winkler4 ...on 09-JAN-06
This module generates SAX events from SQL queries against a DBI connection.
tagged perl programming strategic_plan toolkit xml by winkler4 ...on 09-JAN-06
A collection of resources that support use of AJAX to create web pages and services that improve user experience.
tagged ajax javascript programming web_services xml by winkler4 ...on 29-DEC-05
Our Online Website Editor will provide simple POINT & CLICK maintenance of your web pages, to create, edit, develop or just update your site via your web browser.
tagged content_management_system dlf editor xml by winkler4 ...on 08-NOV-05
This module is an interface to the gnome project's libxslt. This is an extremely good XSLT engine, highly compliant and also very fast. I have tests showing this to be more than twice as fast as Sablotron.
tagged dlf programming xml xsl by winkler4 ...on 08-NOV-05

<oXygen/> XML Editor & XSLT Debugger

The simple and elegant look of the <oXygen/> combined with the complete coverage of the XML editing features have made it popular in both the corporate and academic worlds. It provides the necessary tools for the document creation and presentation.

The documents can be created and validated against any user defined schema. The smart context sensitive editing saves time and guarantees a minimum number of validation errors. The documents can be published in a wide range of formats including HTML, PDF, PostScript using the built-in or external processors. Developers can use <oXygen/> for authoring document schemas and for editing and debugging the XSL stylesheets needed for the presentation layer. The integration with the document repositories is made through the WebDAV and FTP protocols.

tagged dlf editor xml xsl by winkler4 ...and 1 other person ...on 08-NOV-05

Asynchronous JavaScript and XML, or Ajax, is a web development technique for creating interactive web applications using a combination of:

  • HTML (or XHTML) and CSS for presenting information
  • The Document Object Model manipulated through JavaScript to dynamically display and interact with the information presented
  • The XMLHttpRequest object to exchange data asynchronously with the web server. (XML is commonly used, although any format will work, including preformatted HTML, plain text, JSON and even EBML)
belongs to Web 2.0 programming with AJAX project
tagged ajax javascript xml by winkler4 ...on 09-OCT-05
The Serials Online Holdings (SOH) format is designed to convey information about online serial resources from suppliers – such as hosting services, publication access management services, agents or publishers – to end customers in subscribing libraries. Each instance of the format shows the holdings of a particular subscribing organisation or library available via, or known to, the sending party.
tagged serials_holdings xml by winkler4 ...on 07-OCT-05

Mike already tagged this one, but it's quite fascinating so I thought I'd tag it again. So, if this does what I think it does, we could export bookmarks from delicious --> tagit and vice versa. Which would be so cool.

The XML Bookmark Exchange Language, or XBEL, is an Internet "bookmarks" interchange format.
tagged bookmarks metadata xml by winkler4 ...and 3 other people ...on 04-OCT-05
There are many XML schemas available for modeling MARC data. Most take a literal approach, naming elements and attributes after their corresponding MARC fields, subfields, and indicators. Others represent only a small subset of the data libraries use to describe resources. XOBIS attempts to walk the middle path: describe the full set of library information, but reorganize this information into a structure that empowers the use of library data as just one more information resource available in the digital domain.
tagged bibliographic marc metadata xml by winkler4 ...and 1 other person ...on 04-OCT-05