Tim Williams wrote:
On 6/6/05, Ross Gardler <[EMAIL PROTECTED]> wrote:Tim Williams wrote:
...
<map:select type="exists"> <map:when test="{project:content.xdocs}tabs.xml"> <map:generate src="{project:content.xdocs}tabs.xml"/> </map:when> <map:when test="{lm:tabs.xml}"> <map:generate src="{lm:tabs.xml}"/> </map:when> </map:select>
This is interesting. Have you tested what happens when {lm:tabs.xml} does not point to anything useful? That is, does the second <map:when> work?
Ross