error - schema element declaration
Posted: Thu Nov 23, 2023 2:00 am
A student of mine is getting this message (French interface):
Impossible de trouver la déclaration de l'élément Schéma
In English this translates to:
Cannot find Schema element declaration.
Can you help us resolve this error message? It only appears on her computer and Oxygen installation, it does not appear on my computer and Oxygen installation (its the same version).
I could not attach the file, this system does not accept xml files (??). The contents of the file is copied below. We have named it with the .xml extension (I am not sure if that makes a difference, they are DITA files.)
------------------------------------------------------
Impossible de trouver la déclaration de l'élément Schéma
In English this translates to:
Cannot find Schema element declaration.
Can you help us resolve this error message? It only appears on her computer and Oxygen installation, it does not appear on my computer and Oxygen installation (its the same version).
I could not attach the file, this system does not accept xml files (??). The contents of the file is copied below. We have named it with the .xml extension (I am not sure if that makes a difference, they are DITA files.)
------------------------------------------------------
Code: Select all
<?xml version="1.0"?>
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
<!-- Created with XMetaL (http://www.xmetal.com) -->
<task id="task_37459b9f1fbb40babea84490a924b9fa">
<title>Référence</title>
<shortdesc><?xm-replace_text Short Description?>
</shortdesc>
<taskbody>
<steps id="steps_3a2c685aa1874f25a4c40597f7cdfb54">
<step id="step_a7593eaa76c04d01abe1fba6c0c9ccef">
<cmd><?xm-replace_text Step?>
</cmd>
</step>
</steps>
</taskbody>
</task>