[MarkLogic Dev General] Set Operations

2010-12-09 Thread Gnana Thomas Arockiam
Team, I have following two xmls, *\test\BookCatalog.xml* catalog book id=101 authorGambardella, Matthew/author titleXML Developer's Guide/title /book book id=102 authorRalls, Kim/author titleMidnight Rain/title /book /catalog *\test\NewBookCatalog.xml* catalog book id=101

Re: [MarkLogic Dev General] Set Operations

2010-12-09 Thread G. Ken Holman
At 2010-12-09 10:19 -0500, Gnana Thomas Arockiam wrote: Team, I have following two xmls, \test\BookCatalog.xml catalog book id=101 authorGambardella, Matthew/author titleXML Developer's Guide/title /book book id=102 authorRalls, Kim/author titleMidnight Rain/title /book /catalog

Re: [MarkLogic Dev General] Web service user authentication with Marklogic

2010-12-09 Thread DJaun Maclin
Hey Sam, Thanks for your input! That's exactly the way I've decided to go. Sending the credentials in the HTTP header is what I was looking for. Thanks again! Dj From: general-boun...@developer.marklogic.com

Re: [MarkLogic Dev General] Question about xdmp:url-encode

2010-12-09 Thread Sam Neth
You might also just need fn:encode-for-uri, which produces upper case hex digits. Depending on the source of the data, I might be concerned about the risk of variation in the set of reserved characters though. I'd probably lean towards comparing to a decoded copy of the string, stored with or