Comment 7 for bug 626608

Revision history for this message
Andrew Noble (noblestudd) wrote :

Hi All

I think I've hardcoded the forward slash inside preferences.xml.
It does filter the forward slash and inkscape turned it into code below and no error prompt:
  <group
     id="extensions">
    <group
       id="org.ekips.filter"
       hello_world.what="TEST" />
  </group>

But using an unmodified id from the template taken from the MakinAnINX tutorial the { } was not sanitized:
<inkscape-extension>
  <_name>{Friendly Extension Name}</_name>
  <id>{org.domain.sub-domain.extension-name}</id>

That's probably how I got the idea to tinker with preferences.xml directly.
My bad, I should have reported it more properly.