blob: f1c9844747967b1eb42e344b2fae90fa620bfac9 [file] [log] [blame]
declare namespace music = "http://www.example.org/music/records";
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
<Q5 xmlns:music="http://www.example.org/music/records">
{
$input-context//music:record[music:remark/@xml:lang = "de"]
}
</Q5>