|
Subject: [xsl] source XSL to output XSL but removing leading spaces in the source XSL From: "Steven Giang" <gdprg@xxxxxxxxxxx> Date: Wed, 08 Aug 2007 13:39:11 -0700 |
<?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="*"> <xsl:copy> <xsl:for-each select="@*"> <xsl:copy/> </xsl:for-each> <xsl:apply-templates/> </xsl:copy> </xsl:template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] numbering nodes in result, Angela Williams | Thread | Re: [xsl] source XSL to output XSL , Abel Braaksma (onlin |
| [xsl] numbering nodes in result tre, Angela Williams | Date | Re: [xsl] source XSL to output XSL , Abel Braaksma (onlin |
| Month |