How to write C# query to check the attributes of the XML

GenriRubinskiy

New Member
/How to write the C# query to check the attributes of the XML listed below and the string inside the element of XML "Icolumn" that is "RIA:RIB:RIC:RID:RIE:RIF##0-15". Actually, I need to read the letters A,B,C,D,E,F append with RI and column 0-15./\[code\]<?xml version="1.0" encoding="utf-8" ?><!--.......... Downlink DL ....................................--><Panel><DL IRows = "1" ><DL Columns="1"><Icolumn> RIA:RIB:RIC:RID:RIE:RIF##0-15 </Icolumn></DL></DL><DL IRows = "1" ><DL Columns="2"><Icolumn> RIA:RIB:RIC:RID:RIE:RIF##0-15 </Icolumn></DL></DL><DL IRows = "1" ><DL Columns="3"><Icolumn> RIA:RIB:RIC:RID:RIE:RIF##0-15 </Icolumn></DL></DL><DL IRows = "1" ><DL Columns="4"><Icolumn> RIA:RIB:RIC:RID:RIE:RIF##0-15 </Icolumn></DL></DL>\[/code\]
 
Back
Top