You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Pa...@lotus.com on 2000/06/26 21:11:16 UTC

Re: Problem using testxslt.exe

Replace the namespace declaration you have;
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">

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

Paul