From c8b384cf591d49f00109d6f086168bb489a4a7ec Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Tue, 22 Sep 2015 13:29:08 -0400 Subject: [PATCH] no longer refer to XML output #998 --- doc/tutorial/reading.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial/reading.rst b/doc/tutorial/reading.rst index f1c89c6ad6..353b7566bf 100644 --- a/doc/tutorial/reading.rst +++ b/doc/tutorial/reading.rst @@ -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 `. 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. @@ -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``. ::