Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
| From | Alain Ketterlin <alain@universite-de-strasbourg.fr.invalid> |
|---|---|
| Newsgroups | comp.text.xml |
| Subject | Re: validator xml |
| Date | 2016-03-14 16:23 +0100 |
| Organization | Université de Strasbourg |
| Message-ID | <87pouxkrrh.fsf@universite-de-strasbourg.fr.invalid> (permalink) |
| References | <9b73ef36-631e-4243-8d71-3c644ccd7371@googlegroups.com> |
houda.araj@gmail.com writes: > <?xml version="1.0" ?> > <test> > <Paragraph ter="er"> > <Verbe="verb23" type="R" Gram="A" nbforms="1" sheet1="1" sheet2="0" > link="(verb32|verb56)"rule="1"/> > </Paragraph> > </test> > > > The problem is that the file is not valid. The validator gives the > following message : the '=' character, hexadecimal value 0x3D, cannot > be included in a name. > > Can you explain tome how I can fix that problem. What do you mean by "fix"? Your file is invalid (Verb= is not a valid element name). Maybe you mean <Verbe somethingyouforgot="verb23" .../>, or <somethingyouforgot Verbe="verb23" .../>. Or something else, who knows? -- Alain.
Back to comp.text.xml | Previous | Next — Previous in thread | Next in thread | Find similar
validator xml houda.araj@gmail.com - 2016-03-14 08:14 -0700
Re: validator xml Alain Ketterlin <alain@universite-de-strasbourg.fr.invalid> - 2016-03-14 16:23 +0100
Re: validator xml Alain Ketterlin <alain@universite-de-strasbourg.fr.invalid> - 2016-03-14 16:26 +0100
Re: validator xml richard@cogsci.ed.ac.uk (Richard Tobin) - 2016-03-14 18:32 +0000
Re: validator xml Luuk <luuk@invalid.lan> - 2016-03-16 20:36 +0100
csiph-web