xsl-list
[Top] [All Lists]

Re: [xsl] Glossary Help

2006-07-29 04:43:22
On 7/29/06, Shailesh Shinde <shailesh(_at_)quagnito(_dot_)com> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>