|
Subject: [xsl] Group by parameter tag From: IZASKUN GUTIERREZ GUTIERREZ <igutierrez027@xxxxxxxxxxxxx> Date: Wed, 25 Mar 2009 11:05:01 +0100 |
<?xml version="1.0" encoding="windows-1252"?> <file xmlns="http://bibtexml.sf.net/">
<entry id="art">
<article>
<author>Isabel Menindez and Luis Perez</author>
<note>note1</note>
<note>note2</note>
</article>
</entry><entry id="conf">
<conference>
<author>Jhon Smith</author>
<note>note5</note>
</conference>
</entry><entry id="boo">
<book>
<title>The title</title>
<note>note3</note>
<note>note4</note>
</book>
</entry><entry id="inb">
<inbook>
<pages>42</pages>
</inbook>
</entry>
I need one template (version 1.0 or 2.0) to group values of tags note separated by "and" words, but I have a problem. Really, the tag I must group by must come like parameter. This is, I dont know really what is the name of the tag that I must group by.
<?xml version="1.0" encoding="windows-1252"?> <file xmlns="http://bibtexml.sf.net/">
<entry id="art">
<article>
<author>Isabel Menindez and Luis Perez</author>
<note>note1 and note2</note>
</article>
</entry><entry id="conf">
<conference>
<author>Jhon Smith</author>
<note>note5</note>
</conference>
</entry><entry id="boo">
<book>
<title>The title</title>
<note>note3 and note4</note>
</book>
</entry><entry id="inb">
<inbook>
<pages>42</pages>
</inbook>
</entry>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] A colon is not allowed in, Wendell Piez | Thread | Re: [xsl] Group by parameter tag, David Carlisle |
| RE: [xsl] A colon is not allowed in, Michael Kay | Date | RE: [xsl] Compound filter in for-ea, Alan Hale |
| Month |