This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Updated Kawa-XQuery web page


This web page http://www.gnu.org/software/kawa/xquery
contains updated information about Kawas-XQuery, which is the
support in Kawa for the (draft) XML Query language.

While XQuery is nice, there is something to be said for Scheme
syntax, for example that you use the same syntax for element
construction and function calls.  You might find the following
code interesting:

  (print-as-xml (:h1 "This is a title"))

This works because I've made Keyword be a sub-class of
Procedure.  Watch this space for more news later ...



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]