|
Subject: [xsl] Template removes non-duplicate elements From: "Mark Wilson" <mark@xxxxxxxxxxxx> Date: Fri, 13 Mar 2009 18:41:36 -0700 |
Can someone help me fix my template? Thanks, Mark
Listing 1.
<Item>
<Heading entry="subject">Monasteries</Heading>
<Xref xref="see">
<Heading entry="subject">Abbeys and Monasteries</Heading>
</Xref>
</Item><List>
<Item>
<Heading entry="subject">Monasteries</Heading>
<Xref xref="see">
<Heading entry="subject">Abbeys and Monasteries</Heading>
</Xref>
</Item>
<Item>
<Heading entry="subject">Monasteries</Heading>
<Xref xref="see">
<Heading entry="subject">Abbeys and Monasteries</Heading>
</Xref>
</Item>
<Item>
<Heading entry="subject">Abbeys and Monasteries</Heading>
<Level1>
<SubDiv1>St Nicholas. Postal Card</SubDiv1>
</Level1>
</Item>
<Item>
<Heading entry="subject">Abbeys and Monasteries</Heading>
<Level1>
<SubDiv1>Porta Coeli</SubDiv1>
</Level1>
</Item>
<Item>
<Heading entry="subject">Abbeys and Monasteries</Heading>
<Level1>
<SubDiv1>Porta Coeli</SubDiv1>
</Level1>
</Item>
<Item>
<Heading entry="subject">Abbeys and Monasteries</Heading>
<Level1>
<SubDiv1>Strahov</SubDiv1>
<Level2>
<SubDiv2>Strahov Madonna</SubDiv2>
</Level2>
</Level1>
</Item>
</List><xsl:template match="@* | node()">
<xsl:copy>
<xsl:apply-templates select="@* | node()"/>
</xsl:copy>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Call for Participation -- Bal, B Tommie Usdin | Thread | RE: [xsl] Template removes non-dupl, Michael Kay |
| [xsl] Call for Participation -- Bal, B Tommie Usdin | Date | RE: [xsl] Template removes non-dupl, Michael Kay |
| Month |