XSL and XML schema

Hi all,

This is a general question on XSL.

Can i access an XML node's property which

will be described in the XML schema/DTD

from the XSL ?

For example, in the xml schema if i define

that a node can have a value from a list of

values (tokens), i need to show the list of

values in the select box, from which i can 

select one of those values as node value.

So to show the select box which i will do it

in XSL, i need to access DTD/Schema to get the

list of values

thanks,

mani

Received on Tuesday, 29 January 2002 18:24:31 UTC