[xsl] Aggregation

Subject: [xsl] Aggregation
From: Mulberry Technologies List Owner <xsl-list-owner@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 7 Sep 2001 17:09:31 -0400
>From: "Frenkel, Garry J." <garry.j.frenkel@xxxxxxx>
>To: "'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'" <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
>Subject: Help with aggregation
>Date: Fri, 7 Sep 2001 15:58:26 -0400
>
>Assuming the following xml fragment:
><eas>
><ea>
><st>1</st>
><type1>Y</type1>
><type2>N</type2>
><type3>Y</type3>
></ea>
><ea>
><st>1</st>
><type1>Y</type1>
><type2>N</type2>
><type3>N</type3>
></ea><ea>
><st>2</st>
><type1>Y</type1>
><type2>N</type2>
><type3>N</type3>
></ea>
>etc.
></eas>
>
>The result needs to be an HTML Table like:
>
>State	Type1	Type2	Type3
>1	  X           X
>2       X
>
>In other words for every state designate if it supports any type as denoted
>by the Y in the typex element.
>
>I've been fooling around with this for a couple of days and am about to give
>up and use the DOM programatically.  I'd appreciate any help.


-- 
======================================================================
B. Tommie Usdin                        mailto:btusdin@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com  
17 West Jefferson Street                           Phone: 301/315-9631
Suite 207                                    Direct Line: 301/315-9634
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML              
======================================================================

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


Current Thread