DTD to Schema question

Subject: DTD to Schema question
From: "Messineo, Chris" <CMessineo@xxxxxxxxx>
Date: Mon, 4 Dec 2000 08:18:35 -0800
Looking to use a schema instead of a dtd and am having problem with the link
to the schema in my xslt file.
 
Anybody know how to link to a schema, I'm doing something like
 

<TEST xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="http://www.caiso.com/test.xsd";>

<xsl:value-of select="@TEST"/>

....other structure here.

</TEST>

 

But I get errors.  <TEST> is my root element.


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


Current Thread