RE: [xsl] Glossary Help

Subject: RE: [xsl] Glossary Help
From: "Shailesh Shinde" <shailesh@xxxxxxxxxxxx>
Date: Sat, 29 Jul 2006 17:19:09 +0530
Hi,

Yes, having other divisions also in the xml? So, needs to update only the
part of xml where glossary needed.

--
Shailesh

-----Original Message-----
From: Mukul Gandhi [mailto:gandhi.mukul@xxxxxxxxx] 
Sent: Saturday, July 29, 2006 5:13 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Glossary Help

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