Click here to Skip to main content
16,010,473 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionXML display problem Pin
smadan16-Feb-06 19:41
smadan16-Feb-06 19:41 
AnswerRe: XML display problem Pin
George L. Jackson18-Feb-06 2:00
George L. Jackson18-Feb-06 2:00 
GeneralRe: XML display problem Pin
smadan19-Feb-06 18:13
smadan19-Feb-06 18:13 
GeneralRe: XML display problem Pin
George L. Jackson20-Feb-06 13:20
George L. Jackson20-Feb-06 13:20 
GeneralRe: XML display problem Pin
smadan20-Feb-06 18:38
smadan20-Feb-06 18:38 
Questionset values for nested XML nodes Pin
smadan16-Feb-06 18:38
smadan16-Feb-06 18:38 
AnswerRe: set values for nested XML nodes Pin
George L. Jackson18-Feb-06 1:49
George L. Jackson18-Feb-06 1:49 
GeneralRe: set values for nested XML nodes Pin
smadan19-Feb-06 18:07
smadan19-Feb-06 18:07 
Hi,

Thank u George L. Jackson for replying. I have corrected my schema.
The next problem i am facing is that this schema is saved in an XML schema file. I have created a dataset that would load this schema. The columns in my datatable correspond to the nodes above. How do i assign values to the child nodes of the order details node i.e OrderWeight and ShipVia?

DataSet dsRecords = new DataSet();
DataRow newrow = null;
newrow = dsRecords.Tables [ "Customers" ].NewRow( );
newrow["OrderWeight"] = "20kg";

When i try assigning values to these child nodes, it gives me an error that reads: OrderWeight does not belong to my main table. Do i need to create another datatable within the dataset ? How do i proceed?


Thanks.
AnswerRe: set values for nested XML nodes Pin
George L. Jackson18-Feb-06 4:03
George L. Jackson18-Feb-06 4:03 
QuestionError - Child row has multiple parents Pin
SavitaB15-Feb-06 10:58
SavitaB15-Feb-06 10:58 
AnswerRe: Error - Child row has multiple parents Pin
Gokulan Venattil15-Feb-06 17:41
Gokulan Venattil15-Feb-06 17:41 
QuestionXML as data source Pin
Niro198314-Feb-06 16:29
Niro198314-Feb-06 16:29 
AnswerRe: XML as data source Pin
Shog914-Feb-06 17:54
sitebuilderShog914-Feb-06 17:54 
GeneralRe: XML as data source Pin
Niro198314-Feb-06 21:50
Niro198314-Feb-06 21:50 
GeneralRe: XML as data source Pin
Shog915-Feb-06 3:20
sitebuilderShog915-Feb-06 3:20 
Questionhow to update an XML file Pin
Abhishek Tiwari13-Feb-06 20:23
Abhishek Tiwari13-Feb-06 20:23 
AnswerRe: how to update an XML file Pin
Gokulan Venattil15-Feb-06 0:23
Gokulan Venattil15-Feb-06 0:23 
Questionadding xmlnode to xmldocument Pin
NewbieDude12-Feb-06 20:16
NewbieDude12-Feb-06 20:16 
AnswerRe: adding xmlnode to xmldocument Pin
George L. Jackson13-Feb-06 5:57
George L. Jackson13-Feb-06 5:57 
QuestionDate format problem with GetXml() Pin
Enigma344011-Feb-06 19:53
Enigma344011-Feb-06 19:53 
AnswerRe: Date format problem with GetXml() Pin
George L. Jackson13-Feb-06 7:24
George L. Jackson13-Feb-06 7:24 
GeneralRe: Date format problem with GetXml() Pin
Enigma34405-Mar-06 3:05
Enigma34405-Mar-06 3:05 
QuestionXSL Display Problem!!! Pin
Support12310-Feb-06 1:57
Support12310-Feb-06 1:57 
AnswerRe: XSL Display Problem!!! Pin
George L. Jackson10-Feb-06 3:53
George L. Jackson10-Feb-06 3:53 
GeneralRe: XSL Display Problem!!! Pin
Support12312-Feb-06 18:54
Support12312-Feb-06 18:54 

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.