Click here to Skip to main content
15,897,891 members

Comments by mmsalman87 (Top 5 by date)

mmsalman87 15-Jul-12 3:04am View    
Deleted
this is my xml sample data
"
<sqlreservedwords>
<nchar type="compare">
<soundex type="compare">
<char type="compare">
<PATINDEX type="compare" />
<space type="compare">
<charindex type="compare">
"

i want to add , update , delete the data from my form
mmsalman87 15-Jul-12 3:03am View    
Deleted
this is my xml sample data


<sqlreservedwords>
<read_only type="keyword">
<TRY type="keyword" />
<catch type="keyword">
<textptr type="compare">


i want to add , update , delete the data from my form
mmsalman87 15-Jul-12 3:02am View    
Deleted
this is my xml sample data

<pre lang="xml"><?xml version="1.0" encoding="UTF-8"?>
<SQLReservedWords></pre>

<pre lang="xml"><SMALLINT type="keyword" />
<READ_ONLY type="keyword" />
<TRY type="keyword" />
<CATCH type="keyword" />
<TEXTPTR type="compare" /></pre>




i want to add , update , delete the data from my form
mmsalman87 12-Jul-12 2:54am View    
i want to get the node dynamically
mmsalman87 10-Jul-12 6:15am View    
how i can get the current node path ?