Actions
Bug #1952
closedLoad userdefined during XML load
Start date:
02/09/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1952
Description
Add userdefined entity data during the load.
Updated by Michael Lee over 19 years ago
It looks like Gabe put some work into making this happen, but we've since
changed the way userdefined data are in the XML file.
I think he programmed it to work with XPath: Table/userDefined/definedValue
This should be moderately easy to use insertUserDefinedTables() Method to use
the correct XPaths we now have of:
Table/definedValue
Table/definedValue/definedValue.USERDEFINED_ID/userDefined.
Updated by Michael Lee almost 19 years ago
UserDefined now loads during XML Loads! It is a bit slow, but it works.
Actions