Prerequisites
- Access to a Paligo CMS workspace
- A Paligo XML export (with images) uploaded to the server
Exporting from Paligo
- Go to your Paligo publication
- Select Publish
- Choose XML as the output format
- Ensure Include images is enabled
- Download the ZIP file
publication--[lang].xml file (e.g., publication--en.xml) and an image/ directory with all referenced images.
Setup Steps
- Upload the extracted Paligo export to a directory on your server
- Navigate to Knowledge > Sources > Create
- Select Paligo as the connector type
- Enter the directory path where you extracted the export
- Optionally specify the XML filename (defaults to
publication--en.xml) - Save and run a manual sync
Configuration
Multi-Language Documentation
Create a separate source for each language. Export each language version from Paligo and point each source to its own directory and XML file.What Gets Imported
Topics
Each section with a resource ID in the Paligo XML becomes a separate document in AGO. The hierarchy is preserved: nested topics maintain parent-child relationships, while sections without resource IDs become sub-headings within their parent topic.Content Conversion
The connector converts DocBook XML elements to Markdown:- Paragraphs, headings, and inline formatting (bold, italic, code)
- Bullet and numbered lists (including nested lists)
- Procedures (step-by-step instructions)
- Tables (with multi-line cell support)
- Code blocks with syntax highlighting
- Admonitions (notes, warnings, tips, cautions)
- Sidebars and accordion elements
Images
Images from the export are stored as attachments on the corresponding documents. The connector searches multiple directories (image/, images/, img/, assets/images/) to find referenced images.
Best Practices
- Test with a small publication first before importing large documentation sets
- Re-export and re-import periodically to keep content fresh
- Optimize images in Paligo before exporting to reduce storage
- Use absolute paths for the directory path
Troubleshooting
XML file not found
XML file not found
- Verify the directory path is correct and absolute
- Check that the XML file exists in the directory
- If using a custom filename, verify it matches
Missing images
Missing images
- Ensure images were included in the Paligo export
- Verify the image directory is named
image/,images/,img/, orassets/images/ - Re-export from Paligo if image files are empty or corrupted
Content appears truncated
Content appears truncated
- The default maximum nesting depth is 10 levels — deeply nested content beyond this is not imported
- Consider restructuring overly complex content in Paligo
Circular reference detected
Circular reference detected
- The connector automatically detects and skips duplicate resource IDs
- Check your Paligo publication for duplicate topic IDs
Related
- Knowledge Connectors — All available connectors
- Knowledge Source Management — Managing sources
