[
Lists Home |
Date Index |
Thread Index
]
On Tuesday 25 February 2003 02:20 pm, Dare Obasanjo wrote:
> An example I can think is a developer who prefers to process XML that
> looks like
>
> <customers>
> <name>Adam</name>
> <id>1</id>
> <name>Bob</name>
> <id>2</id>
> <name>Charles</name>
> <id>3</id>
> </customers>
I was thinking of serialization frameworks myself...
|