Why is Oxgyen return 404 for xinclude of valid webpath?

Oxygen general issues.
Geoff16W
Posts: 8
Joined: Fri Mar 04, 2011 3:28 pm

Why is Oxgyen return 404 for xinclude of valid webpath?

Post 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>
Costin
Posts: 846
Joined: Mon Dec 05, 2011 6:04 pm

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

Post 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
Costin Sandoi
oXygen XML Editor and Author Support
Geoff16W
Posts: 8
Joined: Fri Mar 04, 2011 3:28 pm

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

Post 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
Post Reply