Query Tamino server with xql parameter in URL. Exclude nodes with specific child.
- by Anon
I have to query a Tamino database through HTTP.
http://example.com/db?DocumentType=publication&year=all
gives me a list of all publication in the database, something like:
<publication>
<title>
The first publications title
</title>
<author>
Author, M
</author>
<LastModification>
…