From 9b80c42eacb1ae804058e6e017b5c866415e7f53 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 28 Jan 2007 09:42:07 -0500 Subject: [PATCH] Update. --- TODO | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/TODO b/TODO index 26415f6f..bd1e46b3 100644 --- a/TODO +++ b/TODO @@ -16,3 +16,22 @@ from the target?: Make sure the default DTD is set when importing. Use XPath from libxml2? + +Add a FILTER command to filter what is returned with the LIST or GET commands. +Possibly a regular expression. For example: + + FILTER element_path ^created_by$ ^elinks$ + or + FILTER ^created_by$ ^elinks$ + or + FILTER ^some.*url[0-9]*$ + OK + LIST [element_path] + BEGIN... + some_url + some_url2 + OK + +The second argument is an element path if given, second is an optional +attribute expression to match and the last is the pattern. This can speed up +clients quite a bit as the number of required commands can be reduced. -- 2.11.4.GIT