mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
e4224a396b
# Unstructured XML Loader Adds an `UnstructuredXMLLoader` class for .xml files. Works with unstructured>=0.6.7. A plain text representation of the text with the XML tags will be available under the `page_content` attribute in the doc. ### Testing ```python from langchain.document_loaders import UnstructuredXMLLoader loader = UnstructuredXMLLoader( "example_data/factbook.xml", ) docs = loader.load() ``` ## Who can review? @hwchase17 @eyurtsev |
||
---|---|---|
.. | ||
parsers | ||
__init__.py | ||
test_arxiv.py | ||
test_bigquery.py | ||
test_bilibili.py | ||
test_blockchain.py | ||
test_confluence.py | ||
test_csv_loader.py | ||
test_dataframe.py | ||
test_duckdb.py | ||
test_email.py | ||
test_excel.py | ||
test_facebook_chat.py | ||
test_fauna.py | ||
test_figma.py | ||
test_gitbook.py | ||
test_github.py | ||
test_ifixit.py | ||
test_joplin.py | ||
test_json_loader.py | ||
test_mastodon.py | ||
test_max_compute.py | ||
test_modern_treasury.py | ||
test_odt.py | ||
test_pdf.py | ||
test_pyspark_dataframe_loader.py | ||
test_python.py | ||
test_sitemap.py | ||
test_slack.py | ||
test_spreedly.py | ||
test_stripe.py | ||
test_unstructured.py | ||
test_url_playwright.py | ||
test_url.py | ||
test_whatsapp_chat.py | ||
test_xml.py |