blob: b7de9c7232b1a7f14b9e3100b5fdc99c269f4e80 [file] [log] [blame]
(: Name: Axes085 :)
(: Description: Use of // to get all elements of a given name:)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
<root>
{$input-context//Customers}
</root>