Sean Fulton wrote:
[...]
The actual xinclude works when I do this:
<xi:include href="content/live/media/{$url}/index_en.xml#xpointer(/)">
But not if I try to reference anything else with xpointer such as:
<xi:include
href="content/live/media/{$url}/index_en.xml#xpointer(/html)"> or
<xi:include href="content/live/media/{$url}/index_en.xml#xpointer(/p)">
You could try
<xi:include href="content/live/media/{$url}/index_en.xml
#xmlns(xhtml=http://www.w3.org/1999/xhtml)xpointer(/xhtml:html)">
-- Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]