laxsore
13 years agoNew Contributor
Additional Information to xml
I'm trying to catch Additional Information on Log to xml file. I get this in my xml file:
<html><head><script>function writeContent(){ document.getElementById("container").innerText = document.getElementById("dataIsland").innerHTML; }window.onload = writeContent;</script></head><xml id="dataIsland">The number of rows in the stored database table differs from the number of rows in the compared database object.
The "SREFNBR" field of row 2 contains a value (V19805130101 ) that differs from the stored one (V19805085101 ).
The "SREFNBR" field of row 3 contains a value (V19805130101 ) that differs from the stored one (V19805085101 ).
</xml><style>body {font-family : Courier New, Arial; font-size : 10pt; font-weight : normal; padding : 14px 8px 8px 14px; margin : 0 0 0 0;} p {margin : 4px 0 4px 0; padding : 0 0 0 0;} </style><body><p><a href="checkpointupdate://1|{78DB08C5-2DCA-4C97-9048-06C36A32B051}|{96DBB231-2014-4A3A-A8FE-E7EAF8C4FA96}|ShipSerials_2ndscenario|CheckpointData\checkpoint_10_16_2012.dbtd|">Update the "ShipSerials_2ndscenario" checkpoint.</a></p><div id="container"></div></body></html>
I don't know how can I get content of this message.
<html><head><script>function writeContent(){ document.getElementById("container").innerText = document.getElementById("dataIsland").innerHTML; }window.onload = writeContent;</script></head><xml id="dataIsland">The number of rows in the stored database table differs from the number of rows in the compared database object.
The "SREFNBR" field of row 2 contains a value (V19805130101 ) that differs from the stored one (V19805085101 ).
The "SREFNBR" field of row 3 contains a value (V19805130101 ) that differs from the stored one (V19805085101 ).
</xml><style>body {font-family : Courier New, Arial; font-size : 10pt; font-weight : normal; padding : 14px 8px 8px 14px; margin : 0 0 0 0;} p {margin : 4px 0 4px 0; padding : 0 0 0 0;} </style><body><p><a href="checkpointupdate://1|{78DB08C5-2DCA-4C97-9048-06C36A32B051}|{96DBB231-2014-4A3A-A8FE-E7EAF8C4FA96}|ShipSerials_2ndscenario|CheckpointData\checkpoint_10_16_2012.dbtd|">Update the "ShipSerials_2ndscenario" checkpoint.</a></p><div id="container"></div></body></html>
I don't know how can I get content of this message.