From f91e754f69efb3abf3058679e768b6596a22d30d Mon Sep 17 00:00:00 2001 From: Luis Gasco Date: Tue, 14 May 2019 11:37:17 +0200 Subject: [PATCH] Fixed whitelist and bug with xml structure literal include (#34) * Refs #5388 Fixed whitelist and bug with xml structure literal include. * Refs #5389 Requested changes * Update code/XMLTester.xml Co-Authored-By: MiguelCompany * Refs #5389 Requested changes --- code/XMLTester.xml | 44 ++++++++++++++++++++++---------------------- docs/xmlprofiles.rst | 2 +- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/code/XMLTester.xml b/code/XMLTester.xml index 47544dbc7..b45aff9b9 100644 --- a/code/XMLTester.xml +++ b/code/XMLTester.xml @@ -117,7 +117,7 @@ - 1 + 1 @@ -127,7 +127,7 @@ - 1 + 1 @@ -138,9 +138,9 @@ - true + true - 1 + 1 @@ -149,7 +149,7 @@ - true + true @@ -160,8 +160,8 @@ - 1 - + 1 + @@ -170,8 +170,8 @@ - 1 - + 1 + @@ -579,8 +579,8 @@ 16384 100 - 192.168.1.41 - 127.0.0.1 +
192.168.1.41
+
127.0.0.1
80.80.55.44 5101 @@ -712,7 +712,7 @@ - + @@ -856,8 +856,8 @@ <--> - - + + @@ -1217,8 +1217,8 @@ 16384 100 - 192.168.1.41 - 127.0.0.1 +
192.168.1.41
+
127.0.0.1
80.80.55.44 5000 @@ -1569,12 +1569,12 @@ ASYNCHRONOUS - - true - - 1 - - + + true + + 1 + + diff --git a/docs/xmlprofiles.rst b/docs/xmlprofiles.rst index ea80df93f..8f64e9066 100644 --- a/docs/xmlprofiles.rst +++ b/docs/xmlprofiles.rst @@ -28,7 +28,7 @@ An XML file can contain several XML profiles. The available profile types are :r .. literalinclude:: ../code/XMLTester.xml :language: xml :start-after: PROFILES-TRANSPORT-DESCRIPTORS<--> - :lines: 1-6, 11-32 + :lines: 1-6, 43-63 The Fast-RTPS XML format uses some structures along several profiles types. For readability, the :ref:`commonxml` section groups these common structures.