Hello group, does cocoon support the the XML-Query language mentioned: http://www.w3.org/TR/1998/NOTE-xml-ql-19980819/
I am looking for a way do what in this article mentioned. I would like to excetute queries on xml documents like:
WHERE <book>
<publisher><name>Addison-Wesley</></>
<title> $t</>
<author> $a</>
</> IN "www.a.b.c/bib.xml"
CONSTRUCT <result>
<author> $a</>
<title> $t</>
</>
Is that possible? or this there a way similar to it?
</thorsten>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
