in reply to Re: HTML::Calendar alternative
in thread HTML::Calendar alternative

That looks interesting...

Thanks - I shall see if I can get the XS modules installed. Although I have done what I needed to with HTML::Calendar::Simple, I have a feeling that I am going to need another calendar display before too long...

Replies are listed 'Best First'.
Re^3: HTML::Calendar alternative
by no longer just digit (Beadle) on Mar 28, 2021 at 13:59 UTC
    I had a look at trying to de-XS HTML::Valid::Tagset and make it some kind of standalone but it is a big job. The tags are read in from the html-tidy library from the W3 consortium. I thought perhaps I would be able to just read them once and make a big text file and then have the module just read the text file without the library being involved, but it is a bit of a mess. It's meant to be a replacement for HTML::Tagset so there are lots of funny things in that.