On Sat, 2003-05-31 at 18:03, bosspring ... wrote: [...] > In this moment I have the information, but something is relationed > with canciones.xml wiht a XPointer: > > <elmcancion> > <ident > xlink:href="canciones.xml#xpointer(//[EMAIL PROTECTED]'1']/@canc)"/> > <titulo xlink:include > href="canciones.xml#xpointer(//[EMAIL PROTECTED]'1']/titulo)"/> > </elmcancion> >
what you write here is not xinclude, it should instead be something like this: <xi:include href="canciones.xml#xpointer(//[EMAIL PROTECTED]'1']/titulo)"/> with the xi prefix bound to http://www.w3.org/2001/XInclude -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
