You may wish to try using an http reference in your href first...if that works then for some reason axkit just isn't seeing the path you specified...I've run into that a few times and had to alter my "thinking" for relative paths to get it to work.
Cliff Galiher -----Original Message----- From: Mark Cance [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 11:17 AM To: axkit Subject: More Xinclude trouble... Hi, I�m either being stupid or its just time to go home. After reading all the postings etc I�m using the tag below to insert the contents of another XML doc within a xsp page (Its placed inside the <xsp:page> tag); <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="/content/common/copyright.xml"/> I�ve tried many many combinations but the inclusion is either ignored or I get the error; error parsing attribute name attributes construct error xmlParseStartTag: problem parsing attributes Couldn't find end of Start Tag <xi:include xmlns:xi="http://w Can anybody give me any pointers. Cheers.
