I'm working on a cocoon and lucene free project (http://savannah.nongnu.org/files/?group=sdx&highlight=2.0-b1, please to announce beta version, official annoncement of release later). We are oriented more on documents than datas, so <xsl:template/> is in general enough for us, but... Some people could be fed ub of tricky snippets (usually bad for performances), example : recursive templates to avoid incompatibilities between processors on the distinct() extension function. I haven't thought XQuery like a full server language like the implementation showed in http://www.gnu.org/software/qexo/ . XSL is probably better for final transformation (lots of free xsl already available, easier to debug than text syntax), but Xquery could be interesting in some cases, like a step between, to reformat input for XSL. The cocoon design (pipes) is then a good framework for a test implementation. For myself the solution is in http://www.w3.org/TR/xpath20/ (leaded by Michael Kay, so saxon7.2 is a test implementation), because xsl becomes natural for me ; but people coming from PHP, JSP and so on could apreciate direct XQuery. So, why not a Cocoon XQuery transformer ? For a namespace, there's "http://www.w3.org/TR/xquery".
----- Message d'origine ----- De : "Ivelin Ivanov" <[EMAIL PROTECTED]> À : <[EMAIL PROTECTED]> Envoyé : jeudi 14 novembre 2002 07:24 Objet : Re: XQuery Trasformer | | I am interested in XQuery. | From emperical data based on polling co-workers with XSLT experience, | XQuery looks more appealing and easier to use than XSLT. | | What are your observations? | | | Ivelin | | | ----- Original Message ----- | From: "Frédéric Glorieux" <[EMAIL PROTECTED]> | To: <[EMAIL PROTECTED]> | Sent: Wednesday, November 13, 2002 4:20 PM | Subject: Re: XQuery Trasformer | | | An old mail, does it mean that no one is intersted in XQuery among cocoon | commiters ? | | ----- Message d'origine ----- | De : "Ivelin Ivanov" <[EMAIL PROTECTED]> | À : <[EMAIL PROTECTED]> | Cc : <[EMAIL PROTECTED]> | Envoyé : vendredi 18 octobre 2002 14:30 | Objet : XQuery Trasformer | | | | | | Does anyone have experience with this XQuery compiler? | | Looks quite decent. Compiles do bytecode like XSLTC. | | | | http://www.gnu.org/software/qexo/ | | | | | | -=Ivelin=- | | | | | | --------------------------------------------------------------------- | | To unsubscribe, e-mail: [EMAIL PROTECTED] | | For additional commands, email: [EMAIL PROTECTED] | | | | | --------------------------------------------------------------------- | To unsubscribe, e-mail: [EMAIL PROTECTED] | For additional commands, email: [EMAIL PROTECTED] | | | | --------------------------------------------------------------------- | To unsubscribe, e-mail: [EMAIL PROTECTED] | For additional commands, email: [EMAIL PROTECTED] | --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]