[publican-list] [Bug 545334] You can't represent XML entities in a document

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 8 22:34:21 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=545334





--- Comment #1 from Jeff Fearn <jfearn at redhat.com>  2009-12-08 17:34:20 EDT ---
The problem here is that the wrong error message is being generated.

When you feed Publican invalid XML that matches the above format the entity
parsing code chokes on it before the XML validation can flag it as invalid.
This is because the entities are expanded prior to validation to ensure the
full tree is being validated.

I'm looking in to how to get the correct error message to be generated.

The workaround is to use valid XML.

e.g

<code>&allproperties;</code>

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




More information about the publican-list mailing list