jEdit Community - Resources for users of the jEdit Text Editor
XInclude problem
Submitted by Anonymous on Wednesday, 11 August, 2004 - 08:19
I try to include some xml documents to another one and valide them.
I get 'invalid content starting with element "xi:include".' error message from xml plugin at
pointsample.xml line 6.
I can't find what is wrong.


Here is my files:
sample.xsd:
<?xml version="1.0"?>
<schema
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:B="http://www.sample.com/Sample"
targetNamespace="http://www.sample.com/Sample"
xmlns:xi="http://www.w3.org/2001/XInclude"
elementFormDefault="qualified">
<element name="point" type="B:Point"/>
<complexType name="Point">
<sequence>
<element name="position" type="B:XYPosition"/>
<element name="colour" type="B:Colour"/>
</sequence>
</complexType>

<complexType name="XYPosition">
<sequence>
<element name="x-position" type="integer"/>
<element name="y-position" type="integer"/>
</sequence>
</complexType>

<complexType name="Colour">
<choice>
<element name="colour-index" type="integer"/>
<element name="absolute-colour" type="string"/>
</choice>
</complexType>

</schema>

position.xml:

<position>
<x-position>5</x-position>
<y-position>5</y-position>
</position>

colour.xml:

<colour>
<colour-index>5</colour-index>
</colour>

pointsample.xml:
<?xml version="1.0" encoding="UTF-8"?>
<point
xmlns="http://www.sample.com/Sample"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sample.com/Sample sample.xsd"
xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="point.xml"/>
<xi:include href="colour.xml"/>
</point>
User login
Browse archives
« April 2024  
MoTuWeThFrSaSu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   82348
Context Free Art (*.cfdg)   0.31   46055
JBuilder scheme   .001   18495
BBEdit scheme   1.0   18116
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293