Skip to Content
Menu
This question has been flagged
1 Reply
11382 Views

I'd like to validate my XML in Notepad++

Validation would help avoid XML errors.

Avatar
Discard
Author Best Answer

UPDATED for Odoo 18.0

Odoo uses RELAX NG to define and validate the XML used by the system.

You can search the source for *.rng files


https://github.com/odoo/odoo/tree/18.0/odoo/addons/base/rng

https://github.com/odoo/odoo/blob/18.0/odoo/import_xml.rng
 



Avatar
Discard
Related Posts Replies Views Activity
0
Jan 16
3146
1
Aug 24
825
1
Aug 20
5429
0
Jan 22
2336
2
Jun 20
5327