Subject: Re: MSXML or possible alternate solutions...
From: "Rudolf P. Weinmann" <rudolf.weinmann@xxxxxx>
Date: Mon, 31 Jul 2000 17:55:52 +0200
|
> I am attempting to get the MSXML processor to load xml files in IE 5 with
> the appropriate stylesheet. The problem is that what I get displayed is
> just each of my templates, applied in sequential order which they appear
in
> my stylesheet, with no information included from the xml file.
Which version of msxml are you using?
Maybe it's a matter of namespace.
Older version use xmlns:xsl="http://www.w3.org/TR/WD-xsl"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" only works with the new
versions.
Get the latest preview release and try again.
Rudolf P. Weinmann
Innovation Process Technology Inc.
Switzerland
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|