Click here to Skip to main content
15,913,685 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralXML Generic Form generator/handler Pin
3-Feb-03 1:55
suss3-Feb-03 1:55 
GeneralRe: XML Generic Form generator/handler Pin
berndg3-Feb-03 5:18
berndg3-Feb-03 5:18 
GeneralRe: XML Generic Form generator/handler Pin
Anonymous3-Feb-03 5:49
Anonymous3-Feb-03 5:49 
QuestionIs this thing on? Pin
Jamie Hale30-Jan-03 6:42
Jamie Hale30-Jan-03 6:42 
AnswerRe: Is this thing on? Pin
palbano30-Jan-03 9:01
palbano30-Jan-03 9:01 
AnswerRe: Is this thing on? Pin
Michael Dunn30-Jan-03 17:46
sitebuilderMichael Dunn30-Jan-03 17:46 
AnswerRe: Is this thing on? Pin
Nitron18-Feb-03 14:32
Nitron18-Feb-03 14:32 
GeneralMerging DOMs Pin
Jamie Hale28-Jan-03 23:53
Jamie Hale28-Jan-03 23:53 
Is there a nice way to do this?

For instance, if I have the following two DOMS:

<document>
<collection>
<book>First</book>
<book>Second</book>
</collection>
</document>

and

<document>
<collection>
<book>Third</book>
<book>Fourth</book>
</collection>
</document>

I would like to end up with the following:

<document>
<collection>
<book>First</book>
<book>Second</book>
<book>Third</book>
<book>Fourth</book>
</collection>
</document>

I know I can do it programmatically, but I'd love to find a way to merge it for free. Smile | :) I haven't found a method to do it... Will I have to use XSL?

J

<small><center>May the bear never have cause to eat you.</center></small>
GeneralRe: Merging DOMs Pin
Chris Richardson30-Jan-03 17:54
Chris Richardson30-Jan-03 17:54 
GeneralRe: Merging DOMs Pin
Jamie Hale31-Jan-03 0:11
Jamie Hale31-Jan-03 0:11 
QuestionXForms, any thoughts? Pin
berndg23-Jan-03 10:29
berndg23-Jan-03 10:29 
AnswerRe: XForms, any thoughts? Pin
Neville Franks29-Jan-03 0:30
Neville Franks29-Jan-03 0:30 
GeneralRe: XForms, any thoughts? Pin
berndg29-Jan-03 6:42
berndg29-Jan-03 6:42 
GeneralRe: XForms, any thoughts? Pin
Neville Franks30-Jan-03 0:47
Neville Franks30-Jan-03 0:47 
GeneralRe: XForms, any thoughts? Pin
berndg30-Jan-03 5:13
berndg30-Jan-03 5:13 
GeneralXML reserved words Pin
Anonymous20-Jan-03 8:56
Anonymous20-Jan-03 8:56 
GeneralRe: XML reserved words Pin
Stephane Rodriguez.20-Jan-03 9:00
Stephane Rodriguez.20-Jan-03 9:00 
GeneralRe: XML reserved words Pin
Anonymous20-Jan-03 9:11
Anonymous20-Jan-03 9:11 
GeneralRe: XML reserved words Pin
Michael A. Barnhart20-Jan-03 9:20
Michael A. Barnhart20-Jan-03 9:20 
GeneralRe: XML reserved words Pin
Anonymous20-Jan-03 9:32
Anonymous20-Jan-03 9:32 
Generalxsl:if and xsl:apply-template Pin
karanba17-Jan-03 0:30
karanba17-Jan-03 0:30 
GeneralRe: xsl:if and xsl:apply-template Pin
Christian Graus19-Jan-03 11:05
protectorChristian Graus19-Jan-03 11:05 
GeneralRe: xsl:if and xsl:apply-template Pin
Stephane Rodriguez.20-Jan-03 9:01
Stephane Rodriguez.20-Jan-03 9:01 
GeneralRe: xsl:if and xsl:apply-template Pin
Christian Graus20-Jan-03 11:42
protectorChristian Graus20-Jan-03 11:42 
Questionwhat is wrong with it Pin
karanba16-Jan-03 11:10
karanba16-Jan-03 11:10 

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.