kb-dk/MerMEId

rend elements not nestable

Closed this issue · 1 comments

Inner <rend> elements in nested rendition markup created in tinyMCE don't survive the HTML parser in MerMEId's PUT filter. The inner element is reduced to an empty <rend/>.

The custom-made parser did not handle nested elements of the same name correctly. With XSLT 3.0 we can now simply use fn:parse-xml(). Fixed with this commit.