relpipe-data/examples-xquery-atom.xml
branchv_0
changeset 262 846510a73535
parent 254 23247d93a012
equal deleted inserted replaced
261:ffaf18970f2b 262:846510a73535
    58 			<a href="http://xqilla.sourceforge.net/">XQilla</a> or
    58 			<a href="http://xqilla.sourceforge.net/">XQilla</a> or
    59 			<a href="http://basex.org/basex/xquery/">BaseX</a> are another ones (and support newer versions of the standard).
    59 			<a href="http://basex.org/basex/xquery/">BaseX</a> are another ones (and support newer versions of the standard).
    60 			There are also XSLT processors like <a href="http://xmlsoft.org/XSLT/xsltproc2.html">xsltproc</a>.
    60 			There are also XSLT processors like <a href="http://xmlsoft.org/XSLT/xsltproc2.html">xsltproc</a>.
    61 			BaseX can be used instead of Galax – we just replace
    61 			BaseX can be used instead of Galax – we just replace
    62 			<code>galax-run -context-item /dev/stdin</code> with <code>basex -i /dev/stdin</code>.
    62 			<code>galax-run -context-item /dev/stdin</code> with <code>basex -i /dev/stdin</code>.
       
    63 			Or for XQilla we use: <code>xqilla -i /dev/stdin</code>.
    63 		</p>
    64 		</p>
    64 		
    65 		
    65 		<p>
    66 		<p>
    66 			Reading Atom feeds in a terminal might not be the best way to get news from a website,
    67 			Reading Atom feeds in a terminal might not be the best way to get news from a website,
    67 			but this simple example learns us how to convert arbitrary XML to relational data.
    68 			but this simple example learns us how to convert arbitrary XML to relational data.