openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #11903
Re: [Merge] lp:~mzibricky/openlp/openlyrics into lp:openlp
> Line 494: Spelling mistake.
>
> The song export crashes, when the formatting tags end tag is not in the same
> line. E. g.
> {st}first line
> second line{/st}
This is not gona work with openlyrics. Because it means that would need syntax like:
<line><tag name="st">first line</line>
<line>second line</tag></line>
To support it, it would require dropping element <line>
> When the formatting start and end tag are in the same line the CDATA in the
> format section is wrong/not present. See http://pastebin.com/krThCBQ1
I'm not sure what you exacly mean. The presence of < in xml?
>
> When I fixed the CDATA by hand and imported the song, the formatting tags
> where not converted (=formatting was lost).
Only export is implemented for now.
--
https://code.launchpad.net/~mzibricky/openlp/openlyrics/+merge/75595
Your team OpenLP Core is subscribed to branch lp:openlp.
Follow ups
References