tags:

views:

267

answers:

5

For a XSLT project I could sure use a .xml file that fills the same gap that Northwind fills for database projects. It should be 20-100k, but still have a good amount of data that is easy to recognize. Sorta like Northwind.

What do you use?

A: 

Stackoverflow data dump ?

Remus Rusanu
+1  A: 

yea, look here

ArsenMkrt
+1 This is the link to the Inside MSXML Performance MSDN Article which includes multiple XML samples including NorthWind.XML.
Ben Griswold
A: 

I dont think there is an XML equivalent of Northwind, but there are some example XML files over at w3schools.

Nippysaurus
A: 

For small samples, I use books.xml. For larger samples, use one of the samples (including Northwind.xml) which comes with the Inside MSXML Performance MSDN Article.

Ben Griswold
+1  A: 

I use the xmls that come in the MSDN MSXML Performance pack.

Build a bear