[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: 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?
<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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|