Reading Config value from XML to XML file

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have one XML file EpsXmlValidations.xml where I have added following validations
<span style="font-size:9.5pt; color:blue; font-family:Consolas <<span style="font-size:9.5pt; color:#a31515; font-family:Consolas Validation<span style="font-size:9.5pt; color:blue; font-family:Consolas
<span style="font-size:9.5pt; color:red; font-family:Consolas enable<span style="font-size:9.5pt; color:blue; font-family:Consolas =<span style="font-size:9.5pt; font-family:Consolas "<span style="color:blue true"<span style="color:blue
<span style="color:red severity<span style="color:blue ="<span style="color:blue Error"<span style="color:blue
<span style="color:red validationId<span style="color:blue ="<span style="color:blue PointsTotal.inEighths"<span style="color:blue
<span style="color:red condition<span style="color:blue ="<span style="color:blue @pointsTotal !=
"<span style="color:blue <span style="color:red assertion<span style="color:blue ="<span style="color:blue @loanProgramId ==1542 or @loanProgramId ==1541 and (((@pointsTotal)*1000) mod 125) = 0"<span style="color:blue
<span style="color:red message<span style="color:blue ="<span style="color:blue Points Total must be in increments of eigths (.125)"<span style="color:blue />
In the assertion attribute I have to read some value from another xml file. How can we do that?

Thanks,
Deepali

View the full article
 
Back
Top