sandflow / imscJS

JavaScript library for rendering IMSC Text and Image Profile documents to HTML5
BSD 2-Clause "Simplified" License
84 stars 31 forks source link

parsing stalled at "loading..." with no errors #20

Open mikedo opened 7 years ago

mikedo commented 7 years ago

When there is a validation error, it can stall with that status. I observe that it seems to be when a namespace shortcut is misspelled, e.g. "ts:" instead of "tts:".

palemieux commented 7 years ago

Can a sample be provided as an attachment to this issue?

mikedo commented 7 years ago

IMSC1-Example4-typo.zip

My experience is that you can take virtually any otherwise valid document and misspell a namespace shortcut anywhere.

dtatut commented 5 years ago

@palemieux : misspelling the line break markup also causes the same effect (e.g. </br> instead of <br/>)