On Friday 01 March 2002 12:21, wrote: > hi, all > > I tried use XInclude example, which was in "AxKit Users Mailing > List". All OK. > But my own examples doesn't work. > My example: > <head> > <xi:include > href="data/company.xml#xpointer(//*[@id="name"]"/> </head> > > Could anybody give some (more then one) working examples using XInclude ?
have you declared the namespace properly? The example you provide will never work because it's not XInclude until the ns is declared. -- _______________________________________________________________________ Robin Berjon <[EMAIL PROTECTED]> -- CTO k n o w s c a p e : // venture knowledge agency www.knowscape.com ----------------------------------------------------------------------- The first myth of management is that it exists. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
