mrgreekgeek / abbott-smith-greek-lexicon-online

A little JS app to make Abbott-Smith searchable and usable with a focus on good UI and UX
https://lexicon.mrgreekgeek.com
MIT No Attribution
2 stars 0 forks source link

JSON output no longer includes XML namespace urls. #6

Closed welcome-me closed 7 months ago

welcome-me commented 7 months ago

Closes #5

PS: I wasted 2 hours trying to find an elegant JavaScript solution to the xmlns issues. I didn't want to edit the lexicon.xml file because I thought it was ideal to leave our source data unchanged. In the end, though, I did the super, simple solution of deleting the xmlns data from the lexicon.xml file.

If only I had done that two hours ago.