Click here to Skip to main content
15,910,661 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralExport to excel data from ultrawebgrid each row contain one worksheet Pin
sunilmskr3-Jun-05 2:38
sunilmskr3-Jun-05 2:38 
GeneralXSL HTML table and matching tags problem Pin
Leftyfarrell2-Jun-05 4:16
Leftyfarrell2-Jun-05 4:16 
GeneralRe: XSL HTML table and matching tags problem Pin
DavidNohejl2-Jun-05 7:33
DavidNohejl2-Jun-05 7:33 
QuestionHow to remove node Pin
mathuros_paiboon1-Jun-05 15:38
mathuros_paiboon1-Jun-05 15:38 
AnswerRe: How to remove node Pin
Christian Graus1-Jun-05 15:46
protectorChristian Graus1-Jun-05 15:46 
GeneralRe: How to remove node Pin
mathuros_paiboon1-Jun-05 16:27
mathuros_paiboon1-Jun-05 16:27 
GeneralRe: How to remove node Pin
Christian Graus1-Jun-05 16:42
protectorChristian Graus1-Jun-05 16:42 
GeneralRe: How to remove node Pin
mathuros_paiboon1-Jun-05 17:02
mathuros_paiboon1-Jun-05 17:02 
command ---
strxpath = "audit_list/control_type/control_group[@group = '" + lst_group.SelectedItem.Text.ToString() + "']/control_sub_group[@sub_group = '" + lst_subgroup.SelectedItem.Text.ToString() + "']"

objelement = objdomdocument.selectSingleNode(strxpath)

command above I can use parentchild.removechild(objelement) but


command ---
strxpath = "audit_list/control_type/control_group[@group = '" + lst_group.SelectedItem.Text.ToString() + "']/control_sub_group[@sub_group = '" + lst_subgroup.SelectedItem.Text.ToString() + "']/activity/control_activity"

this command not specific activity that I want to delete the activity node that i want to delete it depend on control_activity.value
this command how can i specific node activity that have node <control_activity> xxxx </control_activity>

I'm not sure do you understand my problem,I'm sorry if I make you confuse

Thank you.

GeneralRe: How to remove node Pin
Christian Graus1-Jun-05 17:07
protectorChristian Graus1-Jun-05 17:07 
GeneralRe: How to remove node Pin
mathuros_paiboon1-Jun-05 17:44
mathuros_paiboon1-Jun-05 17:44 
GeneralRe: How to remove node Pin
Christian Graus1-Jun-05 17:52
protectorChristian Graus1-Jun-05 17:52 
GeneralRe: How to remove node Pin
mathuros_paiboon1-Jun-05 18:32
mathuros_paiboon1-Jun-05 18:32 
AnswerRe: How to remove node Pin
niansah3-Jun-05 6:41
niansah3-Jun-05 6:41 
GeneralSImple Problem with XML Pin
CSharpDavid31-May-05 4:47
CSharpDavid31-May-05 4:47 
GeneralRe: SImple Problem with XML Pin
DavidNohejl31-May-05 7:08
DavidNohejl31-May-05 7:08 
GeneralRe: Simple Problem with XML Pin
CSharpDavid31-May-05 7:56
CSharpDavid31-May-05 7:56 
GeneralRe: SImple Problem with XML Pin
Christian Graus31-May-05 12:07
protectorChristian Graus31-May-05 12:07 
GeneralRe: SImple Problem with XML Pin
DavidNohejl31-May-05 12:20
DavidNohejl31-May-05 12:20 
GeneralRe: SImple Problem with XML Pin
Christian Graus31-May-05 12:22
protectorChristian Graus31-May-05 12:22 
GeneralRe: SImple Problem with XML Pin
niansah3-Jun-05 21:37
niansah3-Jun-05 21:37 
Generalworml list style capturing Pin
ramissues30-May-05 19:21
ramissues30-May-05 19:21 
GeneralDOM Component Pin
eshban28427-May-05 23:14
eshban28427-May-05 23:14 
GeneralRe: DOM Component Pin
Christian Graus31-May-05 12:08
protectorChristian Graus31-May-05 12:08 
GeneralRe: DOM Component Pin
eshban2845-Jun-05 23:45
eshban2845-Jun-05 23:45 
GeneralRe: DOM Component Pin
Wilbur J. Pereira6-Jun-05 0:26
Wilbur J. Pereira6-Jun-05 0:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.