Hi,
 
I aggregate some content:
 
...
        <map:aggregate element="page">
          <map:part element="topnavbar" ns="http://www.xmlmill.com/topnavbar" src=""/>
          <map:part element="mainnavbar" ns="http://www.xmlmill.com/mainnavbar" src=""/>
          <map:part element="content" ns="http://www.xmlmill.com/content" src=""/>
        </map:aggregate>
        <map:transform type="xinclude" label="links content"/>
...
 
The xml file referenced  by the  src=""/> also contains an include:
...
        <example>
          <xi:include href="">
            <xi:fallback>
              <p>Example currently unavailable</p>
            </xi:fallback>
          </xi:include>
        </example>
...
 
The problem is that the include does not work.  Is it possible to combine and include and aggregation ?
 
If not , what is the solution to this problem ?
 
Regards,
 

Reply via email to