ScriptSpot

Script

WkXmlLibrary

By werwack · Credited author: WerwacK · 2010-09-16

Version
1.3
Version requirement
From 3dsMax 9 to the most recent release (currently 3dsMax 2011)
Date updated
2010-08-28
Votes
66
Download
Download
Description

 

The purpose of this script is to give an easy and full access to XML files: creation, reading and modifications
It is intented to be used with the same flexibility as a library: instanciate the structure where you need it
in your code and use the member functions to manipulate the XML files.

WkXmlLibrary - A WerwacK script at www.werwackfx.com

This script strongly relies on the DotNet interface.

Installation:

Copy the folder "Scripts" extracted from the archive (alternatively you can also just copy
the file WkXmlLibrary.ms it contains) to the script folder of 3dsMax (<3dsMax folder>\scripts\)


Use:

A step by step demo is included at the end of the script.
To do it, open the script file in a text editor, go to the end and follow the instructions.

Feedback:

Please feel free to contact me for bugs and feedback at werwack@werwackfx.com


Tags: script, I/O, export, import, xml, Library

Comments (3)

martinmb · 2011-03-02

Many thanks for sharing that Werwack, really couldn't have made reading xml any easier. A really great help as I dont know my dots from my nets!

werwack · 2010-09-17

Well, not really surprising: it was inspired by it :D
In fact Dave you are even in the credits (see Version History in the header).

This lib was developed something like a year ago based on a thread (or script, I don't remember) I found on the net. It was written by you, very likely, since I kept the reference in the history.
I just cleaned a bit my lib a few weeks ago to share it, not knowing that you improved yours at the same time.

I have to thank you, by the way, because the code you suggested at the time really helped me to go into DotNet ;)

Best,

Werwack