As part of an effort to create a rudimentary revision control system, I would like to programatically disable design element level inheritance on a Lotus Notes template. I have so far tried the following:
- DXL export (ForceNoteFormat=true) + XSLT. This failed with a validation problem in the importer, on fields(!).
- DXL export (ForceNoteFormat=false) + XSLT. Seems to work, but I'd rather not use a DXL solution for something this general.
An area I would like to explore:
- Loop over all (design) Notes, remove the
$Class
item.
Does anybody have a suggestion on how to do this, or another approach that will remove inheritance?