Click here to Skip to main content
15,905,419 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralXML as data processing Pin
mooncatcher24-Jun-05 9:23
mooncatcher24-Jun-05 9:23 
GeneralRe: XML as data processing Pin
Michael A. Barnhart24-Jun-05 9:42
Michael A. Barnhart24-Jun-05 9:42 
GeneralRe: XML as data processing Pin
Randy_MJ6-Jul-05 5:16
Randy_MJ6-Jul-05 5:16 
GeneralCreation of XML documents Pin
Member 207049024-Jun-05 0:19
Member 207049024-Jun-05 0:19 
GeneralXSL Quesition Pin
korayyersel23-Jun-05 22:34
korayyersel23-Jun-05 22:34 
GeneralRe: XSL Quesition Pin
toujin4-Jul-05 14:19
toujin4-Jul-05 14:19 
Generalebxml Pin
lhahehal23-Jun-05 20:33
lhahehal23-Jun-05 20:33 
Generalneed some information Pin
23-Jun-05 18:55
suss23-Jun-05 18:55 
I want to merge two xml files using dom parser in C++ using xerces library.

and also to compare one xml file with the xsd file using all with dom parser.

eg:
merge:

<root>
satheesh
<tm>bhaskar
<pl>siddesh
<pl>prashanth


i have to merge a xml file which is

<pl>siddesh
<pe>chary
<pe>sandy

to the above xml file

and out put should be

<root>
satheesh
<tm>bhaskar
<pl>siddesh
<pe>chary
<pe>sandy

<pl>prashanth


and also how to compare one xml file with xsd file using dom in c++.



with regards

Chary
GeneralWSDL testing tools Pin
Michael A. Barnhart23-Jun-05 11:44
Michael A. Barnhart23-Jun-05 11:44 
GeneralSchema validation not working Pin
Anonymous23-Jun-05 8:49
Anonymous23-Jun-05 8:49 
GeneralLearning web services Pin
Goodway22-Jun-05 23:17
Goodway22-Jun-05 23:17 
GeneralRe: Learning web services Pin
Michael A. Barnhart23-Jun-05 11:55
Michael A. Barnhart23-Jun-05 11:55 
Generalroot element is missing Pin
Ahmed Galal21-Jun-05 23:04
Ahmed Galal21-Jun-05 23:04 
GeneralRe: root element is missing Pin
DavidNohejl22-Jun-05 7:33
DavidNohejl22-Jun-05 7:33 
GeneralRe: root element is missing Pin
Ahmed Galal22-Jun-05 12:53
Ahmed Galal22-Jun-05 12:53 
GeneralRe: root element is missing Pin
DavidNohejl22-Jun-05 12:58
DavidNohejl22-Jun-05 12:58 
GeneralRe: root element is missing Pin
Ahmed Galal22-Jun-05 13:04
Ahmed Galal22-Jun-05 13:04 
Generalconfused Pin
Anonymous21-Jun-05 3:41
Anonymous21-Jun-05 3:41 
GeneralRe: confused Pin
Anonymous21-Jun-05 3:47
Anonymous21-Jun-05 3:47 
Questionhow to contract empty tag &lt;col&gt;&lt;/col&gt; to &lt;col/&gt; in XSLT Pin
Lyteck21-Jun-05 1:54
Lyteck21-Jun-05 1:54 
AnswerRe: how to contract empty tag &lt;col&gt;&lt;/col&gt; to &lt;col/&gt; in XSLT Pin
Javier Lozano22-Jun-05 11:48
Javier Lozano22-Jun-05 11:48 
GeneralRe: how to contract empty tag &lt;col&gt;&lt;/col&gt; to &lt;col/&gt; in XSLT Pin
Lyteck27-Jun-05 3:13
Lyteck27-Jun-05 3:13 
GeneralLoading custom control from XSLT Pin
randomnumber21-Jun-05 0:59
randomnumber21-Jun-05 0:59 
GeneralXSD Problem Pin
matt cole20-Jun-05 16:06
matt cole20-Jun-05 16:06 
GeneralXSD Problem Pin
Chetan Ranpariya13-Jul-05 22:29
Chetan Ranpariya13-Jul-05 22:29 

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.