[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Glossary Help


Subject: Re: [xsl] Glossary Help
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Sat, 29 Jul 2006 17:13:07 +0530

On 7/29/06, Shailesh Shinde <shailesh@xxxxxxxxxxxx> wrote:
Migrating glossary xsl code to main xsl----which copies source xml to
outputxml with Updates of glossary elements in outputxml, but getting output
with no contents in divisions. Except glossary. What changes will required?

As per the XML you posted lasted, this template looks unnecessary (or you have something else also in the XML).

<xsl:template match="*">
   <xsl:copy>
       <xsl:copy-of select="@*"/>
       <xsl:apply-templates/>
    </xsl:copy>
</xsl:template>

I think, we need more explanation about what you are trying to do exactly.

Regards,
Mukul

http://gandhimukul.tripod.com


Current Thread
Keywords