• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..14-Jun-2021-

cross_sections.rncH A D14-Jun-2021342 1211

cross_sections.rngH A D14-Jun-20211.2 KiB4342

geometry.rncH A D14-Jun-20212.9 KiB5652

geometry.rngH A D14-Jun-202112.6 KiB448447

materials.rncH A D14-Jun-20211.3 KiB4231

materials.rngH A D14-Jun-20215 KiB166165

mg_cross_sections.rncH A D14-Jun-20212.2 KiB6146

mg_cross_sections.rngH A D14-Jun-20219.1 KiB315314

plots.rncH A D14-Jun-20211.8 KiB4241

plots.rngH A D14-Jun-20218.3 KiB294293

readme.rstH A D14-Jun-2021477 2012

settings.rncH A D14-Jun-20217.3 KiB205159

settings.rngH A D14-Jun-202126.2 KiB922921

tallies.rncH A D14-Jun-20213.8 KiB9792

tallies.rngH A D14-Jun-202114.9 KiB481480

readme.rst

1=====================
2Editing RelaxNG files
3=====================
4
5All direct edits to RelaxNG files should be in the .rnc files. The program
6TRANG_ should be used to generate a correcsponding .rng file. For Ubuntu, you
7can install with:
8
9.. code-block:: bash
10
11   sudo apt-get install trang
12
13To convert the .rnc file to .rng, use the following syntax:
14
15.. code-block:: bash
16
17   trang {filename}.rnc {filename}.rng
18
19.. _TRANG: http://www.thaiopensource.com/relaxng/trang.html
20