Dear,
I'm currently working on a set of Perl modules that
interface with a relational database model for the storage and retrieval of XML
files. These modules include a broker that handles all database access, modules
for XML entities (Document, Element, Attribute, ...) and a SAXDriver module to
write files to the database. Currently I am using the namspace XML::DB. All
modules reside under this namespace. The most important modules
are:
XML::DB::Broker
XML::DB::Document
XML::DB::Node
XML::DB::Element
XML::DB::Attribute
XML::DB::Comment
XML::DB::SAXHandler
The project is far from complete so the module list
can and probably will change over time. Do you approve of my namespace choice or
do you have a suggestion for another one?
Kind regards
Steven Devijver
|
- module namespace question Erik Larsen
- Re: module namespace question Kirrily Robert
- Steven Devijver