[Gambas-bugtracker] Bug #1345: For gb.xml non-breaking space is written "& #160; " instead of "  "

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Tue Jun 12 00:24:11 CEST 2018


http://gambaswiki.org/bugtracker/edit?object=BUG.1345&from=L21haW4-

Comment #1 by Adrien PROKOPOWICZ:

The Value and TextContent properties always assume their contents are pure text nodes, so they always escape their input.
If you want to put in XML entities, try the XmlElement.AppendFromText(" ") method.

Adrien PROKOPOWICZ changed the state of the bug to: Invalid.




More information about the Bugtracker mailing list