[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: xsl:function "complex" return type
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 12 May 2009 14:48:17 +0100
> I want an XSL function to return one string and two integers. 

The most precise XPath type to express that is xs:anyAtomicType*

(You can define a type in your schema that's essentially list(union(string,
integer)), but unfortunately you can't use list and union types in XSLT
function signatures.)

Michael Kay
http://www.saxonica.com/

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member