On Fri, Apr 15, 2016 at 3:50 PM, Jens Axel Søgaard
wrote:
> Hi All,
>
> The library scribble/html paired with at-expressions provide a really
> nice way to write html:
>
> @html[@head[@title{This is a title}]
> @body[@h1{This is a header}
> @p{This is a paragraph with text}
Yes, I think the simple solution is the right one.
Sam
On Fri, Apr 15, 2016 at 3:50 PM, Jens Axel Søgaard
wrote:
> Hi All,
>
> The library scribble/html paired with at-expressions provide a really nice
> way to write html:
>
> @html[@head[@title{This is a title}]
> @body[@h1{This
Er, if you're just asking about something that will be used only with
Scribble, disregard most of my message.
Neil Van Dyke wrote on 04/15/2016 04:06 PM:
XHTML is dead. I would work from HTML5, and keep HTML 4.x in mind.
I have considered a struct representation, and would definitely do
that
XHTML is dead. I would work from HTML5, and keep HTML 4.x in mind.
I have considered a struct representation, and would definitely do that
if I were writing a Web browser, but for now, there's too much reason to
just use SXML and all the tools around it.
Note that for some purposes, an all-p
Hi All,
The library scribble/html paired with at-expressions provide a really nice
way to write html:
@html[@head[@title{This is a title}]
@body[@h1{This is a header}
@p{This is a paragraph with text}]]
The library represents html as structures. Each ht
5 matches
Mail list logo