[Home] [By Thread] [By Date] [Recent Entries]

Subject: Copying XHTML
From: Mika.Borner@xxxxxxxx
Date: Tue, 17 Apr 2001 14:46:31 +0300
Hi

I have a normal  XHTML document as the source.

My goal is to copy anything under the body tag to the output.

The XSL handels all the necessary XHTML tags to make it a valid document.

First I try to match the root element:

<xsl:template match="/">
  <html>
  <xsl:apply-templates/>
  <html>
</xsl:template>

Then I try to deep copy the body

<xsl:template match="body">
  <xsl:copy-of select="*"/>
</xsl:template>

I only want everything beneath the body element.
The other tags I will compose myself.

After hours of trying I haven't found out....

Can anyone help me?

Thanks, Mika


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • Copying XHTML
    • Mika . Borner - Tue, 17 Apr 2001 07:46:43 -0400 (EDT) <=
      • Ronald - Tue, 17 Apr 2001 08:09:45 -0400 (EDT)
        • Ronald - Tue, 17 Apr 2001 08:13:19 -0400 (EDT)
          • Ronald - Tue, 17 Apr 2001 08:16:50 -0400 (EDT)
          • David Carlisle - Tue, 17 Apr 2001 08:50:54 -0400 (EDT)
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member