On Monday, 03. February 2003 18:35, Kjetil Kjernsmo wrote:

> > My concept is that a generic provider could take the rows returned by
> > DBI and parse them into XML.
> >
> > So a query like:  SELECT id, name FROM foo
> >
> > which returns:
> > id name
> > -- ----
> > 1  fish
> > 2  cat
> >
> > would come out of the provider like so
> >
> > <foo>
> >  <id>1</id>
> >  <name>fish</name>
> > </foo>
> > <foo>
> >  <id>1</id>
> >  <name>fish</name>
> > </foo>
> >
> > Has anyone already written this provider?

Yes I have such a thing, including mtime handling if desired. It's totally 
undocumented, though. If you are interested, I can send a copy via mail.

-- 
CU
  Joerg

PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc
PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E  7779 CDDC 41A4 4C48 6F94


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to