|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] Using UNC file paths in Saxon XqueryAlexander, Kim (Kim) Kim.Alexander at ElPaso.comTue Jan 17 16:50:21 PST 2006
Hi All,
I'm needing a bit of help.
I'm using the Saxon implementation of XQuery (actually Saxon.Net) on
Windows and am enjoying having the ability to tinker with Xquery from
DotNet sans SQL Server.
I'm trying to make use of UNC file paths in my XQuery and am getting a
error I haven't been able to resolve - possibly because I'm not familiar
enough with Java..
The Error is::
Error at function local:Combine() on line 85
Invalid URI {file:////tsclient/C/_Backup_of...} - base
{file:/c:/_temp/Coll_APP.xml}:
doesn't match URI regular expression:
file://tsclient/C/_Backup_offline/UALogs/APS/Log_2005-12-14_Log
.xml
Here's Coll_APP.xml
<?xml version="1.0" encoding="UTF-8"?>
<collection>
<doc
href="file:////tsclient/C/_Backup_offline/UALogs/APS/Log_2005-12-14.xml"
/>
<doc
href="file:////tsclient/C/_Backup_offline/UALogs/APS/Log_2005-12-15.xml"
/>
<doc
href="file:////tsclient/C/_Backup_offline/UALogs/APS/Log_2005-12-16.xml"
/>
<doc
href="file:////tsclient/C/_Backup_offline/UALogs/APS/Log_2005-12-17.xml"
/>
</collection>
I've read a post on SourceForge in the Saxon.Net project forum that
suggested using 4 forward slashes
As I've done above but that got the error above, I've also tried three
and two slashes without success.
Please forward me any suggestions you may have.
Thanks,
K. Alexander
******************************************************************
This email and any files transmitted with it from the ElPaso
Corporation are confidential and intended solely for the
use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the
sender.
******************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://xquery.com/pipermail/talk/attachments/20060117/c6c9949b/attachment.htm
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






