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 ?




"Mengel Andre (FV/SLM) *" wrote:
> 
> Is it possible to determine the type of a simple content element within
> an XSL-Stylesheet by using the apropriate Schema ?
> 
not normally, but MSXML4 (just out in very first beta release) has
extensions to XPath to allow this, eg 

boolean ms:type-is(string URI, string local-name)

which can be used to select elements which are of a particalar type or
its descendents.

Francis.

 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]