Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: Re: Re: XML Module Recommendations

by Anonymous Monk
on Jan 27, 2003 at 07:25 UTC ( [id://230159]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: XML Module Recommendations
in thread XML Module Recommendations

it seems to me that you are dealing with data, and doing the kind of processing that a database doesvery well. So why are you using XML at all? Couldn't you just model your data into tables and use a DB? There are several portable alternatives that support the kind of processing you seem to be looking for.

I would, but the code needs to be run on many different systems and while I can ensure Perl is installed, I would have a lot of trouble ensuring my database of choice would be.

Thanks for all the suggestions though, I should be able to find something appropriate now :)

  • Comment on Re: Re: Re: Re: XML Module Recommendations

Replies are listed 'Best First'.
Re^5: XML Module Recommendations
by Aristotle (Chancellor) on Jan 27, 2003 at 11:18 UTC
    Have you seen DBD::SQLite yet? It's not just a driver, but a self contained database engine (based on the SQLite library) that doesn't require a daemon at all.

    Makeshifts last the longest.

      Sounds cool, I'll check it out. Thanks! :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://230159]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (8)
As of 2024-04-23 14:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found