[oXygen-user] Nested xincludes


Mon Mar 8 07:11:52 CST 2010


Hi,

I'm having trouble using the oXygen debugger with a sequence of nested
xincludes.  When the first xinclude fails (which is expected in this
instance), the error message says "include operation failed, reverting
to fallback" but it doesn't seem to actually progress any further.

<xi:include href="file:///home/projects/cms/story/screen_default.xml">
	<xi:fallback>
		<xi:include href="http://localhost/cms/story/screen_default.xml">
			<xi:fallback>
				<parseGridError
url="file:///home/projects/cms/story/screen_default.xml" />
			</xi:fallback>
		</xi:include>
	</xi:fallback>
</xi:include>

The second xinclude instruction works perfectly when it's not nested
within the first xinclude.

Does anyone know what the problem might be and how to fix it?

S.



More information about the oXygen-user mailing list