Mailinglist Archive: opensuse-bugs (9678 mails)

< Previous Next >
[Bug 341840] One click installer fails when named HTML entities are included in the description
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Tue, 27 Nov 2007 04:22:31 -0700 (MST)
  • Message-id: <20071127112231.C382ECC6B5@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=341840#c3


Martin Vidner <mvidner@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC|
|benji.weber@xxxxxxxxx
Status|NEW |RESOLVED
Resolution| |INVALID




--- Comment #3 from Martin Vidner <mvidner@xxxxxxxxxx> 2007-11-27 04:22:31 MST
---
Well, YMPs are XML, not HTML. So using &Ouml; without defining it first in the
same file is a well-fomedness error. Better complain to whoever produced the
ymp file.

$ cat ouml.xml
<?xml version="1.0" encoding="UTF-8"?>
<foo>Hell&ouml; w&ouml;rld!</foo>
$ xmllint ouml.xml
ouml.xml:2: parser error : Entity 'ouml' not defined
<foo>Hell&ouml; w&ouml;rld!</foo>


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
References