40
edits
| Line 9: | Line 9: | ||
==== Scope: must a Query Processor sort or ensure uniqueness? ==== | ==== Scope: must a Query Processor sort or ensure uniqueness? ==== | ||
A Query Processor may sort or it may not. It may ensure that there are no duplicates in its results or it may not. Or is it allowed to be this flexible? | A Query Processor may sort or it may not. It may ensure that there are no duplicates in its results or it may not. Or is it allowed to be this flexible? | ||
==== RDF-Independent Query Processor to Builder interface ==== | |||
The Template result interface (http://wiki.mozilla.org/XULTemplatesAPI#Result_Objects) should not mention "resources" or other RDF specifics. If a dataSource can be SQL or plain XML then it must be RDF-independent. | |||
==== Builder: takes a sort function ==== | ==== Builder: takes a sort function ==== | ||
edits