My notes from the Vanderbilt University XQuery Working Group We retrieved translation data from the Oxford Dictionaries application programming interface (API) and returned Extensible Markup Language (XML) with XQuery, an XML query language, and BaseX, an XML database engine and XQuery processor. This tutorial illustrates how to retrieve translation data—words and example sentences—as XML from […]

The post Retrieve Oxford Dictionaries API Translation Data as XML with XQuery and BaseX appeared first on Adam Steffanick.

My notes from the Vanderbilt University XQuery Working Group We retrieved dictionary data from the Oxford Dictionaries application programming interface (API) and returned Extensible Markup Language (XML) with XQuery, an XML query language, and BaseX, an XML database engine and XQuery processor. This tutorial illustrates how to retrieve dictionary data—definitions, example sentences, and pronunciations—as XML […]

The post Retrieve Oxford Dictionaries API Dictionary Data as XML with XQuery and BaseX appeared first on Adam Steffanick.

My notes from the Vanderbilt University XQuery Working Group We retrieved lemma data from the Oxford Dictionaries application programming interface (API) and returned Extensible Markup Language (XML) with XQuery, an XML query language, and BaseX, an XML database engine and XQuery processor. This tutorial illustrates how to retrieve lemma data—information related to items that can […]

The post Retrieve Oxford Dictionaries API Lemma Data as XML with XQuery and BaseX appeared first on Adam Steffanick.

My notes from the Vanderbilt University XQuery Working Group We retrieved thesaurus data from the Oxford Dictionaries application programming interface (API) and returned Extensible Markup Language (XML) with XQuery, an XML query language, and BaseX, an XML database engine and XQuery processor. This tutorial illustrates how to retrieve thesaurus data—synonyms and antonyms—as XML from the […]

The post Retrieve Oxford Dictionaries API Thesaurus Data as XML with XQuery and BaseX appeared first on Adam Steffanick.

My notes from the Vanderbilt University XQuery Working Group We evaluated and manipulated text data (i.e., strings) within Extensible Markup Language (XML) using string functions in XQuery, an XML query language, and BaseX, an XML database engine and XQuery processor. This tutorial covers the basics of how to use XQuery string functions and manipulate text […]

The post Manipulate XML Text Data Using XQuery String Functions appeared first on Adam Steffanick.

My notes from the Vanderbilt University XQuery Working Group We converted a document from the Text Encoding Initiative’s (TEI) Extensible Markup Language (XML) scheme to HTML with XQuery, an XML query language, and BaseX, an XML database engine and XQuery processor. This guide covers the basics of how to convert a document from TEI XML […]

The post Convert TEI XML to HTML with XQuery and BaseX appeared first on Adam Steffanick.

My notes from the Vanderbilt University XQuery Working Group We sorted data after converting it from Comma Separated Values (CSV) to Extensible Markup Language (XML) with XQuery, an XML query language, and BaseX, an XML database engine and XQuery processor. This guide covers the basics of how to convert data from CSV to XML and […]

The post Convert CSV to XML with XQuery and BaseX appeared first on Adam Steffanick.