mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +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 |
||
---|---|---|
.. | ||
default-encoding.py | ||
example-utf8.html | ||
example.html | ||
example.json | ||
facebook_chat.json | ||
factbook.xml | ||
fake.odt | ||
hello.msg | ||
hello.pdf | ||
layout-parser-paper.pdf | ||
non-utf8-encoding.py | ||
sitemap.xml | ||
slack_export.zip | ||
stanley-cups.csv | ||
stanley-cups.xlsx | ||
whatsapp_chat.txt |