Re: XT Question -- Output always equals input

Subject: Re: XT Question -- Output always equals input
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 1 Sep 1999 16:48:01 +0100 (BST)
> This is indeed the problem.  So how do I set the namespace correctly?  TIA,

Usual way is:

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

You don't have to use the xsl: prefix, but most people do, but the
namespace URI has to be _exactly_ that, with (eg) capital T.

David


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


Current Thread