[xwiki-devs] Tagedit.vm with 2.0 Syntax
The BlogPostSheet contains this line: #template('tagedit.vm') which in turn contains a HTML comment (<!-- ... -->) which is turned into this: <!<del> ... </del>> Is there a way to load the template in a 2.0 syntax without having this conversion. The BlogPostSheet was wrapped this way (done by the 1.0 to 2.0 Converter): {{velocity filter="none"}} {{html clean="false" wiki="true"}} ... Thanks Andreas Schaefer CEO of Madplanet.com Inc. EMail: [email protected] [email protected] Twitter: andy_mpc AIM: [email protected]
Andreas Schaefer wrote:
The BlogPostSheet contains this line:
#template('tagedit.vm')
which in turn contains a HTML comment (<!-- ... -->) which is turned into this: <!<del> ... </del>>
Is there a way to load the template in a 2.0 syntax without having this conversion.
The BlogPostSheet was wrapped this way (done by the 1.0 to 2.0 Converter):
{{velocity filter="none"}} {{html clean="false" wiki="true"}}
That is an error in the template. I replaced the HTML comment with a velocity one, which doesn't appear in the result. -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
Andreas Schaefer -
Sergiu Dumitriu