ReadAlongs / Studio-Web

Suite of web packages for creating interactive ReadAlongs
https://readalong-studio.mothertongues.org/
Other
11 stars 9 forks source link

editor web bundle exporting incorrect format for .readalong #325

Closed deltork closed 3 months ago

deltork commented 4 months ago

The .readalong format exported by the Studio editor is HTML instead of XML. Here is a sample output (first three lines). `

<text xml:lang="fra" fallback-langs="und" id="t0">

expected

<text xml:lang="fra" fallback-langs="und" id="t0">

`