<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		
		<title>BaseX Database News</title>
		<link>http://basex.org/</link>
		<description>BaseX//["Database" or "XQuery" or "XML"]</description>
		<language>en</language>
		<image>
			<title>BaseX Database News</title>
			<url>http://basex.org/typo3conf/ext/tt_news/ext_icon.gif</url>
			<link>http://basex.org/</link>
			<width>18</width>
			<height>16</height>
			<description>BaseX//["Database" or "XQuery" or "XML"]</description>
		</image>
		<generator>TYPO3 - get.content.right</generator>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		
		
		
		<lastBuildDate>Tue, 07 Feb 2012 23:47:00 +0100</lastBuildDate>
		
		
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BasexDatabaseNews" /><feedburner:info uri="basexdatabasenews" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
			<title>BaseX 7.1: The XMLPrague 2012 Edition</title>
			<link>http://feedproxy.google.com/~r/BasexDatabaseNews/~3/J67mvjjoIlI/</link>
			<description>Dear all,three months have passed, and we are now proud to release BaseX 7.1, a.k.a. the XMLPrague...</description>
			<content:encoded><![CDATA[Dear all,<br />three months have passed, and we are now proud to release BaseX 7.1, a.k.a. the XMLPrague 2012 Edition! These are some of the new exciting features (a full list is attached below):
<ul><li>GUI: the management of your databases, documents &amp; binary files and index structure has got easier than ever before!</li><li>JSON: import, query and export your JSON data via XQuery, REST, or on command line!</li><li>Incremental Indexing: update your text and attributes index in realtime!</li><li>Enhanced Path Statistics: retrieve distinct values of location paths in constant time!</li><li>New XQuery functions to simplify database, full-text, index, and repository access</li><li>New XQuery 3.0 Features: support for EQNames, namespace constructors, etc.</li><li>Revised Command-Line API: process multiple inputs or commands in one run</li><li>Document Index: improved update performance</li></ul>
BaseX is a light-weight, high-performance and scalable XML Database and XPath/XQuery Processor, including full support for the W3C Update and Full Text extensions. An interactive and user-friendly GUI frontend gives you great insight into your XML documents and collections. BaseX is platform independent, fully Open Source (BSD-licensed) and backed by commercial services. And what's best: it is easy to use and runs straight out of the box!
We hope you have fun with our latest release, and we're looking forward to your feedback,
Christian<br />BaseX Team<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=J67mvjjoIlI:ZyKj7FQMxd4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=J67mvjjoIlI:ZyKj7FQMxd4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BasexDatabaseNews/~4/J67mvjjoIlI" height="1" width="1"/>]]></content:encoded>
			
			
			<pubDate>Tue, 07 Feb 2012 23:47:00 +0100</pubDate>
			
		<feedburner:origLink>http://basex.org/about-us/news/newsdetails/basex-71-the-xmlprague-2012-edition/0be93a6e1e4ddf5f037b34b76769d667/</feedburner:origLink></item>
		
		<item>
			<title>BaseX 7.1</title>
			<link>http://feedproxy.google.com/~r/BasexDatabaseNews/~3/rkDyMkTRd7E/</link>
			<description>GUI
- improved document management: hierarchical view of databases resource- easier index...</description>
			<content:encoded><![CDATA[<b>GUI</b>
<pre>- improved document management: hierarchical view of databases resource<br />- easier index creation/removal and database optimization<br />- JSON/JsonML parser added<br />- editor: updated and reopened files are reverted from disk</pre>
<b>REST</b>
<pre>- automatic XML conversion of popular content types (JSON/JsonML, CSV, HTML)</pre>
<b>XQUERY</b>
<pre>- new index module for directly accessing database index structures<br />- new repository module to manage EXPath packages via XQuery<br />- db:list-details() returns information on the database resources<br />- db:content-type() retrieves the content-type of a specific database resource<br />- ft:tokens() returns full-text tokens stored in the index<br />- ft:tokenize() tokenizes a given input string<br />- util:path() returns the path to the (currently executed) query file<br />- util:time() prints the time needed to evaluate a given expression<br />- util:mem() prints the allocated memory for evaluating a given expression<br />- expanded QNames, computed namespace constructors</pre>
<b>COMMAND-LINE</b>
<pre>- multiple query files and -c/-i/-q flags can now be specified</pre>
<b>INDEXING</b>
<pre>- ID/Pre mapping, incremental indexing of value index structures<br />- document index fix: correct replacement of existing documents<br />- document index: faster updates</pre>
<b>OPTIONS</b>
<pre>- ADDRAW: add new resources as raw files if not filtered by CREATEFILTLER<br />- MAXLEN: max. length of strings to be added to the index structures<br />- MAXCATS: max. number of distinct values stored in statistics<br />- UPDINDEX: turn on incremental index updates for value indexes<br />- improved BINDINGS option</pre>
<b>CLIENT/SERVER</b>
<pre>- improved log output if query iterator is used<br />- new ActionScript API (thanks to Manfred Knobloch!)</pre>
<b>SERIALIZATION</b>
<pre>- a project specific &quot;newline&quot; parameter specifies the type of newline to be used</pre>
<b>COMMANDS</b>
<pre>- modified KILL command accepts IP:port combination to specify target</pre>
<b>TRANSLATIONS</b>
<pre>- Bahasa Indonesian: thanks to Andria Arisal!<br />- Mongolian: thanks to Tuguldur Jamiyansharav!</pre><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=rkDyMkTRd7E:ACxgdpRk-QQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=rkDyMkTRd7E:ACxgdpRk-QQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BasexDatabaseNews/~4/rkDyMkTRd7E" height="1" width="1"/>]]></content:encoded>
			
			
			<pubDate>Tue, 07 Feb 2012 23:43:00 +0100</pubDate>
			
		<feedburner:origLink>http://basex.org/about-us/news/newsdetails/basex-71/4970b7cac9b67ca3c6688e1822d08446/</feedburner:origLink></item>
		
		<item>
			<title>Meet the Team in Prague</title>
			<link>http://feedproxy.google.com/~r/BasexDatabaseNews/~3/oYGHPxacXvE/</link>
			<description>You are very welcome to join the BaseX Meetup in Prague.
The first BaseX Meetup aligned with the...</description>
			<content:encoded><![CDATA[Our core team will be present to give you a deep insight into our software, its features, and the future. 
You can find information regarding the meet up and registration on <link http://lanyrd.com/2012/basexprague/ _blank external-link-new-window>lanyrd</link>.
The planned agenda looks as follows:
<ul> <li><strong>BaseX 101</strong>: a quick introduction for newcomers</li> <li><strong>Powered by XML</strong>: Web applications inside the X stack</li> <li><strong>The Future</strong>: roadmap, planned features</li> <li><strong>Workshop</strong>: optimize your workflow with X technologies</li> <li><strong>Meet and greet</strong>: discuss BaseX with fellow users and developers</li> </ul>
The meet up will take place if we know that there will be enough participants on site.
	<b>Attendance is free</b> for <link http://www.xmlprague.cz/ - - "XMLPrague 2012">XML Prague</link> visitors, so please make sure to register early.
You are also very welcome to <i>share your experiences</i> with BaseX: 	let us know (<link http://twitter.com/BaseXdb - - "BaseX on Twitter">Twitter</link>, <link contact/ - - "BaseX | Contact">mailing list</link>), in case you would like to give a short talk.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=oYGHPxacXvE:JVOFBytVDmA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=oYGHPxacXvE:JVOFBytVDmA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BasexDatabaseNews/~4/oYGHPxacXvE" height="1" width="1"/>]]></content:encoded>
			
			
			<pubDate>Mon, 19 Dec 2011 06:37:00 +0100</pubDate>
			
		<feedburner:origLink>http://basex.org/about-us/news/newsdetails/meet-the-team-in-prague/35ae1d87479ce01a2c7d9a99db07396e/</feedburner:origLink></item>
		
		<item>
			<title>BaseX 7.0.2: 11-11-11 Edition</title>
			<link>http://feedproxy.google.com/~r/BasexDatabaseNews/~3/FQUJcQd8RQc/</link>
			<description>Hi everyone,we have just released a new maintenance release of BaseX, which contains the following...</description>
			<content:encoded><![CDATA[Hi everyone,<br />we have just released a new maintenance release of BaseX, which contains the following features and updates:
<b>FULL TEXT</b>
<pre>- Stemming support for Japanese text corpora<br />  (thanks to Toshio HIRAI!)</pre>
<b>STARTUP</b>
<pre>- Updated start scripts (thanks to Ralf Jung!)<br />- System property &quot;org.basex.path&quot; added to specify<br />  project's home directory (thanks to malamut2!)</pre>
<b>XQUERY</b>
<pre>- Numerous minor XQuery 3.0 enhancements and fixes<br />- Fix for db:optimize() calls (thanks to Martin Hillert!)</pre>
<b>STORAGE</b>
<pre>- Fix to retain newly introduced namespaces<br />  (thanks to Laurent Chevalier!)</pre>
<b>USERS</b>
<pre>- Default privileges for new users set to &quot;none&quot;<br />  (thanks to Pascal Heus!)</pre>
<b>REST</b>
<pre>- query base URI for evaluated queries is now $HTTPPATH<br />  (thanks to Florent Georges!)</pre>
We recommend everyone to switch to the latest version!&nbsp;Have fun,
Christian<br />BaseX Team<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=FQUJcQd8RQc:oRcDewrA4fo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=FQUJcQd8RQc:oRcDewrA4fo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BasexDatabaseNews/~4/FQUJcQd8RQc" height="1" width="1"/>]]></content:encoded>
			
			
			<pubDate>Fri, 11 Nov 2011 18:43:00 +0100</pubDate>
			
		<feedburner:origLink>http://basex.org/about-us/news/newsdetails/basex-702-11-11-11-edition/05c557f4c8ac8395fe8ac7d956c661a0/</feedburner:origLink></item>
		
		<item>
			<title>BaseX 7.0.2</title>
			<link>http://feedproxy.google.com/~r/BasexDatabaseNews/~3/P9S6_9svb9U/</link>
			<description>FULL TEXT
- Stemming support for Japanese text corpora  (thanks to Toshio HIRAI!)
STARTUP
-...</description>
			<content:encoded><![CDATA[<b>FULL TEXT</b>
<pre>- Stemming support for Japanese text corpora<br />  (thanks to Toshio HIRAI!)</pre>
<b>STARTUP</b>
<pre>- Updated start scripts (thanks to Ralf Jung!)<br />- System property &quot;org.basex.path&quot; added to specify<br />  project's home directory (thanks to malamut2!)</pre>
<b>XQUERY</b>
<pre>- Numerous minor XQuery 3.0 enhancements and fixes<br />- Fix for db:optimize() calls (thanks to Martin Hillert!)</pre>
<b>STORAGE</b>
<pre>- Fix to retain newly introduced namespaces<br />  (thanks to Laurent Chevalier!)</pre>
<b>USERS</b>
<pre>- Default privileges for new users set to &quot;none&quot;<br />  (thanks to Pascal Heus!)</pre>
<b>REST</b>
<pre>- query base URI for evaluated queries is now $HTTPPATH<br />  (thanks to Florent Georges!)</pre><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=P9S6_9svb9U:tiL2O5l5_-Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=P9S6_9svb9U:tiL2O5l5_-Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BasexDatabaseNews/~4/P9S6_9svb9U" height="1" width="1"/>]]></content:encoded>
			
			
			<pubDate>Fri, 11 Nov 2011 18:40:00 +0100</pubDate>
			
		<feedburner:origLink>http://basex.org/about-us/news/newsdetails/basex-702/5fdd0bab6a031869416271cc8cd212d6/</feedburner:origLink></item>
		
		<item>
			<title>BaseX 7.0.1</title>
			<link>http://feedproxy.google.com/~r/BasexDatabaseNews/~3/1xV6YDdmHsI/</link>
			<description>Hi all,
we are glad to announce BaseX 7.0.1, a minor update that is mainly a reaction on your...</description>
			<content:encoded><![CDATA[Hi all,
we are glad to announce BaseX 7.0.1, a minor update that is&nbsp;mainly a reaction on your first feedback, and an intent to optimize our distribution packages. Those are the most important changes:
<b>DISTRIBUTIONS:</b>
<pre>- Windows installer was updated to support latest features<br />- ZIP file was updated (initial config &amp; directories added)<br />- Short directory names are chosen if config file resides in app.dir.<br />- Start scripts have been improved</pre>
<b>XQUERY:</b>
<pre>- much faster execution of count() when applied to opened databases</pre>
<b>SERVER:</b>
<pre>- Flag -c connects to an existing database server<br />- Flag -s specifies a port for stopping the HTTP server (Jetty)<br />- Flag -S starts the HTTP server as a service<br />- running write operations will be completed before server is stopped</pre>
<b>API:</b>
<pre>- Ruby, Python, PHP, Java: clients updated</pre>
Enjoy the update; as usual we're looking forward to your feedback,
Christian<br />BaseX Team<br /><br /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=1xV6YDdmHsI:FoJKb0PC9H8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=1xV6YDdmHsI:FoJKb0PC9H8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BasexDatabaseNews/~4/1xV6YDdmHsI" height="1" width="1"/>]]></content:encoded>
			
			
			<pubDate>Sun, 23 Oct 2011 21:24:00 +0200</pubDate>
			
		<feedburner:origLink>http://basex.org/about-us/news/newsdetails/basex-701/771fcab1485b6a110b319532b94591ee/</feedburner:origLink></item>
		
		<item>
			<title>BaseX 7.0.1</title>
			<link>http://feedproxy.google.com/~r/BasexDatabaseNews/~3/I2lub6_JQYA/</link>
			<description>  DISTRIBUTIONS:
- Windows installer was updated to support latest features- ZIP file was updated...</description>
			<content:encoded><![CDATA[  <strong>DISTRIBUTIONS:</strong><br />
<pre>- Windows installer was updated to support latest features<br />- ZIP file was updated (initial config &amp; directories added)<br />- Short directory names are chosen if config file resides in app.dir.<br />- Start scripts have been improved</pre>
<strong>XQUERY:</strong><br />
<pre>- much faster execution of count() when applied to opened databases</pre>
<strong>SERVER:</strong><br />
<pre>- Flag -c connects to an existing database server<br />- Flag -s specifies a port for stopping the HTTP server (Jetty)<br />- Flag -S starts the HTTP server as a service<br />- running write operations will be completed before server is stopped</pre>
<strong>API:</strong><br />
<pre>- Ruby, Python, PHP, Java: clients updated</pre><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=I2lub6_JQYA:lNemCskbY4Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=I2lub6_JQYA:lNemCskbY4Q:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BasexDatabaseNews/~4/I2lub6_JQYA" height="1" width="1"/>]]></content:encoded>
			
			
			<pubDate>Sun, 23 Oct 2011 21:21:00 +0200</pubDate>
			
		<feedburner:origLink>http://basex.org/about-us/news/newsdetails/basex-701/cff9bffac8857812d18773c7622cc22c/</feedburner:origLink></item>
		
		<item>
			<title>BaseX 7.0: TEI Edition</title>
			<link>http://feedproxy.google.com/~r/BasexDatabaseNews/~3/kQyyTGwsr6k/</link>
			<description>Thanks everyone for your support! We are more than excited to announce BaseX 7.0 (a.k.a. the TEI...</description>
			<content:encoded><![CDATA[Thanks everyone for your support! We are more than excited to announce BaseX 7.0 (a.k.a. the TEI Edition), the best version we have ever released! It includes an impressive bunch of new features:
<ul><li><strong>STORAGE</strong>: Files of any data type can now be stored in BaseX in their raw representation. This means that BaseX can now be used as a full-fledged storage system. Next, millions of documents can now be added faster than ever before.</li> <li><strong>APIs</strong>: We have rewritten our HTTP services: Our REST implementation has been integrated much more tightly in the core system. It can be used to query XML data, retrieve binary resources, and send database commands. A new WebDAV API provides access to the database via your file system, oXygen and various other clients. The classical clients (available for 10 different programming languages) have been extended and sped up.</li> <li><strong>XQUERY</strong>: Numerous modules have been added to process all kinds of data formats via XQuery: JSON documents can be parsed and serialized, SQL databases can be queried, XSLT cryptographics functions are available to encrypt data and use XML signatures. Our database module has been extended to facilitate the storage and modification of database resources.</li> <li><strong>FULL-TEXT</strong>: We now offer tokenization and stemming support for 21 different natural languages, including Japanese (thanks to Toshio HIRAI!). Next, we have further optimized the internals of our retrieval features of BaseX.</li></ul>
We hope you have fun with our latest release, and we're looking forward to your feedback!
Christian<br />BaseX Team<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=kQyyTGwsr6k:vyCK5YKtHn0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=kQyyTGwsr6k:vyCK5YKtHn0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BasexDatabaseNews/~4/kQyyTGwsr6k" height="1" width="1"/>]]></content:encoded>
			
			
			<pubDate>Fri, 14 Oct 2011 16:53:00 +0200</pubDate>
			
		<feedburner:origLink>http://basex.org/about-us/news/newsdetails/basex-70-tei-edition/5f7965badfe18a1b3ddfe18a9b76ed79/</feedburner:origLink></item>
		
		<item>
			<title>BaseX 7.0</title>
			<link>http://feedproxy.google.com/~r/BasexDatabaseNews/~3/NAwcwGLuSHY/</link>
			<description>API:
- Native and tightly integrated REST implementation replaces JAXRX- WebDAV provides a file...</description>
			<content:encoded><![CDATA[<b>API:</b>
<pre>- Native and tightly integrated REST implementation replaces JAXRX<br />- WebDAV provides a file system like access to BaseX databases</pre>
<b>XQuery:</b>
<pre>- Parsing and serializing JSON documents<br />- SQL module builds a JDBC bridge to access relational databases <br />- EXPath Cryptographic Module for encryption and XML Signatures<br />- Full text engine tokenizes Japanese texts (thx to Toshio Hirai!)<br />- db:retrieve() and db:store() handle raw data<br />- util:uuid() to create random universally unique identifier<br />- db:content-type() retrieves the content type of a resource<br />- db:exists() checks if the specified database or resource exists<br />- db:is-raw(), db:is-xml() check existence and type of a resource<br />- db:list(), db:open() uses two separate arguments to specify<br />  database and resource path<br />- further modifications: db:add(),</pre>
<b>SERVER:</b>
<pre>- BaseX HTTP Server activates the REST and WebDAV services<br />- ITER command returns all results in one go and the client<br />  handles the iterative execution</pre>
<b>COMMANDS:</b>
<pre>- FLUSH command to write all database buffers to disk<br />- STORE command to store raw data in a database<br />- RETRIEVE command to get raw data from the database<br />- modified ADD command </pre>
<b>OPTIONS:</b>
<pre>- SERVERHOST: to specify a server<br />- KEEPALIVE: optional timeout to close inactive client sessions<br />- AUTOFLUSH database buffers<br />- QUERYPATH: path to executed query </pre><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=NAwcwGLuSHY:tAoK8prFwhE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=NAwcwGLuSHY:tAoK8prFwhE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BasexDatabaseNews/~4/NAwcwGLuSHY" height="1" width="1"/>]]></content:encoded>
			
			
			<pubDate>Fri, 14 Oct 2011 14:36:00 +0200</pubDate>
			
		<feedburner:origLink>http://basex.org/about-us/news/newsdetails/basex-70/8614876e22c0e1af9e8c35510a7a24c7/</feedburner:origLink></item>
		
		<item>
			<title>BaseX 6.8 Pre-Announcement</title>
			<link>http://feedproxy.google.com/~r/BasexDatabaseNews/~3/XT2BuEx32LU/</link>
			<description>Dear all,
we've just polished up our documentation; you're welcome to come...</description>
			<content:encoded><![CDATA[Dear all,
we've just polished up our documentation; you're welcome to come over:
&nbsp;&nbsp;<link http://docs.basex.org>http://docs.basex.org</link>
 Next, we're more than busy working on BaseX 6.8, which will be released beginning of October, and which will contain quite a bunch of new features:
 •&nbsp;the database store will also support binary (or &quot;raw&quot;) files<br />• the new WebDAV API can be used to store files similar to a file system<br /> • &nbsp;WebDAV will also provide a tight coupling to the oXygen editor<br /> •&nbsp; JAX-RX will be replaced with a native, better integrated REST API<br /> •&nbsp; the JSON module in XQuery converts JSON documents to XML and back<br /> •&nbsp; all XML documents can be serialized to JSON, using the JSON-ML standard<br /> •&nbsp; the SQL module facilitates the access to relational databases from XQuery<br /> •&nbsp; the new EXPath Crypto package supports cryptographic operations
We'll keep you updated; thanks all for your support and feedback!
Christian<br />BaseX Team &nbsp;<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=XT2BuEx32LU:drLqWHeWlDA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BasexDatabaseNews?a=XT2BuEx32LU:drLqWHeWlDA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BasexDatabaseNews?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BasexDatabaseNews/~4/XT2BuEx32LU" height="1" width="1"/>]]></content:encoded>
			
			
			<pubDate>Thu, 22 Sep 2011 08:27:00 +0200</pubDate>
			
		<feedburner:origLink>http://basex.org/about-us/news/newsdetails/basex-68-pre-announcement/279871c603df7ff2c93d9b2547be9ffc/</feedburner:origLink></item>
		
	</channel>
</rss>

