XML numeric entities are not parsed by guththila
------------------------------------------------
Key: AXIS2C-1451
URL: https://issues.apache.org/jira/browse/AXIS2C-1451
Project: Axis2-C
Issue Type: Bug
Components: guththila
Affects Versions: 1.6.0, Current (Nightly)
Environment: Axis2/C 1.6.0 with the guththilla reader/writer.
Reporter: Olivier Mengué
Priority: Critical
The guththila_token_evaluate_references function does not parse numeric
entities such as A or A (which should map to the letter 'A').
A test case is attached.
Here is its output:
1..2
not ok
# input: <root>abcABdef</root>
# got: <root>abc&#x41;&#x42;def</root>
# expected: <root>abcABdef</root>
not ok
# input: <root>abcABdef</root>
# got: <root>abc&#65;&#66;def</root>
# expected: <root>abcABdef</root>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.