[Haskell-cafe] Re: Lazy XML handling

MR K P SCHUPKE k.schupke at imperial.ac.uk
Fri May 14 18:57:28 EDT 2004


Please note... The list represents a tree because each node is:

	[(XmlTreeDepth,XmlElement)]

This IS a tree, just a different representation. If what I am saying
sounds strange check out the section in Knuth: Volume 1, on representing
trees, you will find a whole load besides the C-type pointer based tree.

I am not sure what the representation you just gave is???

	[[ element ]] 

surely that simplifies to a list of elements... what am I missing?

	Regards,
	Keean.


More information about the Haskell-Cafe mailing list