Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML files not supported #288

Open
christian-johnson opened this issue Jan 16, 2025 · 1 comment
Open

XML files not supported #288

christian-johnson opened this issue Jan 16, 2025 · 1 comment

Comments

@christian-johnson
Copy link

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.

OS: MacOS 15.1
markitdown version: 0.0.1a3
python version: 3.13.1

I installed via:

uv venv
source .venv/bin/activate
uv pip install markitdown

And then ran:

markitdown file.xml > document.md

Yielding the error above. The same error appears when using the Python API directly as suggested in the README.

@AxelNielsen-dev
Copy link

I am having the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants