Category: Datas Protocols

Drupal DAM / Drupal OAI / Etude de cas

Drupal DAM Projet Photothèque : Case Study: Digital Asset Management in Drupal from Eric Sembrat https://www.drupal.org/project/filedepot https://www.isovera.com/blog/digital-asset-management-systems-vs-drupal-whats-dam-difference Introduction To MediaMosa: Drupal Based DAM & MAM Platform http://www.archimuse.com/mw2009/papers/davidow/davidow.html http://thedambook.com/smf/index.php?topic=3980.5;wap2 Building and Deploying MediaSalsa, a drupal-based...

Xquery Namespaces Tips and tools Mini guide

Namespace declarations : example of catalog (cat) and products (prod) : <cat:catalog xmlns:cat=”http://datypic.com/cat” xmlns:prod=”http://datypic.com/prod”> <cat:number>1446</cat:number> <prod:product> <prod:number>565</prod:number> <prod:name prod:language=”en”>Sun Hat red</prod:name> </prod:product> </cat:catalog> Xqurery and Namespaces declarations in xquery file : How to Declare...

Use XML files with MS Access

The eXtensible Markup Language, XML, is a simple text-based language with which some tags are created in a regular text-based document. The document can be created using any regular text editor such as Notepad...