AFAIK, (unless you create a custom resourceloader) you will have to specify the whole path starting from the dir where the JVM starts.
HTH, n. On Tue, 1 Mar 2005 Forum@carlsbadcubes.com wrote: >Was there any resolution to the problem? I'm encountering the same thing. >It appears to be a problem with getting the correct path specified in the >include attribute. I'm specifying a relative path just as Tristan did, >although I'm not sure what class / SwixML file the path should be relative >to. > >Any advice or links for further reference would be greatly appreciated. > >Will > >"Tristan Richard" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >> Yes, without any trouble >> >> Wolf Paulus a écrit : >> > Tristan, >> > Can you run the sample? >> > >> > On May 5, 2004, at 4:28 PM, Tristan Richard wrote: >> > >> >> Hi, >> >> >> >> I am trying to use the XInclude feature, but I don't manage to make it >> >> happen... >> >> >> >> my call is from com/soft/iseult/iseult/gui/MainMenu.xml, rendered by >> >> the class com/soft/iseult/iseult/gui/MainMenu >> >> <menubar> >> >> ... >> >> <menu id="inputMenu" text="menu.input" mnemonic="VK_E" >> >> include="ListsMenuFragments.xml#INPUT_IO_ACTIONS"/> >> >> ... >> >> </menubar> >> >> >> >> and ListsMenuFragments.xml (in the same com/soft/iseult/iseult/gui