Thread: Big bunch of XML for download?

Big bunch of XML for download?

From
Josh Berkus
Date:
Folks,

I'm planning to demo SQL/XML on Thursday.  Does anyone have access to a
good quantity of public-domain XML I can download to use for demos?

Thanks!

--Josh

Re: Big bunch of XML for download?

From
Kostas Maistrelis
Date:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Josh Berkus wrote:
> Folks,
>
> I'm planning to demo SQL/XML on Thursday.  Does anyone have access to a
> good quantity of public-domain XML I can download to use for demos?
>

maybe the RDF which is described here:
http://labs.systemone.at/wikipedia3
(3,7 GB)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHU92UjuCbLeYc358RAoTuAJ9V1KS7VMZA2WS3VAOp7MFejWe61gCeKPkv
6gmpXBqDbFUlRTmFYqT93Wo=
=SIhU
-----END PGP SIGNATURE-----

Re: Big bunch of XML for download?

From
Peter Eisentraut
Date:
Am Montag, 3. Dezember 2007 schrieb Josh Berkus:
> I'm planning to demo SQL/XML on Thursday.  Does anyone have access to a
> good quantity of public-domain XML I can download to use for demos?

It's not public domain, but

wget -r http://www.postgresql.org/

should provide you with plenty of XML.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

Re: Big bunch of XML for download?

From
Bob Zurek
Date:
The following URL has some reasonably sized XML files from the government.
One is over 11 mb in size. Hope this helps. You can usually find large XML
files in government data sources.

http://nvd.nist.gov/download.cfm

Z.


On 12/3/07 7:37 AM, "Peter Eisentraut" <peter_e@gmx.net> wrote:

> Am Montag, 3. Dezember 2007 schrieb Josh Berkus:
>> I'm planning to demo SQL/XML on Thursday.  Does anyone have access to a
>> good quantity of public-domain XML I can download to use for demos?
>
> It's not public domain, but
>
> wget -r http://www.postgresql.org/
>
> should provide you with plenty of XML.


Re: Big bunch of XML for download?

From
Josh Berkus
Date:
Bob Zurek wrote:
> The following URL has some reasonably sized XML files from the government.
> One is over 11 mb in size. Hope this helps. You can usually find large XML
> files in government data sources.
>
> http://nvd.nist.gov/download.cfm

Thanks.  I ended up using DMOZ's restaurant review listings, which are
in pretty messy RDF so I had to do a lot of data cleaning.  I'll try the
nist stuff next time.

--Josh