Err… I mean:
convert:binary-to-string(db:retrieve(‘some’,’some.txt’))
Can I skip the base64 part?
Kendall
From: basex-talk-bounces@mailman.uni-konstanz.de on behalf of Kendall Shaw kendall.shaw@workday.com Date: Wednesday, October 26, 2016 at 5:05 PM To: "basex-talk@mailman.uni-konstanz.de" basex-talk@mailman.uni-konstanz.de Subject: [basex-talk] Text resources
Is this how I should retrieve text that is stored using db:store, within xquery?
stream:materialize(db:retrieve(‘some’,’some.txt’))
?
Kendall
convert:binary-to-string(db:retrieve(‘some’,’some.txt’))
…exactly. I have added a little example to our documentation.
Cheers, Christian
basex-talk@mailman.uni-konstanz.de