I have a problem I can't solve. It's typically a sub-block problem, but I can't use the %p1% system in the sub query, as the tables used in the subquery are dynamically chosen from the first one.
I want to parse something like that:
<ul>[block.title;block=ul]
<li>[subblock.title;block=li]</li>
</ul> |
A first requests brings me the number of list, and with the second one I can for each list extract the elements of the list.
However, as I can't use the %p1% system, I just merge the first list, the other ones are not displayed.
Has anybody a solution? Thanks in advanec!