| 
 
Subject: Re: [xsl] xml to xml mapping - how to combine two groups From: "Jay Bryant" <jay@xxxxxxxxxxxx> Date: Thu, 3 Jan 2008 16:41:09 -0600  | 
<WRAPPER>
 <LIST_CREATION>
   <CREATION>
     <CREATION_DATE>03-OCT-07</CREATION_DATE>
   </CREATION>
 </LIST_CREATION>
 <LIST_NOTE>
   <NOTE>
     <OUT_NOTE>Blue Box</OUT_NOTE>
   </NOTE>
   <NOTE>
     <OUT_NOTE>Red Box</OUT_NOTE>
   </NOTE>
 </LIST_NOTE>
</WRAPPER><xsl:template match="WRAPPER"> <xsl:apply-templates/> </xsl:template>
Jay Bryant Bryant Communication Services http://www.bryantcs.com
<LIST_CREATION> <CREATION> <CREATION_DATE>03-OCT-07</CREATION_DATE> </CREATION> </LIST_CREATION> <LIST_NOTE> <NOTE> <OUT_NOTE>Blue Box</OUT_NOTE> </NOTE> <NOTE> <OUT_NOTE>Red Box</OUT_NOTE> </NOTE> </LIST_NOTE>
I need to map these into one grouping. I would like the result to be something like:
<LIST_COMBINED> <COMBINED> <CREATION_DATE>03-OCT-07</CREATION_DATE> <OUT_NOTE>Blue Box</OUT_NOTE> </COMBINED> <COMBINED> <OUT_NOTE>Red Box</OUT_NOTE> </COMBINED> </LIST_COMBINED>
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] xml to xml mapping - how to c, Andy.Lewis | Thread | [xsl] xml to xml mapping - how to c, Andy.Lewis | 
| Re: [xsl] document() function and e, David Carlisle | Date | Re: [xsl] document() function and e, Abel Braaksma | 
| Month |