Subject: RE: New to XSL - invalid token error
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 31 Jan 2003 19:38:21 -0000
|
> Don't feel too bad - you may have been thinking of XQuery
> syntax, which
> uses not-quite-XML constructs such as...
>
> | return
> <book authorCount={ count($authors) }/>
>
Recent drafts of XQuery are closer to real XML syntax. You now write
return <book authorCount="{ count($authors) }"/>
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|