Hi list,

I'm trying to query a Daisy 2.2 repository from a Lenya 2 website (Cocoon 2.1)

So i have XML documents like this:

<mydoc>
  <query>
    SELECT name WHERE InCollection('xyz')
  </query>
</mydoc>

And would like to query that repository through HTTP API, like this:

http://user:[EMAIL PROTECTED]/repositoryquery?q=SELECT+name+WHERE InCollection%28%27xyz%27%29
which returns an XML result.

What i would like to do (in the pipeline) is:

1. Read de XML "query" text node.
2. Escape the string, create de full url in an action, XSLT or else.
3. Generate (file generator) using the full url.
4. Transform, etc

I can't find a simple way to take content to de sitemap. Is it necessary to use an action and access the document from it?

Thanks in advance for any suggestion,

--
Carlos Palol








---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to