Re: [xsl] Complex type as the 'xsl:variable/@as' value

Subject: Re: [xsl] Complex type as the 'xsl:variable/@as' value
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 17 Nov 2005 16:52:53 GMT
>    XPST0003: SequenceType syntax error a

the as=... attribute has to be a sequence type.
ie it has to match
http://www.w3.org/TR/xpath20/#doc-xpath-SequenceType

which means that you can refer to schema-defined atomic types but
structure must be expressed in terms of the XPath sequence type
constructors, not by reference to a named schema type.


You can refer to a schema defined complex type using [xsl:]type, but not
on xsl:variable.

see

http://www.w3.org/TR/xslt20/#validation


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
________________________________________________________________________

Current Thread