Is there a limited size for a tag?
I Create an XElement and add several XAttributes. What I considered is, I've got a crash. After redusing the amount of attributes by one, doesn't matter which, it worked well. Thus the crash could not belong to the content of the attribute.
Next I changed one XAttribute to XElement and it worked with a glance. Again, changing a random XAttribute to XElement all works fine.
Is there any limitation for using XAttribute within a XElement?