You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2021/11/20 10:54:00 UTC

[jira] [Comment Edited] (SLING-4443) Whitespace removal for Sightly HTML output

    [ https://issues.apache.org/jira/browse/SLING-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446808#comment-17446808 ] 

Konrad Windszus edited comment on SLING-4443 at 11/20/21, 10:53 AM:
--------------------------------------------------------------------

I think there are two different implementation possibilities:
# Generic servlet filter for any HTML responses (like https://balusc.omnifaces.org/2007/12/whitespacefilter.html)
# Tie it to HTL compiler with a {{CommandHandler}} implementation (https://github.com/apache/sling-org-apache-sling-scripting-sightly-compiler/blob/7244040a67824ffb945219f8273e4505cd03b750/src/main/java/org/apache/sling/scripting/sightly/compiler/commands/CommandHandler.java#L28) like proposed by [~diru]


was (Author: kwin):
I think there are two different implementation possibilities:
# Generic servlet filter for any HTML responses (like https://balusc.omnifaces.org/2007/12/whitespacefilter.html)
# Tie it to Sling with a {{CommandHandler}} implementation (https://github.com/apache/sling-org-apache-sling-scripting-sightly-compiler/blob/7244040a67824ffb945219f8273e4505cd03b750/src/main/java/org/apache/sling/scripting/sightly/compiler/commands/CommandHandler.java#L28) like proposed by [~diru]

> Whitespace removal for Sightly HTML output
> ------------------------------------------
>
>                 Key: SLING-4443
>                 URL: https://issues.apache.org/jira/browse/SLING-4443
>             Project: Sling
>          Issue Type: New Feature
>          Components: Scripting
>    Affects Versions: Scripting Sightly Engine 1.0.0
>            Reporter: Dan Chapman
>            Priority: Minor
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Can there be a way to remove whitespace from Sightly components HTML output, that is  created when elements are hidden e.g. <span data-sly-test="..."
> Previously in JSPs we could use - trimDirectiveWhitespaces="true" 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)