|
Subject: Re: [xsl] Newbie wants comments too . . . From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Wed, 07 May 2008 17:05:08 -0400 |
<xsl:template match="comment()"> <xsl:copy-of select="."/> </xsl:template>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" indent="yes"/> <!-- indent 'yes' asks your serializer to indent so you don't have to -->
<xsl:template match="AsiaInfoDb">
<aitags>
<xsl:apply-templates/>
</aitags>
</xsl:template><xsl:template match="AsiaInfoDb/*">
<aitag id="{name()}">
<xsl:copy-of select="@*"/>
<xsl:value-of select="."/>
</aitag>
</xsl:template>Enjoy -- Wendell
====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Newbie wants comments too . ., Frank Merrow | Thread | Re: [xsl] Newbie wants comments too, Wendell Piez |
| [xsl] Newbie wants comments too . ., Frank Merrow | Date | Re: [xsl] Newbie wants comments too, Wendell Piez |
| Month |