Copy XML element to String

ziiiiiiiin

New Member
\[code\] <DETAIL Description='>> Problem:<br><br>CRS750 dumps when panel F is opened<br><br><br> <br>>> Functional Solution:<br><br>Check cause of the dump and fix it<br><br><br><br>>> Technical Solution:<br><br>Modified CRS750 and added fields WWVTRM and WWCRTP in CRA750F0 record format.<br><br><br><br>>> Related corrections<br><br>None <br><br><br><br>>> Affected Objects<br><br>CRS750 VIEWDEF MAT only' />\[/code\]I would like to copy the above string and update the table in database with the value in the string .However , since it contains \[code\]<br>\[/code\] and \[code\]<<\[/code\] its throwing the below exception;\[code\]'<', hexadecimal value 0x3C, is an invalid attribute character. Line 1, position 902.\[/code\]tag like this works good \[code\]<DETAIL Objects='MAT: Viewdefinition:CRS750' />\[/code\] Please suggest
 
Back
Top