AEM Guides (AEMaaCS): DITAMap: Site creates pages but Markdown content not injected (SAXException)
I’m facing an issue with AEM Guides on AEM as a Cloud Service while generating Sites output from a DITAMap that references Markdown topics using this documentation: https://experienceleague.adobe.com/en/docs/experience-manager-guides/using/knowledge-base/kb-articles/authoring/webeditor/markdown-in-dita-and-aem-guides
What I’m seeing:
-
The DITAMap → Site generation runs
-
Site pages do get created
-
Page properties (sourcePath, UUIDs, map references, etc.) are all set correctly along with the hierarchy of nodes.
-
However, the content is missing - the “injected-container” on the page is empty
-
This preset works for normal dita topics.
Error in logs:
Markdown resource cannot be read as an XML Document org.xml.sax.SAXException
This happens during the NodeJS-based publishing workflow, specifically while Guides is extracting dependencies / DTD rules. From the stack trace, it looks like the Markdown file is being attempted to be read as an XML document.
Pages are created but the Markdown content never gets injected into the page
Environment details:
-
Adobe Experience Manager 2026.1.23963.20260108T001551Z-251200
-
AEM Guides 2025.11.0.301
-
Source content: Markdown (
.md) referenced directly from the DITAMap
At this point, I’m trying to understand:
-
Is Markdown-based DITAMap → Sites generation fully supported on AEMaaCS?
-
Or is this a known limitation/bug with the NodeJS publishing pipeline for Markdown topics or should I make any custom preset with plugins to make it work?
If anyone has successfully used Markdown topics for Sites output on AEMaaCS, or has run into this error before, I’d really appreciate any guidance or confirmation.