You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected result: JSON file containing an array of 3 strings "test".
Actual result: </home/dmitry/test/convert.xq>:7,18: error [unknown-entity]: Unknown entity 'test entitytest entity'
All entities, starting from a second one encountered during parsing, are parsed as "doubled", i.e. a string is concatenated with itself. In the example above, test entity becomes test entitytest entity.
The text was updated successfully, but these errors were encountered:
Example XML:
convert.xq
:test.xq
:Run:
zorba -i -e doc=test.xml test.xq > test.json
Expected result: JSON file containing an array of 3 strings "test".
Actual result:
</home/dmitry/test/convert.xq>:7,18: error [unknown-entity]: Unknown entity 'test entitytest entity'
All entities, starting from a second one encountered during parsing, are parsed as "doubled", i.e. a string is concatenated with itself. In the example above,
test entity
becomestest entitytest entity
.The text was updated successfully, but these errors were encountered: