XML reader.ReadInnerXml())

I think ReadInnerXml() is not supported

Is there a substitute.
I want to print a whole line like below

I am doing all this to construct the xml for Glide
WinConfig = GlideLoader.LoadWindow(…)

So I can create controls in runtime, because I do not know how many controls I need before hand.

@ microt - Could you post a minimal and complete example that shows the problem outside of Glide?