Re: Pretty Printer for SAC Parser

Not only that, but I think that SAC and Flute are essentially dead for
all intents and purposes - I could be wrong but if you search the
archives you will find the occasional question like this:
http://lists.w3.org/Archives/Public/www-style/2008Apr/0455.html

On Sun, Jul 1, 2012 at 4:57 PM, Dominic Chambers
<dominic.chambers@gmail.com> wrote:
> Hi There,
>
> I wonder if anyone can help. I need a streaming CSS parser for Java that is
> capable of performing an identity transform on any valid CSS document -- a
> canonical identity transform is fine.
>
> AFAICT, the Streaming API for CSS (SAC) seems to be the right solution. I've
> downloaded Flute, and it seems to be doing the right things on the the
> documents I feed in, but I'm now just looking for a class that can output
> that stream back into CSS. I can't find one anywhere, and it seems like a
> fairly involved (read: bug prone) endeavour.
>
> Can anyone point me in the right direction (re: SAC), or in a completely
> different direction altogether if there are other better alternatives that
> do the same thing -- allowing a streaming CSS identity transform in Java.
>
> Thanks, Dominic.

Received on Monday, 2 July 2012 14:04:02 UTC