http://www.perlmonks.org?node_id=1011038


in reply to Re: DBI accessing SQLite with XML data
in thread DBI accessing SQLite with XML data

Actually I found a way using regular expressions. You have to create a custom regexp function and then use it to parse the XML (courtesy of http://www.justatheory.com/computers/databases/sqlite/).

Not exactly what I was looking for and surely not very efficient performance-wise, but for now it does the trick.
  • Comment on Re^2: DBI accessing SQLite with XML data

Replies are listed 'Best First'.
Re^3: DBI accessing SQLite with XML data
by NetWallah (Canon) on Dec 31, 2012 at 17:17 UTC
    Thanks for sharing that link - I believe it WOULD be efficient, and could be extremely powerful, if you embed XML processing into the function.

    Please post working code back, for lazy bums like me to plagiarize.

    Happy 2013!

                 "By three methods we may learn wisdom: First, by reflection, which is noblest; Second, by imitation, which is easiest; and third by experience, which is the bitterest."           -Confucius

      Will do - but you'll need to wait a couple of days as I won't have access to the Internet.