Click here to Skip to main content
15,891,757 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questioncount nodes with xpath Pin
eggie58-Apr-06 14:15
eggie58-Apr-06 14:15 
AnswerRe: count nodes with xpath Pin
eggie58-Apr-06 15:13
eggie58-Apr-06 15:13 
QuestionConverting from one line to an indented view Pin
John Owens7-Apr-06 4:12
John Owens7-Apr-06 4:12 
AnswerRe: Converting from one line to an indented view Pin
Michael A. Barnhart14-Apr-06 11:55
Michael A. Barnhart14-Apr-06 11:55 
Questiontrying to provide a user interface for filling in the innertext of an xml document in the web project Pin
Madhur Ahuja7-Apr-06 2:31
Madhur Ahuja7-Apr-06 2:31 
Questionhow to call xml Pin
ybasha6-Apr-06 17:52
ybasha6-Apr-06 17:52 
Questionxml to asp Pin
zybernau4-Apr-06 9:16
zybernau4-Apr-06 9:16 
QuestionMy code doesn't work. Help? Pin
SpeBeeTo4-Apr-06 6:02
SpeBeeTo4-Apr-06 6:02 
Hello,
I've been having problems showing the images in my xml file. I can show the first image (kopf_ap.jpg) no prob, but it doesn't change when the other labels are bound/shown in their appropriate label.

Thanks for any help! I've been stuck for a while on this one... :S



//Bind the labels.
ca_bildurl.Image = new Bitmap(System.IO.Path.Combine(root,drv.Row["ca_bildurl1"].ToString()));
ca_titel.DataBindings.Add("Text",dt,"ca_titel");
ca_alter.DataBindings.Add("Text",dt,"ca_alter");
ca_sex.DataBindings.Add("Text",dt,"ca_sex");
burl.DataBindings.Add("Text",dt,"ca_bildurl1");
}


XML Snippet
------------------------------------------------

<fragenkatalog>
<ca_id>4</ca_id>
<ca_titel>head ap</ca_titel>
<ca_bildurl1>kopf_ap.jpg</ca_bildurl1>
<ca_disabled>0</ca_disabled>
<ca_alter>999</ca_alter>
<ca_sex>unknown sex</ca_sex>
</fragenkatalog>
<fragenkatalog>
<ca_id>7</ca_id>
<ca_titel>head occipital</ca_titel>
<ca_bildurl1>kopf_occi.jpg</ca_bildurl1>
<ca_disabled>0</ca_disabled>
<ca_alter>999</ca_alter>
<ca_sex>unknown sex</ca_sex>
</fragenkatalog>
QuestionProgrammatically adding TabPage Contents into DataGrid from XML File Pin
AnneThorne3-Apr-06 8:27
AnneThorne3-Apr-06 8:27 
Question.NET windowsform XML editor control Pin
pmt1-Apr-06 0:45
pmt1-Apr-06 0:45 
QuestionVML Help??? Pin
Circleoaks30-Mar-06 7:12
Circleoaks30-Mar-06 7:12 
QuestionXML to datagrid WITHOUT FILE Pin
Centivi@29-Mar-06 12:20
Centivi@29-Mar-06 12:20 
AnswerRe: XML to datagrid WITHOUT FILE Pin
George L. Jackson29-Mar-06 17:31
George L. Jackson29-Mar-06 17:31 
GeneralRe: XML to datagrid WITHOUT FILE Pin
Centivi@30-Mar-06 1:48
Centivi@30-Mar-06 1:48 
QuestionAdd XML to an XMLNode Pin
NewbieDude28-Mar-06 1:23
NewbieDude28-Mar-06 1:23 
AnswerRe: Add XML to an XMLNode Pin
George L. Jackson29-Mar-06 17:36
George L. Jackson29-Mar-06 17:36 
GeneralRe: Add XML to an XMLNode Pin
NewbieDude29-Mar-06 19:46
NewbieDude29-Mar-06 19:46 
GeneralRe: Add XML to an XMLNode Pin
imsathy30-Mar-06 1:10
imsathy30-Mar-06 1:10 
QuestionUsing in XML Pin
Beringer27-Mar-06 8:09
Beringer27-Mar-06 8:09 
AnswerRe: Using in XML Pin
George L. Jackson28-Mar-06 10:35
George L. Jackson28-Mar-06 10:35 
AnswerRe: Using in XML Pin
DavidNohejl28-Mar-06 23:20
DavidNohejl28-Mar-06 23:20 
QuestionSchema and Stylesheet Pin
Chetan Ranpariya26-Mar-06 18:50
Chetan Ranpariya26-Mar-06 18:50 
AnswerRe: Schema and Stylesheet Pin
George L. Jackson27-Mar-06 11:33
George L. Jackson27-Mar-06 11:33 
GeneralRe: Schema and Stylesheet Pin
Chetan Ranpariya27-Mar-06 16:59
Chetan Ranpariya27-Mar-06 16:59 
GeneralRe: Schema and Stylesheet Pin
George L. Jackson28-Mar-06 10:27
George L. Jackson28-Mar-06 10:27 

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.