【发布时间】:2014-03-29 18:56:20
【问题描述】:
<person name = "fred"/>
<person name ="sue"/>
<person name = "jill" />
<person name = "khan"/>
<cheese name ="camembert"/>
<cheese name="roquefort"/>
<liking person="fred" cheese="camembert"/>
<liking person="fred" cheese="roquefort"/>
<liking person ="sue" cheese ="roquefort"/>
<liking person ="jill" cheese = "camembert" />
<liking person ="khan" cheese = "camembert"/>
我做了很多努力,在上面使用 FLOWR 的 xml 文档中找到了一对喜欢相同奶酪的人。 但是我无法逻辑,请帮助我逻辑找到喜欢相同奶酪的配对人,配对不应该重复。
【问题讨论】:
-
Leos Literak 我不需要尝试任何选项