xsl-list
[Top] [All Lists]

Grouping and Matching!

2003-01-14 08:55:40
Hi all,

My xml :-

<report-root>
      <installations>
              <installation-dTO>
                      <title>Dell</title>
                      <site-title>Dover</site-title>
              </installation-dTO>
              <installation-dTO>
                      <title>Dare</title>
                      <site-title>Skye</site-title>
              </installation-dTO>
      </installations>
      <teams>
              <team-dTO>
                      <title>Shift A</title>
                      <installation>
                              <title>Dell</title>
                              <site-title>Kent</site-title>
                      </installation>
              </team-dTO>
              <team-dTO>
                      <title>Shift C</title>
                      <installation>
                              <title>Dare</title>
                              <site-title>Dover</site-title>
                      </installation>
              </team-dTO>
      </teams>
</report-root>

What my requirements are is to match my installations/installation-dTO/title 
with the 
teams/team-dTO/installation/title and my output to be similar to :-

Place | Title | Team

Kent  | Dell  | Shift A
Skye | Dare | Shift C

Both my place and title values are coming from installations but the team 
value associated with 
the installations is coming from my teams.

I am using FOP and generating PDF.

I hope I have included enough information and appreciate any help on the 
matter. 

Many thanks and best wishes to the forum,

George


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>
  • Grouping and Matching!, Simpson, George <=