Click here to Skip to main content
15,897,704 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: Xpath selecting nodes based on multiple attributes Pin
Richard Deeming4-Dec-13 4:57
mveRichard Deeming4-Dec-13 4:57 
QuestionXPath following-sibling Pin
savbace20-Oct-13 23:20
savbace20-Oct-13 23:20 
QuestionXML validation. Pin
Septimus Hedgehog18-Aug-13 22:02
Septimus Hedgehog18-Aug-13 22:02 
AnswerRe: XML validation. Pin
joost.versteegen5-Dec-13 22:00
joost.versteegen5-Dec-13 22:00 
QuestionSlow group - noob Xml question - converting binary structure to Xml and back? Pin
charlieg24-Jul-13 3:10
charlieg24-Jul-13 3:10 
AnswerRe: Slow group - noob Xml question - converting binary structure to Xml and back? Pin
Richard MacCutchan24-Jul-13 5:06
mveRichard MacCutchan24-Jul-13 5:06 
GeneralRe: Slow group - noob Xml question - converting binary structure to Xml and back? Pin
charlieg24-Jul-13 5:09
charlieg24-Jul-13 5:09 
QuestionEmpty node when data specified in xsd Pin
DaveyM6918-Jul-13 23:57
professionalDaveyM6918-Jul-13 23:57 
AnswerRe: Empty node when data specified in xsd Pin
Richard MacCutchan19-Jul-13 0:01
mveRichard MacCutchan19-Jul-13 0:01 
GeneralRe: Empty node when data specified in xsd Pin
DaveyM6919-Jul-13 0:06
professionalDaveyM6919-Jul-13 0:06 
GeneralRe: Empty node when data specified in xsd Pin
Richard MacCutchan19-Jul-13 0:14
mveRichard MacCutchan19-Jul-13 0:14 
GeneralRe: Empty node when data specified in xsd Pin
DaveyM6919-Jul-13 0:27
professionalDaveyM6919-Jul-13 0:27 
GeneralRe: Empty node when data specified in xsd Pin
Nicholas Marty19-Jul-13 0:49
professionalNicholas Marty19-Jul-13 0:49 
GeneralRe: Empty node when data specified in xsd Pin
DaveyM6919-Jul-13 3:53
professionalDaveyM6919-Jul-13 3:53 
GeneralRe: Empty node when data specified in xsd Pin
Richard MacCutchan19-Jul-13 2:21
mveRichard MacCutchan19-Jul-13 2:21 
GeneralRe: Empty node when data specified in xsd Pin
DaveyM6919-Jul-13 3:51
professionalDaveyM6919-Jul-13 3:51 
AnswerRe: Empty node when data specified in xsd Pin
jinzai17-Jul-14 13:01
jinzai17-Jul-14 13:01 
QuestionMerging 2 consecutive List items in XSLT Pin
David Kroj14-Jul-13 21:17
David Kroj14-Jul-13 21:17 
QuestionHow to do curd operations on XML Which Shown Below Pin
Rambabu Sapa10-Jul-13 1:40
Rambabu Sapa10-Jul-13 1:40 
QuestionRe: How to do curd operations on XML Which Shown Below Pin
Richard MacCutchan10-Jul-13 4:25
mveRichard MacCutchan10-Jul-13 4:25 
AnswerRe: How to do curd operations on XML Which Shown Below Pin
Rambabu Sapa11-Jul-13 3:18
Rambabu Sapa11-Jul-13 3:18 
AnswerRe: How to do curd operations on XML Which Shown Below Pin
jinzai17-Jul-14 13:07
jinzai17-Jul-14 13:07 
This is not the document you want for figuring out CRUD. You need the XSD to do that properly. You could guess and as long as the database column names matched you *might* be able to guess correctly, but...I would not be helping you if I recommended that you do that.

If you can write your own query to select a row and if you also had access to ADO.NET -- you could have the table tell you its schema and then the query could be written properly.

This method that you are using -- is not a great idea -- you can have some success in doing it, but not for long and it is very likely that you will manage to put a row in the database that will be junk data because you do not know the schema -- you are just making blind CRUD operations.

A better choice might be stored procedures because you can just provide the parameters from the client side. At any rate, the less you count on being smart on the client side, the better off you will be.
Questiondisplaying xml file on wpf Pin
adinarayana095808-Jul-13 18:37
adinarayana095808-Jul-13 18:37 
AnswerRe: displaying xml file on wpf Pin
Richard MacCutchan8-Jul-13 21:28
mveRichard MacCutchan8-Jul-13 21:28 
QuestionChecking for valid xml file. Pin
Mark F.18-Jun-13 7:53
Mark F.18-Jun-13 7:53 

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.