Why is Oxgyen return 404 for xinclude of valid webpath?
Posted: Thu May 09, 2013 8:22 pm
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>
<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>