Jonathan Magnan
Jonathan Magnan
Thank you for this suggestion, At this moment, we have no plan to implement something like this but this is indeed a good idea. Best Regards, Jon --- **Sponsorship** [Help...
Hello @MarcoPL , I'm not sure to understand, that's pretty much what I'm expecting. The library needs to convert some characters in XML such as `&`. Even some tools like...
Hello @MarcoPL , Unfortunately, that's not how work `xml`. You need to escape every `&` to `&`. There are 5 special characters we need to escape: https://www.freeformatter.com/xml-escape.html The original text...
Hello @MarcoPL , That's the expected behavior. There is 5 special character that we need to escape and that's all: https://www.freeformatter.com/xml-escape.html
Hello @elgonzo , To be honest, I'm a little bit lost with some part of your text. All I know is you asked to output as `XML` and there are...
Hello @elgonzo , You are indeed right and I just find out that we have a weird behavior here. Existing representations of those characters are not replaced: `&` `<`, `>`,...
Hello @elgonzo , I must admit that I'm a little bit lost as I didn't get the same result as you but perhaps I did a mistake. Something I'm sure...
Hello @elgonzo , I 100% agree with your name suggestion `UseXmlEntityNamesForXmlOutput` and about being `false` by default. The important point as you said is making sure we are still backward...
Hello @brianfeucht , Thank you for reporting, We will look how `option` and `select` was validated before we applied our latest changes. Best Regards, Jonathan --- _Help us to support...
Hello @brianfeucht , The previous version of HAP was returning the following error: `End tag is not required` The expected error is more about the `SELECT` tag is missing. I'm...