message error with bxe 2

Ludovic Gasc <[email protected]> Mon, 25 Jul 2005 12:46:19 +0200
Newsgroups gmane.editors.bitflux.general
Message-ID <[email protected]>
--Boundary-00=_7LM5Cx08eN2y1w4
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,

I've this error "b() is not allowed as child of paragraphe()" when I click on 
"b" in context menu.

My relax-ng seems good, but it's think that it's the problem.

Thanks very much for your response.
-- 
GASC Ludovic - Stagiaire chez Hospimedia
--
travaille sur Kubuntu 5.04 - KDE 3.4

--Boundary-00=_7LM5Cx08eN2y1w4
Content-Type: text/xml;
  charset="us-ascii";
  name="nitf_hospi.rng.xml"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="nitf_hospi.rng.xml"

<?xml version="1.0" encoding="UTF-8"?>
<grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<start>
    <element name="paragraphe">
	    <oneOrMore>
		    <choice>
			    <text/>
			    <element name="a">
				    <attribute name="href">
					    <data type="anyURI"/>
				    </attribute>
				    <text/>
			    </element>
			    <element name="em">
				    <text/>
			    </element>
			    <element name="b">
				    <text/>
			    </element>
			    <element name="sup">
				    <text/>
			    </element>
			    <element name="sub">
				    <text/>
			    </element>
		    </choice>
	    </oneOrMore>
    </element>
</start>
</grammar>

--Boundary-00=_7LM5Cx08eN2y1w4
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-- 
bx-editor-users mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-users

--Boundary-00=_7LM5Cx08eN2y1w4--