Is it possible to write sitemap rules which check for the existence of
files?
Somewhat like
<map:match pattern="path/*.html">
if "docs/path/{1}.xml" exists then
<map:generate src="docs/path/{1}A.xml"/>
<map:transform src="tranformation-a.xsl"/>
else
<map:generate src="docs/path/{1}B.xml"/>
<map:transform src="transformation-b.xsl"/>
end if
<map:serialize type="xhtml-transitional"/>
</map:match>
Thx for any hints
--
Goetz Botterweck
Institute for IS Research
University of Koblenz-Landau
Universitaetsstrasse 1
D-56070 Koblenz
Germany
Phone: +49 261 2872531
Email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]