NekoSerializer.printStartElement() is outputting empty attributes in a way that
isn't XML compliant
---------------------------------------------------------------------------------------------------
Key: SHINDIG-983
URL: https://issues.apache.org/jira/browse/SHINDIG-983
Project: Shindig
Issue Type: Bug
Components: Java
Affects Versions: trunk
Reporter: Jordan Zimmerman
The latest version of NekoSerializer.printStartElement() is outputting empty
attributes in a way that isn't XML compliant. i.e. given '<img title=""/>'
NekoSerializer will output '<img title/>'. This causes Firefox's (I haven't
tried others) DOM parser to throw an error. This is coming up when using the OS
templates framework.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.