|
Subject: Re: [xsl] Oracle-->Cursor showing <col_row num="1"> From: Peter Hickman <peter@xxxxxxxxxxxxx> Date: Fri, 19 Aug 2005 16:22:42 +0100 |
<xsl:template match="/"> <xsl:apply-templates select="*|@*"/> </xsl:template>
<xsl:template match="indications_row"> <xsl:apply-templates/> </xsl:template>
<xsl:template match="@*">
<xsl:attribute name="{name()}">
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template> <xsl:template match="*">
<xsl:element name="{name()}">
<xsl:apply-templates/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Oracle-->Cursor showing <, Peter Hickman | Thread | RE: [xsl] Oracle-->Cursor showing <, Michael Kay |
| Re: [xsl] Oracle-->Cursor showing <, Peter Hickman | Date | RE: [xsl] Creation of DTD, Michael Kay |
| Month |