You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
qued e4224a396b
feat: Add `UnstructuredXMLLoader` for `.xml` files (#5955)
# 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
1 year ago
..
_static Fix the shortcut conflict for document page search (#5874) 1 year ago
additional_resources [Docs][Hotfix] Fix broken links (#5800) 1 year ago
ecosystem Baseten integration (#5862) 1 year ago
getting_started Update tutorials.md (#5761) 1 year ago
integrations Add a new vector store - AwaDB (#5971) (#5992) 1 year ago
modules feat: Add `UnstructuredXMLLoader` for `.xml` files (#5955) 1 year ago
reference Documentation fixes (linting and broken links) (#5563) 1 year ago
templates docs `ecosystem/integrations` update 3 (#5470) 1 year ago
tracing
use_cases minor refactor GenerativeAgentMemory (#5315) 1 year ago
Makefile
conf.py
dependents.md docs: updated `ecosystem/dependents` (#5753) 1 year ago
index.rst docs: Added Deploying LLMs into production + a new ecosystem (#4047) 1 year ago
integrations.rst
make.bat
reference.rst
requirements.txt