Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Web Tools Project (WTP) » WTP 3.4.1 xinclude support on mac osx? (Mac osx: Invalid content was found starting with element 'xi:include'.)
WTP 3.4.1 xinclude support on mac osx? [message #1010408] Sun, 17 February 2013 02:31 Go to previous message
Peter Warren is currently offline Peter Warren
Messages: 3
Registered: February 2013
Junior Member
Xinclude on mac osx fails during validation with the message:
Invalid content was found starting with element 'xi:include'.

The same exact code works fine on a windows 7 install.

WTP 3.4.1 is installed on both machine the windows & mac machines.

The failing machine is using:
Version: Juno Service Release 1
Build id: 20120920-0800

The XML->XML Files->Validation->Process XML Inclusion preference is checked on both machines.

URLs below have extra spaces so the forum will allow them.

The xml file looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<root xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance"
xmlns:xi="http:// www.w3.org/2001/XInclude" ...
>
...
<xi:include href="test.xml" />
</root>

The error message seems to indicate that the xinclude simply isn't being processed.

I found this bug from 2007 (eclipse bug 205989 - forum wouldn't let me post the url) which shows the same problem, but it's been fixed for years.

Does anyone have any tips for how to get xincludes working on mac osx?

Thanks!
 
Read Message
Read Message
Read Message
Read Message
Previous Topic:cannot see schema comments in xml editor for STS
Next Topic:home and remote inteface will not be created by XDoclet
Goto Forum:
  


Current Time: Sat May 18 19:16:06 EDT 2013

Powered by FUDForum. Page generated in 0.01629 seconds