This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[GJC-25] Character entities don't get escaped
Created: Wed, 10 Nov 2004 14:30:04 -0800 (PST)  Updated: Wed, 10 Nov 2004 15:07:03 -0800 (PST)

Status:Closed
Project:Genjava
Component/s:gj-xml
Affects Version/s:xml-1.0
Fix Version/s:xml-1.1

Type:BugPriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Fixed 
Environment:


 Description   
Oops.

> and < don't get turned into their correct characters when you get the values from the XMLNode.
Comment by bayard [ Wed, 10 Nov 2004 15:07:03 -0800 (PST) ]
Fixed for both tag's values and an attribute's values. Unit test added.