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]

Re: How to determine element-type ?



On Mon, Apr 23 '01 at 16:33, Mengel Andre (FV/SLM) * wrote:
> refering to an XML-File and its apropriate Schema-File, I want determine the
> type of the simple content elements in the XML-File. 
> For example 
> 
> <float>10.0<float>
> 
> would be the float Type.
> Is it possible to determine the type of a simple content element within
> an XSL-Stylesheet by using the apropriate Schema ?
No, XSL-T 1.0 does not know anything about schemas, you could write your
own extension function (to check for a datatype).
Or, if you just want to know how <float/> is defined in your Schema. you
could write some XSL-T that searches for the definition.
This would not check wether a given element's value is of type float, it
could just tell you that it ought to be a float.

Cu,
    Goetz.

PGP signature


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