[Infragistics] Mike Dour:However, if you want to know how to combine the layout files into one layout file, the code posted originally will do that.
Yes, the code does that, and individual layout settings were saved as binary blocks in the main xml file.
My question is to save individual layout settings as xml as well, instead of binary blocks. In otherwords, embedding xml files into the main one.
I was trying to write the individual layout settings as CData elements in the main xml file.
If i write those layout settings as normal xml elements, some characters will be handled specially, e.g., "<", ">".
Any better suggestions or sample code?
Thanks!