Page 1 of 1

Why is Oxgyen return 404 for xinclude of valid webpath?

Posted: Thu May 09, 2013 8:22 pm
by Geoff16W
Can anyone think of a reason why Oxgyen (the standard XML editor) cannot resolve the following fallback xinclude webpath when the local path fails. The web path is sound, so I can't figure out why Oxygen gives me a 404 error. The code is below. Thanks for your help.

<xi:include href="../XMLFragments/citationlists_include.xml" xpointer="include_list">
<xi:fallback>
<xi:include href="http://www.petrusplaoul.org/projectfile ... nclude.xml" xpoi nter="include_list"/>
</xi:fallback>

Re: Why is Oxgyen return 404 for xinclude of valid webpath?

Posted: Thu May 09, 2013 9:49 pm
by Costin
Hello,

I've just checked the reported issue in oXygen XML Editor v14.2.
Please note that the error you get is not thrown for the fallback in the document.
In fact, it seems that in turn, the "citationlists_include.xml" file also contains some other <xi:include/> XIncludes and, more exactly, the one that throws the 404 error in discussion is "workscited.xml" .

Feel free to let me know if I could be of further help.

Regards,
Costin

Re: Why is Oxgyen return 404 for xinclude of valid webpath?

Posted: Thu May 09, 2013 10:29 pm
by Geoff16W
Dear Costin,

You've solved it. Thanks very very much.

I get I should learn to read my own errors.

Many thanks.
jw