|
Subject: [xsl] counting and grouping issue From: "Charles Ohana" <charles.ohana@xxxxxxxxxxxxxx> Date: Tue, 8 May 2007 14:19:19 -0400 |
OUTPUT ONE : 4 : Gary Numan : Are Friends Electric ONE : 4 : Gary Numan : We Are Glass ONE : 4 : Gary Numan : I Die You Die TWO : 4 : Gary Numan : Unknown TWO : 1 : Bob MArley : Jammin
EXPECTED OUTPUT ONE : 3 : Gary Numan : Are Friends Electric ONE : 3 : Gary Numan : We Are Glass ONE : 3 : Gary Numan : I Die You Die TWO : 1 : Gary Numan : Unknown TWO : 1 : Bob MArley : Jammin
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
<ApplicationCatalogue>
<Category name="category 1" description="ONE">
<Product code="TT000002630">
<Attributes>
<title>Are Friends Electric</title>
<author>Gary Numan</author>
</Attributes>
</Product>
<Product code="TT000002631">
<Attributes>
<title>We Are Glass</title>
<author>Gary Numan</author>
</Attributes>
</Product>
<Product code="TT000002632">
<Attributes>
<title>I Die You Die</title>
<author>Gary Numan</author>
</Attributes>
</Product>
</Category> <Category name="category 2" description="TWO">
<Product code="TT000002632">
<Attributes>
<title>Unknown</title>
<author>Gary Numan</author>
</Attributes>
</Product> <Product code="TT000002669">
<Attributes>
<title>Jammin</title>
<author>Bob Marley</author>
</Attributes>
</Product>
</Category>
</ApplicationCatalogue>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] retrieve elements with sa, George Cristian Bina | Thread | RE: [xsl] counting and grouping iss, Bjorndahl, Brad |
| Re: [xsl] [HS] Documentation for Ge, Florent Georges | Date | [xsl] saxon:evaluate from external , Matt Stoeffler |
| Month |