The way I would do it would be to mimic the hierarchical structure of the XML document where repeatable nodes exist. Concatenation of enumerables with a separator is something I avoid because at some point you are going to have to split them again.
For a simple example, see the code I've posted at : <http://dotnetdevelopment.pastebin.com/f4ee0f374> On Jan 16, 2:14 pm, Kadir Avci <[email protected]> wrote: > Datas which was attributes and elements. > I can get with LINQ. But I got some questions. > > ... Query snipped. > > But in this query, I can get just one olculer and fiyatlar. If fiyat has 3 > attributes I get just first one. > And in renkler element which means colors I can get all of them but like > this. blueblackbrownred > I need a , | - or something like that.(blue-black-brown) > > How can I do this? > > Kadir Avcı > Software Developer | Web Developer > web:www.kad1r.com > twt:www.twitter.com/kad1r > Sent from Izmir, 35, Turkey > > > > On Sun, Jan 10, 2010 at 3:43 PM, Cerebrus <[email protected]> wrote: > > Which node represents "datas" in your parlance ?- Hide quoted text - > > - Show quoted text -
