<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>XSL and schema</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hi all,</FONT>
<BR><FONT SIZE=2>This is a general question on XSL.</FONT>
<BR><FONT SIZE=2>Can i access an XML node's property which</FONT>
<BR><FONT SIZE=2>will be described in the XML schema/DTD</FONT>
<BR><FONT SIZE=2>from the XSL ?</FONT>
</P>

<P><FONT SIZE=2>For example, in the xml schema if i define</FONT>
<BR><FONT SIZE=2>that a node can have a value from a list of</FONT>
<BR><FONT SIZE=2>values (tokens), i need to show the list of</FONT>
<BR><FONT SIZE=2>values in the select box, from which i can </FONT>
<BR><FONT SIZE=2>select one of those values as node value.</FONT>
</P>

<P><FONT SIZE=2>So to show the select box which i will do it</FONT>
<BR><FONT SIZE=2>in XSL, i need to access DTD/Schema to get the</FONT>
<BR><FONT SIZE=2>list of values</FONT>
</P>

<P><FONT SIZE=2>thanks,</FONT>
<BR><FONT SIZE=2>mani</FONT>
</P>

</BODY>
</HTML>