Re: namespace for module

2003-12-02 Thread A. Pagaltzis
* Pinglei Zhou <[EMAIL PROTECTED]> [2003-12-03 01:20]: > I try to get some help for naming my modules:XORT (XML object > to relational translator). Here db schema follow certain common > rules, and XML DTD will have direct mapping from schema (we > have tested intensively on Drosophila data) to XML

namespace for module

2003-12-02 Thread Pinglei Zhou
Hi all, I try to get some help for naming my modules:XORT (XML object to relational translator). Here db schema follow certain common rules, and XML DTD will have direct mapping from schema (we have tested intensively on Drosophila data) to XML DTD. major functionalities: 1.load any XML which

Re: New module Algorithm::Interval2Prefix

2003-12-02 Thread Fergal Daly
On Tuesday 02 December 2003 20:41, Lars Thegler wrote: > On Monday, December 01, 2003 11:24 AM, Fergal Daly wrote: > Obviously, if the numbers are of variable length, then we have a different > situation, that cannot easily be handled this way. Maybe I should check $lo > and $hi to ensure they are

Re: New module Algorithm::Interval2Prefix

2003-12-02 Thread Lars Thegler
On Monday, December 01, 2003 11:24 AM, Fergal Daly wrote: >> Taking an interval as input, this module will construct the >> smallest set of prefixes, such that all numbers in the interval >> will match exactly one of the prefixes, and no prefix will match >> a number not in the inte