Skip to content

Commit

Permalink
Fix rendering issues in input/xml.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Jan 28, 2017
1 parent 9f166fa commit 5f94af1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions input/xml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ Processes input as an XML document.
See the XSD in 'src/Input/schema/dic/input/xml-input-1.0.xsd'
for more information about the schema.

Any node/leave inside the ``<field />``-node is optional.
All nodes inside the ``<field />`` node are optional.
But at least one must exists.

.. caution::

Because of the way XSD validates the
Because of the way XSD validates, the
``<fields>`` node must be provided before
the ```<groups>`` node.
the ``<groups>`` node.

.. code-block:: xml
:linenos:
<?xml version="1.0" encoding="UTF-8"'.'?'.'>
<?xml version="1.0" encoding="UTF-8"?>
<search>
<fields>
<field name="field1">
Expand Down

0 comments on commit 5f94af1

Please sign in to comment.