Brijendra
6 years agoNew Contributor
Create XMLCheckpoint object at runtime for XML comparison
I am creatng XMLCheckpoint at run time. I am adding numerous checkoints based on the XML files we get from log.
Checkpoints are created successfully however while comparison i need to pass Checkpoi...
- 6 years ago
There is no "checkpoint" property of the XML object... so, you can't just call XML.CheckPoint.
You will need to use Eval to do what you want.
Set XMLCheckpointNew = Eval("XML." & CheckPoint)