UnstructuredXMLLoader is used to load XML files. The loader works with .xml files. The page content will be the text extracted from the XML tags.
Overview
Integration details
| Class | Package | Local | Serializable | JS support |
|---|---|---|---|---|
| UnstructuredXMLLoader | langchain_community | β | β | β |
Loader features
| Source | Document Lazy Loading | Native Async Support |
|---|---|---|
| UnstructuredXMLLoader | β | β |
Setup
To access UnstructuredXMLLoader document loader youβll need to install thelangchain-community integration package.