Re: Creating a custom bindings

2008-02-14 Thread Daniel Kulp
On Wednesday 13 February 2008, Shaw, Richard A wrote: > Does anybody have any tips (where to start) on how to create a custom > binding ? Wow. That's a big undertaking, but very cool to see. :-) Basically, for bindings, you need to create XmlStreamReader/XmlStreamWriter objects that will prod

Creating a custom bindings

2008-02-13 Thread Shaw, Richard A
Does anybody have any tips (where to start) on how to create a custom binding ? I created a custom binding for the old Celtix to handle simple arrays of data in CSV format, this was used to load data from CSV files as if I had requested the data from a web service. It was very useful because I c