data: XQuery, XPath
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon, 19 Aug 2013 21:52:20 +0200
changeset 138ddfc7f27c1ca
parent 137 e0319809d533
child 139 7b1faae0d15b
data: XQuery, XPath
data/dictionary.xml
     1.1 --- a/data/dictionary.xml	Mon Aug 19 21:48:02 2013 +0200
     1.2 +++ b/data/dictionary.xml	Mon Aug 19 21:52:20 2013 +0200
     1.3 @@ -1705,13 +1705,22 @@
     1.4  	</concept>
     1.5  	<concept>
     1.6  		<term abbreviation="" completeForm="XQuery" language="en"/>
     1.7 -		<explanation language="en"><text></text></explanation>
     1.8 +		<explanation language="en">
     1.9 +			<text>
    1.10 +				functional programming language for processing XML and other data
    1.11 +			</text>
    1.12 +		</explanation>
    1.13  		<tag>computer</tag>
    1.14  		<tag>xml</tag>
    1.15  	</concept>
    1.16  	<concept>
    1.17 -		<term abbreviation="" completeForm="XPath" language="en"/>
    1.18 -		<explanation language="en"><text></text></explanation>
    1.19 +		<term abbreviation="XPath" completeForm="XML Path Language" language="en"/>
    1.20 +		<explanation language="en">
    1.21 +			<text>
    1.22 +				a query language for selecting XML nodes;
    1.23 +				an XPath expression can also compute values and call XPath functions
    1.24 +			</text>
    1.25 +		</explanation>
    1.26  		<tag>computer</tag>
    1.27  		<tag>xml</tag>
    1.28  	</concept>