XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
James HolcombSubject: Sample XQuery extension using .NET and Saxon
Author: James Holcomb
Date: 02 Jun 2009 03:16 PM
Could someone please post a simple example XQuery that uses a custom extension specifically for Saxon 9.1 and .NET (not Java) use?

Posttop
James HolcombSubject: Sample XQuery extension using .NET and Saxon
Author: James Holcomb
Date: 02 Jun 2009 06:52 PM
This XQuery with Saxon 9.1:

declare namespace env="clitype:System.Environment";
declare namespace os="clitype:System.OperatingSystem";
let $os := env:OSVersion() return
<v platform="{os:Platform($os)}" version="{os:Version($os)}"/>

produces the error:

Error: on line 3 ; XPST0017: Cannot find a matching 0-argument function named {clitype:System.Environment}OSVersion();

 
Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.