Re: [MarkLogic Dev General] SPARQL Random Timeout

2014-07-31 Thread Joel Ruisi
Thanks Mike. Did the upgrade and so far so good. I've ran the same baseline queries, and haven't had any timeout issues yet. Looks like it fixed it. Joel On Wed, Jul 30, 2014 at 11:44 AM, Michael Blakeley wrote: > The latest release is 7.0-3 and includes several bug fixes related to > tripl

Re: [MarkLogic Dev General] XSLT check if result document has been created

2014-07-31 Thread Erik Hennum
Hi, Erik: In MarkLogic, you can use a map in XSLT. You need to declare the map namespace. Here is an example from the use of transforms in the REST API: http://docs.marklogic.com/guide/rest-dev/transforms#id_16898 In nominal solidarity, Erik Hennum

Re: [MarkLogic Dev General] XSLT check if result document has been created

2014-07-31 Thread Garrow, Heather
The closest thing to a map I've found in XSLT is -Original Message- From: general-boun...@developer.marklogic.com [mailto:general-boun...@developer.marklogic.com] On Behalf Of Erik Zander Sent: Thursday, July 31, 2014 4:16 AM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev

Re: [MarkLogic Dev General] XSLT check if result document has been created

2014-07-31 Thread Erik Zander
Hello Mike Yes to use a map would be ideal, and actually one of my first thoughts however upon googling for maps and xslt I got the impression that XSLT doesn't have maps, is that the case? If so I would have to write my own map which I admit I haven't yet figured out as XSLT is declarative...