dir:="ldap://qew.cs.toronto.edu:3002/o=Ace Industry,c=US"; [Tag:"H2", Text:"Directory of Ace Industry (by department)"]+ select [Url:"#"*x.ou, Text:x.ou] from x in dir via ^*[objectclass~"organizationalunit"] + select [Tag:"a name=\""*x.ou*"\""]+ [Tag:"H3", Text:x.ou]+ [Tag:"table" / [Tag:"th", Text:"Name"]+ [Tag:"th", Text:"Tel."]+[Tag:"th", Text:"eMail"]+ [Tag:"th", Text:"Loc."]+[Tag:"th", Text:"Room"]+ select [Tag:"tr" / [Tag:"td", Text:y.cn] + [Tag:"td", Text:y.telephonenumber] + [Tag:"td", Text:y.mail] + [Tag:"td", Text:y.l] + [Tag:"td", Text:y.roomnumber] ] from y in x' ] from x in dir via ^*[objectclass~"organizationalunit"] ;