blob: 96a8f5db46af19e3447934ca24110e9960368c3d [file] [log] [blame]
(: Name: Catalog001 :)
(: Description: test that most input files have variable references :)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
<missing-variable>{for $x in $input-context//*:input-file[count(@variable) = 0 and
./text() != "emptydoc"] return string($x/../@name)}</missing-variable>