ReadAlongs / Studio-Web

Suite of web packages for creating interactive ReadAlongs (this repo was formerly called Web-Component)
https://readalong-studio.mothertongues.org/
Other
9 stars 9 forks source link

editor web bundle exporting incorrect format for .readalong #325

Closed deltork closed 1 month ago

deltork commented 1 month 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">

`