|
Subject: Re: [xsl] How do I change a XSL style sheet to group data together under one heading From: "kieters c" <kieters@xxxxxxxxxxx> Date: Fri, 18 May 2007 12:10:01 +0000 |
This is what I have done <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<submission imis_company_code="0001843309" ws_name="LENNOX">
<xsl:apply-templates />
</submission>
</xsl:template> <!-- any direct child of 'sample' must be turned into an attribute -->
<xsl:template match="sample/*">
<xsl:attribute name="{name()}">
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] How do I change a XSL sty, Abel Braaksma | Thread | Re: [xsl] How do I change a XSL sty, Abel Braaksma |
| Re: [xsl] Return system's date and , J. S. Rawat | Date | Re: [xsl] Return system's date and , Mukul Gandhi |
| Month |