A simple test follows:
Hello, world!
Now, test with the <compress> tag.
This is the same message, using the "compress" tag:
Hello, world!
Now, this time with the "LegacyCompress" transform model:
Thisisthesamemessage,usingthe"compress"tag:
Hello,world!
Finally, using the "CompressWhitespace" transform model:
This is the same message, using the "compress" tag:
Hello, world!
The end.