Introduction - If you have any usage issues, please Google them yourself
XMLStrGen.DLL/lib is devoted to generate unicode XML string randomly based on W3C specification
Extensible Markup Language (XML) 1.0 (Second Edition) at http://www.w3.org/TR/2000/WD-xml-2e-20000814.
Besides, it generates ramdom Japanese strings code page 932, including valid strings, dead string
for XML. Also, there are another two classes I can share out. One is XMLData, which basically generate XML atomic items, like element and attribute names, text. Another class is XSDData, which generates random data of any data type in XSD. Both classes are compliant with W3C specs