Sign in
eclipse
/
sourceediting
/
webtools.sourceediting
/
cf91297dd9cfab9ea94ee018ed030f7665aaf33b
/
.
/
xpath
/
tests
/
org.w3c.xqts.testsuite
/
Queries
/
XQuery
/
UseCase
/
UseCaseNS
/
ns-queries-results-q5.xml
blob: 45d08c66ea4ed602aab850fe6eb9c5a0d22fd66a [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
declare namespace music = "http://www.example.org/music/records";
<Q5
xmlns:music
=
"http://www.example.org/music/records"
>
{
doc("auction.xml")//music:record[music:remark/@xml:lang = "de"]
}
</Q5>