Published in: Other
<!-- Identity Transform --> <xsl:template match="node() | @*"> <xsl:copy> <xsl:apply-templates select="@*"/> <xsl:apply-templates/> </xsl:copy> </xsl:template>
You need to login to post a comment.
The iPhone Developer's Cookbook
The “iPhone Developer’s Cookbook” introduces Apple’s iPhone SDK to readers and provides step-by-step details on how to build programs that run on the iPhone and iPod touch.
greystate on 05/21/08
Published in: Other
<!-- Identity Transform --> <xsl:template match="node() | @*"> <xsl:copy> <xsl:apply-templates select="@*"/> <xsl:apply-templates/> </xsl:copy> </xsl:template>
You need to login to post a comment.