Felix Röthenbacher wrote:

[...]

+        +        <map:select type="resource-exists">
+          <map:when test="xslt/page2xhtml-{4}.xsl">
+            <map:transform src="fallback://xslt/page2xhtml-{4}.xsl">


Why use fallback here, as the resource has to exists? Or to ask the
other way round: It seems that the fallback mechanism does not come
into play here. Is that right or am I misunderstanding something?

You're right, fallback is useless here.

To make it work, we would need something like

    <map:select type="resource-exists-fallback">

which checks if the source exists anywhere.

-- Andreas


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

Reply via email to