|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Copying XHTML
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








