autodesk-forks / MaterialX

MaterialX C++ and Python libraries
http://www.materialx.org/
Apache License 2.0
107 stars 23 forks source link

Make XML read for strings and filenames consistent for pathing #1237

Closed bernardkwok closed 3 years ago

bernardkwok commented 3 years ago

Fix #1238

Fix xml read from string to allow a search path to make it consistent with file search paths. This allows for proper handling of relative xinclude paths inside of string documents.

frericp commented 3 years ago

What's the plan for this PR? I would like to integrate these changes in my branch if they can be merged soon.