(: demonstrate of XSLT:)

Cd Collection

{ for $x in doc("../../samples/cdcatalog.xml")/catalog/cd order by $x/artist return if($x/price > 10) then else() }
Title Artist
{data($x/title)} {data($x/artist)}