Ah... thx. That might work out for my needs. I will give this a try. Robby
-----Original Message----- From: Charles Foster [mailto:[email protected]] Sent: Thursday, August 23, 2012 4:34 PM To: [email protected] Subject: Re: [Sedna-discussion] is it possible to also store non XML content I think Sedna may be able to store document-node() items which have root level text() nodes. For instance, in se_term, try: CREATE DOCUMENT "test.txt" & UPDATE INSERT text { "Hello" } into fn:doc("test.txt") & fn:doc("test.txt")/node() & You can also store re-usable XQuery Library Modules [1] in Sedna via: LOAD MODULE "path_to_file", ..., "path_to_file" Regards, Charles [1] http://www.sedna.org/progguide/ProgGuidesu8.html On 23 August 2012 10:50, Robby Pelssers <[email protected]> wrote: > Hi all, > > > > I was wondering if first of all Sedna can be used to store non XML content > and if so... how would one do this? > > > > I was considering storing Xqueries into a database and although a relational > database would get the job done, we already have sedna up and running so if > I could save the trouble... > > > > Robby > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Sedna-discussion mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sedna-discussion > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Sedna-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sedna-discussion ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Sedna-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sedna-discussion
