Re: [xsl] get xsd element type

Subject: Re: [xsl] get xsd element type
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 27 Feb 2004 17:48:28 GMT
  Is there any possibility beyond parser extension functions to get the
 XSD type of an element? 


there is a type tagger stylesheet (ask google) that will read a schema
and a document and annotate elements with an xsl:type so then a second
pass over the annotated  document can get the types from teh xsl:type
attribute, I don't think it promises to do a 100% job of all schema's
dark corners though.

XSLT2 has an optional component to give access to this but currently
only saxon seems to implement xslt2 draft and not that option.

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread