This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"estados": [ | |
{ | |
"sigla": "AC", | |
"nome": "Acre", | |
"cidades": [ | |
"Acrelândia", | |
"Assis Brasil", | |
"Brasiléia", | |
"Bujari", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(: A brief exampe of XQuery 3.0 + Scripting Extensions.. :) | |
(: This example was taken from a Twitter application | |
: written in XQuery! | |
:) | |
(: Follow functionality of Twitter :) | |
declare sequential function twitter:follow-friend() | |
{ | |
(: Get the id of user to be followed.. :) |