This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

DTD to Schema question


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]