sitemap.xmap:
<map:match pattern="*.xml">
<map:generate src="test.xml" />
<map:transform type="xinclude" />
<map:serialize type="xml" />
</map:match>
test.xml:
<?xml version="1.0" encoding="utf-8"?>
<root xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="sitemap.xmap" />
</root>
It works fine in 2.1.4.But in current cvs version,it display nothing.
Roy Huang
