Hi,

On Fri, Feb 13, 2015 at 2:21 PM, Omar Crea <omar.c...@thyme.it> wrote:
> ...What I want to achieve, within my html page, is to move certain
> nodes (stylesheets and javascript) from the middle of the HTML document to
> the <head> element....

> Can this task be achieved using a Transformer?...

You can certainly write an XSLT transform to do that, triggered by a
Sling Output Rewriting Pipeline.

That will probably cause the transformer to buffer the whole output,
might become inefficient depending on the input's size.

-Bertrand

Reply via email to