Dear CPAN fellows,

for a project I'm working on I had to find a way to provide persistency (and easy element search) for quite long XML files (some hundreds of thousands of elements each). In literature I found a way to map an XML document to a DBMS schema nicknamed XParent, you can find more infos here:

http://ece.ut.ac.ir/dbrg/seminars/advanceddb/2006/asoudeh-sahebi/xparent2.pdf

Looking for an XParent parser/query handler implementation in perl, I surprisingly found 0 hits on CPAN.
Now the usual questions for you all:

1) do you find such a module could be usefull ?
2) what could be the module namespace, XML::XParent or XParent::Schema ?
I would prefer the first option, as most of the stuff related with XML already find place under the XML:: namespace, but I'm open to other suggestions.

Best,
Marco.

Reply via email to