Daniel Fernández

Results 77 comments of Daniel Fernández

Moved to Wish List, discarded for Thymeleaf 3.0. Implementing this would be complex from an architectural standpoint. The key difference with inlining (see #425) is that when we are inlining...

This is linked to https://github.com/thymeleaf/thymeleaf/issues/163

Moved from the Thymeleaf 3.0 backlog to the wish list for the same reasons as #72. See https://github.com/thymeleaf/thymeleaf/issues/72#issuecomment-144871041

There shouldn't be any issues with using `HTML` mode for XHTML templates. The only difference is that Thymeleaf will not use an XML parser for its templates in `HTML` mode,...

I understand we are therefore talking about the old `VALIDXHTML` mode. The issue with this was, a template engine is not the right place to perform DTD-based validation, we understood...

@pahjbo please note the `` tag is not void, so unless you are using an XHTML DOCTYPE (and not an HTML one), the correct way to write it in HTML,...

@david-dogneton the status is *"this would be nice to have if it doesn't cause a performance hit, but right now there's a bit of a mess with some Spring integration...

Thanks. I've read the Spring JIRA ticket and I think I understand (more or less) the problem. Thymeleaf's integration with Spring tries to mirror (more or less exactly) what the...

I understand the idea is that the `TEXT` template mode does not offer features such as being comment-aware for variable replacements, therefore allowing script parts such as: ``` AND name...