Rendering page error

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Rendering page error

Mercy
 I have been encountering this error whenever I try to create a page using the rest api, the content are not rendered and I don't understand what's wrong
Error:  Failed to render content.Cause:[Can’t find descriptor for the componenet with type[interface org.xwiki.rendering.parser.Parser] and hint[html/4.0.1]]. Click on this message for details.

The code I'm using is here below;

<?xml version="1.0" encoding="utf-8"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.xwiki.org">
        <name>Test</name>
        <title>Test</title>
        <author>XWiki.user</author>
        <authorName>XWiki.user</authorName>
        <majorVersion>0</majorVersion>
        <minorVersion>0</minorVersion>
        <hidden>false</hidden>
        <created>2021-03-28T17:14:10+01:00</created>
        <creator>XWiki.user</creator>
        <syntax>html/4.01</syntax>
        <creatorName>XWiki.user</creatorName>
        <modified>2021-03-28T12:19:29+01:00</modified>
        <comment>test</comment>
        <content>
        Hello World!
        </content>
</page>