Re: avoid character encoding/escaping in sxml->xml or htmlprag's sxml->html

2022-08-21 Thread Aleix Conchillo Flaqué
Thank you Maxime, On Sun, Aug 21, 2022 at 3:16 AM Maxime Devos wrote: > On 21-08-2022 02:05, Aleix Conchillo Flaqué wrote: > > According to the spec, embedding inline content in the tag should > conform to the language defined by the "type" attribute (defaults to > javascript). So, I would expe

Re: avoid character encoding/escaping in sxml->xml or htmlprag's sxml->html

2022-08-21 Thread tomas
On Sun, Aug 21, 2022 at 12:16:54PM +0200, Maxime Devos wrote: > On 21-08-2022 02:05, Aleix Conchillo Flaqué wrote: > > > According to the spec, embedding inline content in the

Re: avoid character encoding/escaping in sxml->xml or htmlprag's sxml->html

2022-08-21 Thread Maxime Devos
On 21-08-2022 02:05, Aleix Conchillo Flaqué wrote: According to the spec, embedding inline content in the tag should conform to the language defined by the "type" attribute (defaults to javascript). So, I would expect you could put any string that conforms to JS.

Re: avoid character encoding/escaping in sxml->xml or htmlprag's sxml->html

On Sat, Aug 20, 2022 at 05:05:22PM -0700, Aleix Conchillo Flaqué wrote: > Hi Maxime, > > On Sat, Aug 20, 2022 at 2:48 PM Maxime Devos wrote: > > > > The GuileScript looks nice, for interested readers, see < > https://github.com/aconchillo/guilescript> > > > > On 20-08-2022 21:59, Aleix Conchillo

Re: avoid character encoding/escaping in sxml->xml or htmlprag's sxml->html

Hi Maxime, On Sat, Aug 20, 2022 at 2:48 PM Maxime Devos wrote: > > The GuileScript looks nice, for interested readers, see < https://github.com/aconchillo/guilescript> > > On 20-08-2022 21:59, Aleix Conchillo Flaqué wrote: > > However, I'm not able to find a way to avoid character encoding/escapi

Re: avoid character encoding/escaping in sxml->xml or htmlprag's sxml->html

The GuileScript looks nice, for interested readers, see On 20-08-2022 21:59, Aleix Conchillo Flaqué wrote: However, I'm not able to find a way to avoid character encoding/escaping and the generated code inside will always have "<", etc.

avoid character encoding/escaping in sxml->xml or htmlprag's sxml->html

Hi there, I have a GuileScript example that it's basically a web server written in Guile that returns a basic HTML and also a