[html-formfu] 'Syck parser' because of ': ' inside of comment_xml

Jens Schwarz blacky6767 at gmx.de
Wed Dec 2 06:59:48 GMT 2009


Hi,

in my yml's I have elements like this:

- type: Text
  name: foo
  comment_xml:
    <img class="foo" src="someimage.png" alt="foo"/>
    <div>
      <div class="foodiv1">foobar</div>
      <div class="foodiv2">
        foo: bar
      </div>
    </div>

This produces a 'Syck parser' error message because of ': ' inside of 'foo: bar' (i.e. a colon followed by space).

Workaround: replace ': ' with ':&nbsp;'.

I don't know if that's a bug of HTML::FormFu, if it can be fixed or if we have to live with the workaround. I just wanted to point that problem out. The workaround works fine for me :)

Jens
-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser



More information about the HTML-FormFu mailing list