Re: [xsl] NEED YOUR HELP! (FILES INCLUDED)

Subject: Re: [xsl] NEED YOUR HELP! (FILES INCLUDED)
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Mon, 03 Jun 2002 23:40:47 +0200
normbishop1@xxxxxxxxxxxx wrote:
Why didn't it do the actual subscript of 'testsub'?
...
<?xml version="1.0" encoding="utf-8" ?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; >
<xsl:template match="/" > <xsl:value-of select="."/>

Use <xsl:copy-of select="."/> here.


J.Pietschmann



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


Current Thread