Hi all.
Frequently, I run into the rather annoying problem of having to reshuffle my mm:compare's to prevent single whitespaces from cluttering the final output. Consider this:
<mm:import id="myImport">
<mm:compare value="someValue">doSomething</mm:compare>
</mm:import>
The output of this construction is " doSomething ". Note the leading and trailing whitespace!
Would it be possible to add an escape type to taglibcontent.xml, such as "attribute", that would remove all leading and trailing whitespaces?
Regards,
B.
