}Barry van Oven <[EMAIL PROTECTED]> wrote: }> 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? } }Yes, perhaps that would be possible. Though I'm not sure how }it should be }used in combination with mm:import.
Not with mm:import itself, but with <mm:write referid="myImport" escape="attribute"/>.
