No. I'll put it into the car universe ;) I have a car that has several
components. Each component is anotated as being part of a car

[[is component of::CarA]]

Now on the component's page I would like to show other components belonging
to the same car. Now I could do

<ask>[[component of::CarA]]</ask>

The thing is, I'd like it to be a generic query to use it in a template and
without having to specify the car in each query. So I thought there might be
a way of actually using the annotation on that same component page within
the query. On the component's page

<ask>{{PAGENAME}} [[is component of::*]]</ask>

actually returns "CarA", but within a subquery

<ask>[[is component of::<q>{{PAGENAME}} [[is component of::*]]</q>]]</ask>

it doesn't seem to work.


Perhaps it's just a bad idea and probably not the indended use ;)

Thanks for your help...
Nils

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Semediawiki-user mailing list
Semediawiki-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-user

Reply via email to