XQuery

XQuery

(pwalmsley@datypic.com)

ISBN: 0596006349

1st edition, , O'Reilly Media, Inc.

Chapter 23: Implementation-specific features

Example 23-1. Option declarations
declare namespace saxon="http://saxon.sf.net/";
declare option saxon:default "25";
declare variable $maxRowsToReturn external;
declare option saxon:output "method=xhtml";
Datypic XQuery Services