RE: [xsl] question about javascript and XSL

Subject: RE: [xsl] question about javascript and XSL
From: Greg Faron <gfaron@xxxxxxxxxxxxxxxxxx>
Date: Tue, 07 May 2002 13:53:19 -0600
At 01:39 PM 5/7/2002, you wrote:
<xsl:stylesheet version="1.0"
xmlns:xsl="xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

This line here is incorrect. Everything else is fine. You state xmlns:xsl="xmlns:xsl=" which is incorrect. Try this:

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>



Greg Faron
Integre Technical Publishing Co.



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


Current Thread