Is this how I should retrieve text that is stored using db:store, within xquery?

 

stream:materialize(db:retrieve(‘some’,’some.txt’))

 

?

 

Kendall