Click here to Skip to main content
15,908,115 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: No correct xhtml from XML and XSL Pin
ChrisAdams15-Aug-04 19:37
ChrisAdams15-Aug-04 19:37 
GeneralRe: No correct xhtml from XML and XSL Pin
Gumbah15-Aug-04 21:01
Gumbah15-Aug-04 21:01 
QuestionPulling Values From An XML File - Recommendations? Pin
Member 66660712-Aug-04 6:11
Member 66660712-Aug-04 6:11 
GeneralEvaluating XPath expressions on Windows CE Pin
Kot_Begemot6-Aug-04 5:52
Kot_Begemot6-Aug-04 5:52 
GeneralRegular Expression of XML document Pin
Rashid_Mehmood5-Aug-04 14:53
Rashid_Mehmood5-Aug-04 14:53 
GeneralRe: Regular Expression of XML document Pin
abu-alSaber16-Aug-04 22:12
abu-alSaber16-Aug-04 22:12 
GeneralMerging of two XML documents Pin
dabs5-Aug-04 7:15
dabs5-Aug-04 7:15 
GeneralRe: Merging of two XML documents Pin
ChrisAdams11-Aug-04 23:49
ChrisAdams11-Aug-04 23:49 
Yes it is possible, I have worked on many a project where xml files are merged.

Unfortunatly I don't think there is any generic tool that will just do it for you, they way I have seen it done, is that the global xml file is loaded into the dom using MSXML, and the local file is loaded into a seperate dom.

Then for each node in the local file, a select is run against the global dom, to see if that node already exists. If it does the value is either replaced if the node does not exist then it is added into the dom.

All of this can be done using microsofts MSXML, just means writing some code yourself.
GeneralRe: Merging of two XML documents Pin
dabs12-Aug-04 0:31
dabs12-Aug-04 0:31 
GeneralRe: Merging of two XML documents Pin
Praveen Nayak6-Sep-04 0:11
Praveen Nayak6-Sep-04 0:11 
Generalmicrosoft vb script runtime error'800a01a8' is harassing me Pin
chmonalisa4-Aug-04 23:35
chmonalisa4-Aug-04 23:35 
Generalmicrosoft vb script runtime error'800a01a8' is harassing me Pin
chmonalisa4-Aug-04 23:33
chmonalisa4-Aug-04 23:33 
GeneralSOAP to SQL / SQL to SOAP Pin
cfaulkner3-Aug-04 11:59
cfaulkner3-Aug-04 11:59 
GeneralError with XML Pin
osal3-Aug-04 8:19
osal3-Aug-04 8:19 
GeneralRe: Error with XML Pin
abu-alSaber16-Aug-04 22:00
abu-alSaber16-Aug-04 22:00 
GeneralI have a project to submit and dont know how to start Pin
ClubV22-Aug-04 5:31
ClubV22-Aug-04 5:31 
GeneralRe: I have a project to submit and dont know how to start Pin
Jeff Martin5-Aug-04 7:50
Jeff Martin5-Aug-04 7:50 
Generalediting XML config file from within executing program in VB.NET Pin
Vineet Rajan2-Aug-04 1:59
Vineet Rajan2-Aug-04 1:59 
GeneralGeneric XSL to Page and Sort 'FOR XML RAW, XMLDATA' Query Pin
jvaugha426-Jul-04 1:43
jvaugha426-Jul-04 1:43 
GeneralError when writing XML file Pin
basidati20-Jul-04 21:26
basidati20-Jul-04 21:26 
Generalusing RDL Pin
blankg17-Jul-04 2:08
blankg17-Jul-04 2:08 
GeneralXML Web Services publishing Pin
Asif Rehman16-Jul-04 17:07
Asif Rehman16-Jul-04 17:07 
GeneralRe: XML Web Services publishing Pin
palbano16-Jul-04 19:08
palbano16-Jul-04 19:08 
GeneralRe: XML Web Services publishing Pin
Javier Lozano16-Jul-04 20:12
Javier Lozano16-Jul-04 20:12 
GeneralSelect from View in Access Pin
blankg15-Jul-04 8:53
blankg15-Jul-04 8: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.