« XQuery/HelloWorld » : différence entre les versions

Contenu supprimé Contenu ajouté
Page créée avec « {{XQuery}} == Motivation == You want to run a small program that tests to see if your XQuery execution environment is working. == XML Output == <source lang="xml"> xquer... »
 
mAucun résumé des modifications
Ligne 1 :
{{XQuery}}
 
== MotivationScript XML ==
You want to run a small program that tests to see if your XQuery execution environment is working.
 
== XML Output ==
<source lang="xml">
xquery version "1.0";
Ligne 16 ⟶ 13 :
[http://www.cems.uwe.ac.uk/xmlwiki/helloWorld.xq Execute]
 
=== ExpectedRésultat Outputattendu ===
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
Ligne 46 ⟶ 43 :
</source>
 
[[http://www.cems.uwe.ac.uk/xmlwiki/Basics/helloWorld_3.xq Execute]]
 
=== Expected Output ===