OpenMC/src/relaxng
2021-01-18 14:36:05 -06:00
..
cross_sections.rnc Refactor use of ACE tables to generate neutron/thermal scattering data 2016-07-14 15:19:52 -05:00
cross_sections.rng Refactor use of ACE tables to generate neutron/thermal scattering data 2016-07-14 15:19:52 -05:00
geometry.rnc A few more fixes pointed out by @smharper 2019-06-17 06:24:45 -05:00
geometry.rng A few more fixes pointed out by @smharper 2019-06-17 06:24:45 -05:00
materials.rnc Remove option to specify multipole library outside of cross_sections.xml 2018-11-12 13:35:29 -06:00
materials.rng Remove option to specify multipole library outside of cross_sections.xml 2018-11-12 13:35:29 -06:00
mg_cross_sections.rnc Added MGXS library rnc/rng data 2015-11-14 10:09:53 -05:00
mg_cross_sections.rng Added MGXS library rnc/rng data 2015-11-14 10:09:53 -05:00
plots.rnc Allow color names, rename Plot attributes, add openmc.plot_inline() 2017-03-08 14:24:37 -06:00
plots.rng Allow color names, rename Plot attributes, add openmc.plot_inline() 2017-03-08 14:24:37 -06:00
readme.rst removed trang from xml validate script and updated documentation 2015-02-27 13:20:39 -05:00
settings.rnc Rename max_surf_banks to max_particles 2021-01-18 14:36:05 -06:00
settings.rng Rename max_surf_banks to max_particles 2021-01-18 14:36:05 -06:00
tallies.rnc Update tallies/settings RELAX NG schemata 2020-01-02 14:47:38 -06:00
tallies.rng Update tallies/settings RELAX NG schemata 2020-01-02 14:47:38 -06:00

=====================
Editing RelaxNG files
=====================

All direct edits to RelaxNG files should be in the .rnc files. The program
TRANG_ should be used to generate a correcsponding .rng file. For Ubuntu, you
can install with:

.. code-block:: bash
 
   sudo apt-get install trang

To convert the .rnc file to .rng, use the following syntax:

.. code-block:: bash
 
   trang {filename}.rnc {filename}.rng

.. _TRANG: http://www.thaiopensource.com/relaxng/trang.html