[Mulgara-dev] Fw: URI escaped things don't work...

William Mills wmills_92105 at yahoo.com
Tue Mar 18 03:59:15 UTC 2008


OK, so I found that XML escaping works, so the following succeeds:

    insert <librange:build&x7B;1-3&x7D;.msg.corp.yahoo.com><atom:expandsto> 'build1.msg.corp.yahoo.com' into<frustration:rolesdb> ;

but it is unfortunately escaped on the way out when using the SOAP interface (this is the expected icky behavior).

Why allow XML escaping on URIs and not URI escaping?

-bill

----- Forwarded Message ----
From: William Mills <wmills_92105 at yahoo.com>
To: Mulgara Dev <mulgara-dev at mulgara.org>
Sent: Monday, March 17, 2008 8:38:21 PM
Subject: URI escaped things don't work...

I am encountering a problem with properly (I think) URI escaped strings.  The following works as expected:;

    insert <role:dev> <atom:contains> 'build{1-3}.msg.corp.yahoo.com' into <frustration:rolesdb> ;

But neither of the following work:

    insert <librange:build%7B1-3%7D.msg.corp.yahoo.com> <atom:expandsto> 'build1.msg.corp.yahoo.com' into <frustration:rolesdb> ;

    insert <librange:build{1-3}.msg.corp.yahoo.com><atom:expandsto> 'build1.msg.corp.yahoo.com' into<frustration:rolesdb> ;

What's the deal?

thanks,

-bill








More information about the Mulgara-dev mailing list