On 01.03.2004 23:32, Stefan Geelen wrote:

Hi,

I aggregate some content:

        <map:aggregate element="page">
          <map:part element="topnavbar" ns="http://www.xmlmill.com/topnavbar"; 
src="documents/home/menu.xml"/>
          <map:part element="mainnavbar" ns="http://www.xmlmill.com/mainnavbar"; 
src="documents/{1}/menu.xml"/>
          <map:part element="content" ns="http://www.xmlmill.com/content"; 
src="documents/{1}/{2}.xml"/>
        </map:aggregate>
        <map:transform type="xinclude" label="links content"/>

The xml file referenced by the src="documents/{1}/{2}.xml"/> also contains an include:

        <example>
          <xi:include href="Example_box.txt">
            <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 ?

I don't know any reason why it should not work in general. In the above code the XInclude namespace may be missing.


Joerg

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



Reply via email to