[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: [zigzag] Re: [zigzag] xml,gzz,zz,etc
- To: "B. Fallenstein" <b.fallenstein@xxxxxx>
- Subject: Re: [zigzag] Re: [zigzag] xml,gzz,zz,etc
- From: Tuomas Lukka <lukka@xxxxxxxxxx>
- Date: Sun, 15 Apr 2001 13:14:22 +0300
- Cc: "|><|" <opt@xxxxxx>, zig-l <zigzag@xxxxxxxxxx>
- In-reply-to: <3AD76096.5894ED64@xxxxxx>; from b.fallenstein@xxxxxx on Fri, Apr 13, 2001 at 10:24:55PM +0200
- Mail-followup-to: "B. Fallenstein" <b.fallenstein@xxxxxx>, "|><|" <opt@xxxxxx>, zig-l <zigzag@xxxxxxxxxx>
- References: <Pine.LNX.4.21.0104111421560.4386-100000@xxxxxxxxx> <3AD76096.5894ED64@xxxxxx>
> > has anyone come up with any kind of aid in:
> >
> > a: generally formatting any kind of data (e.g. mysqldump) into
> > .xml ready for import into gzz?
>
> To my knowledge, unfortunately no. I've meant to write a general XML
> importer/exporter, representing XML trees in GZigZag somehow, but I
> haven't gotten around to that yet.
Well, it's actually not hard to do - I did some of that for wordnet.
Basically, you have two alternatives: either write a Perl or some other language
script to read your stuff and write out ZZ XML format.
Or: write some java code which parses it and then uses the ZZCell API.
> > b: specifically transferring a perl-version dataset into gzz.
>
> (I can't answer this.)
Vesa had something at some point.
Tuomas