summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorantrik <antrik@users.sf.net>2009-03-12 04:48:31 +0100
committerantrik <antrik@users.sf.net>2009-03-12 09:17:03 +0100
commitab5214d5a349a0c5f3644805f87289a99b9b05c5 (patch)
tree2d251fc892bf1ab9135caa1bfd2148401c54f42e /community
parentb50522283600f34534d8b9841d41d38c976a94c9 (diff)
xmlfs GSoC task: Mention XQuery
Diffstat (limited to 'community')
-rw-r--r--community/gsoc/project_ideas/xmlfs.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/xmlfs.mdwn b/community/gsoc/project_ideas/xmlfs.mdwn
index cfdfb4c7..e6d63354 100644
--- a/community/gsoc/project_ideas/xmlfs.mdwn
+++ b/community/gsoc/project_ideas/xmlfs.mdwn
@@ -22,7 +22,7 @@ a graphical file manager, or to easily extract data from an XML file in a
script etc.
The exported directory tree should represent the DOM structure of the document,
-or implement XPath, or both, or some combination thereof (perhaps XPath could
+or implement XPath/XQuery, or both, or some combination thereof (perhaps XPath/XQuery could
be implemented as a second translator working on top of the DOM one) --
whatever works well, while sticking to XML standards as much as possible.