diff options
Diffstat (limited to 'docs/gettingstarted/writingdocs/styleguide/xmlexample.rst')
-rw-r--r-- | docs/gettingstarted/writingdocs/styleguide/xmlexample.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/gettingstarted/writingdocs/styleguide/xmlexample.rst b/docs/gettingstarted/writingdocs/styleguide/xmlexample.rst new file mode 100644 index 00000000000..575a639579e --- /dev/null +++ b/docs/gettingstarted/writingdocs/styleguide/xmlexample.rst @@ -0,0 +1,11 @@ +.. _xmlexample: + +An XML File +=========== + +An example of an XML file. + +.. literalinclude:: iperf-vm.xml + :language: XML + :emphasize-lines: 42-49, 74-80 + |