(Ce problème sera traité en anglais)
If none of them works, you should have a look at your XSL stylesheet. The cause of the error could be in the stylesheet itself.
In my case, something that was working in a older oracle server was not working anymore.
< myattribute="myvalue"> was causing the issue.
I had to declare correctly :
< name="myattribute"> myvalue < /xsl:attribute>
Aucun commentaire:
Enregistrer un commentaire