---
title: "How to upload DOCX to PSML with split-psml-config"
source: https://dev.pageseeder.com/get_started/tutorials/how_to_upload_docx_to_psml_with_split_psml_config.html
last_updated: 2026-08-11T16:37:52+10:00
tokens: ~307
---

# How to upload DOCX to PSML documents with psml-split-config in Pageseeder

| Property | Value |
| --- | --- |
| Skills required | XML |
| Time required (minutes) | 20 |
| Intended audience | Developer |
| Difficulty | Easy |
| Category | Document |

## Objective

PageSeeder can be used to convert [DOCX](/reference/glossary/word_docx_format.md) documents into [PSML](/reference/glossary/psml.md) in two easy steps. This tutorial shows how to import DOCX format into PageSeeder. The [default config](/guide/publishing/ant_api/extensions/microsoft_word_docx_import_config_default.md) uses the XML document word-import-config to split fragments and documents together in the same configuration. Now, it is divided in two documents, `word-import-config.xml` and `psml-split-config.xml` to simplify the configuration.

It includes how to:

- Configure the XML document `psml-split-config.xml`.
- Import DOCX as PSML to have the correct output using both XML configuration documents.

## Prerequisite

To complete this tutorial requires:

- Administrator access to a PageSeeder server.

All the necessary files for this tutorial are on GitHub.

## Tutorial

### Configure XML document psml-split-config

### Understanding more

 

