Re: [xsl] Converting WordML to a XHTML list

Subject: Re: [xsl] Converting WordML to a XHTML list
From: "cking" <cking@xxxxxxxxxx>
Date: Tue, 24 Aug 2004 13:03:52 +0200
Forgot to add this to my previous msg:

<xsl:template match="w:t">
    <li><xsl:value-of select="."/></li>
</xsl:template>

Current Thread