You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to reopen an issue that I commented on (#281) that was subsequently closed. Perhaps I'm missing something basic, but XML files do not seem to work with this library out of the box. My comment from the other thread is copied here:
I am encountering an issue with XML files:
markitdown._markitdown.UnsupportedFormatException: Could not convert 'file.xml' to Markdown. The formats ['.xml', '.xml', '.docbook', '.qtl', '.rng'] are not supported.
I'd like to reopen an issue that I commented on (#281) that was subsequently closed. Perhaps I'm missing something basic, but XML files do not seem to work with this library out of the box. My comment from the other thread is copied here:
I am encountering an issue with XML files:
OS:
MacOS 15.1
markitdown version:
0.0.1a3
python version:
3.13.1
I installed via:
And then ran:
Yielding the error above. The same error appears when using the Python API directly as suggested in the README.
The text was updated successfully, but these errors were encountered: