Forum Discussion

Brijendra's avatar
Brijendra
New Contributor
5 years ago
Solved

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...
  • tristaanogre's avatar
    5 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)