On Sat, Feb 09, 2002 at 11:43:10AM +0100, J�rg Walter wrote: > On Friday 08 February 2002 20:55, you wrote: > > I've been trying to use XInclude to combine two XML documents before I > > process them with my stylesheet. I have searched the mailing list and the > > documentation and couldn't find any references to a working AxKit, LibXML, > > XInclude example. However, I did find some references on axkit-users > > saying that it could be done. Any help would be greatly appreciated. > > I have never used Xinclude, but I use the document() function of XPath quite > often. I'll modify your example: (note now these are two examples in one) >
xpointer is usefull w/ xinclude <doc xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:include href="another.xml#xpointer(//header/desc)"/> </doc> TMTOWTDI++ ed --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
