Use Cases

Cases for extending XQuery

The use case described below and made available for download is user submitted and as such we accept no responsibility for its content!

The raw submitted use case data is also available here: http://www.exquery.org/standards/use-cases/b8a7b522-c735-4b76-9626-8c76895a68b7.xml

harmonise serialisation output options

by Jim Fuller, on 2009-03-27T12:39:16.28-07:00






declare option exq:output "exq:strip-namespaces=http://www.test.org/test";



serialisation in xquery is defined here http://www.w3.org/TR/xslt-xquery-serialization/EXQuery could define a set of new options, ala defining a exq:options which takes all the std and allows us to add morefor example if we wanted to standardize the persnickity issue of stripping specific namespaces from the output (which effectively puts stripped elements into default namespace) we could ...