Tag: xpath
XPath and xml in maxscript for 3dsMax
When using xml in maxscript you need to be able to search the xml efficiently. I seem to use xml in all of my recent maxscripts. Especially in the latest online configurator I’m working on (still unreleased, expected later this year) all data is stored in xml. In this configurator there are a lot of […]
Merging xml files with maxscript in 3dsMax
It’s a hassle to work with multiple xml-files in maxscript at the same time. However it may be desirable to keep separate xml-files on disk. You can combine these xml-files at runtime into a single xml-file in memory while retaining the separate files on disk. This helps when using xpath for instance to search for […]