* Grams F. wrote in comp.text.xml:
>It seems a <br> code in my XML-file is not accepted.
In XML, all elements need to be explicitly closed and there are only two
way of closing an element, either by using an end-tag like </p> or by
using a special kind of start-tag, <p/>, which can be used if there is
no content. In your document the <br> elements are not closed, you have
just "<br>" without a corresponding "</br>". Change these to "<br></br>"
or (probably better), "<br />".
--
Björn Höhrmann · private.php?do=newpm&u= ·
http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 ·
http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 ·
http://www.websitedev.de/