Skip to content

Commit

Permalink
no longer refer to XML output #998
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 22, 2015
1 parent 5777b8b commit c8b384c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorial/reading.rst
Expand Up @@ -132,7 +132,7 @@ We can capture this metadata using the :ref:`info_command` utility.
$ pdal info --metadata --xml interesting.las

This produces metadata that looks like :ref:`this <metadataxml>`. You can use
your favorite `XML`_ or `JSON`_ manipulation tools to extract this information
your favorite `JSON`_ manipulation tools to extract this information
and do what you need with it. For formats that do not have the ability to
preserve this metadata internally, you can keep a ``.xml`` or ``.json`` file
alongside the ``.txt`` file as auxiliary information.
Expand Down Expand Up @@ -167,7 +167,7 @@ effects.
Simple conversion
..............................................................................

The following XML document defines a :ref:`pipeline` that takes the ``file.las``
The following `XML`_ document defines a :ref:`pipeline` that takes the ``file.las``
`ASPRS LAS`_ file and converts it to a new file called ``output.las``.

::
Expand Down

0 comments on commit c8b384c

Please sign in to comment.