Hi, I am currently writing a SDL importer and a serializer for XNA in C# 3.5 and I just encountered a problem/oddity with the implementation.<br><br>How does one create anonymous a.k.a. content tags via code using the Tag class? The AddChild() method takes only valid identifiers, and empty or null names are not accepted. I did not find any indication in the documentation or comments about creating those either.<br>
<br>Thanks!<br>Renaud<br>