Subject: RE: [xsl] Unique sorting From: "dragonjia" <dragon@xxxxxxxxxxxxxxxx> Date: Wed, 26 Dec 2001 10:03:40 +0800 |
is there something wrong with my xsl?? but It report: XSL Runtime Error Required attribute 'match' is missing. I'm puzzling... <?xsl version="1.0" encoding="GB2312"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <xsl:template><xsl:apply-templates/></xsl:template> <xsl:template match="/"> <html> <head><title>my test</title> </head> <body> <xsl:apply-templates select="clone"/> </body> </html> </xsl:template> -----Original Message----- From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Markus Spath Sent: 2001年12月25日 6:33 To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: Re: [xsl] Unique sorting Hi David, I had the same problem and Joerg recommended me Jeni's site: http://www.jenitennison.com/xslt/grouping/muenchian.html which probably will help you out too. merry x-mas to all, Markus David Dymm wrote: > > Assume the following XML hierarchy: > > A -|- B -|- C -|- D -|- E > > repeated **many** times within the document. I want to produce an unique > sort based on the value of C so that each value of C is only repeated once > in my output. How is this done? > > David Dymm > SAIC > 304 284-9000 x228 > 304 284-9001 [fax] > Dymm@xxxxxxxxx > > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Unique sorting, Markus Spath | Thread | Re: [xsl] Unique sorting, Joerg Heinicke |
Re: [xsl] Unique sorting, Markus Spath | Date | [xsl] how to assign a xsl variable , Saurabh Mahajan |
Month |