This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Aggregation



>From: "Frenkel, Garry J." <garry.j.frenkel@ssa.gov>
>To: "'xsl-list@lists.mulberrytech.com'" <xsl-list@lists.mulberrytech.com>
>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@mulberrytech.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]