On 2005-05-24 16:24:31 -0400, Andreas Hartmann <[EMAIL PROTECTED]> said:
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
Thanks. That does work. Now, I want to get at the metadata. Do I have
to include the namespace for both lenya and dc in that url? Does anyone
know a simpler way?
Sean
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]