[Closed] Easy to use XML library
Hello,
Thanks to an old thread about using the XML features of DotNet, I wrote a “library” (kind of, in fact it is a structure but the use is quite similar to a library) to create, read and modify XML files easily in Maxscript.
You can find it here: www.werwackfx.com
Hope it would also be useful for the community
Werwack
do you know anything about toUpper and toLower in the max script and the XPath in .NET?
PS. I don’t want to be rough, sorry; but I’m really in bad mood today…
Do you mean why I didn’t use there functions and I wrote my own instead?
Of course I know toUpper and toLower, but I didn’t use them because they were introduced in Maxscript in 3dsMax version 2009 (or 2010? I don’t remember), and this script had to be backward-compatible with 3dsMax up to version 9.
Regarding XPath, well there are so many things in C# that I may have missed it. I’ll have a look at it, thx.
Does it answer the question?