xsl-list
[Top] [All Lists]

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

2005-11-17 09:52:53


   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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--