|
Subject: [xsl] Transforming augmented XHTML to XHTML using XSLT From: "Aaron Gray" <angray@xxxxxxxx> Date: Fri, 21 Mar 2008 21:17:57 -0000 |
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
xmlns="http://www.w3.org/1999/xhtml"
> <xsl:template match="/">
<html>
<xsl:apply-templates select="." mode="html"/>
</html>
</xsl:template> <xsl:template match="head" mode="html">
head
<xsl:copy-of select="*"/>
</xsl:template> <xsl:template match="body" mode="html">
body
<xsl:copy-of select="*"/>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] How To Calculate Set of U, Michael Kay | Thread | Re: [xsl] Transforming augmented XH, G. Ken Holman |
| RE: [xsl] How To Calculate Set of U, Michael Kay | Date | Re: [xsl] Transforming augmented XH, G. Ken Holman |
| Month |