diff options
Diffstat (limited to 'tests/ITS-2.0-Testsuite/inputdata/localizationnote/xml/locnote4xml.xml')
-rw-r--r-- | tests/ITS-2.0-Testsuite/inputdata/localizationnote/xml/locnote4xml.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/tests/ITS-2.0-Testsuite/inputdata/localizationnote/xml/locnote4xml.xml b/tests/ITS-2.0-Testsuite/inputdata/localizationnote/xml/locnote4xml.xml index 2dd649e..a98b30e 100644 --- a/tests/ITS-2.0-Testsuite/inputdata/localizationnote/xml/locnote4xml.xml +++ b/tests/ITS-2.0-Testsuite/inputdata/localizationnote/xml/locnote4xml.xml @@ -1,16 +1,16 @@ -<dataFile>
- <prolog>
- <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
- <its:locNoteRule locNoteType="description" selector="//body/string/data"
- locNoteRefPointer="../@noteFile" />
- </its:rules>
- </prolog>
- <body>
- <string id="FileNotFound" noteFile="Comments.html#FileNotFound">
- <data>Cannot find the file {0}.</data>
- </string>
- <string id="DivByZero" noteFile="Comments.html#DivByZero">
- <data>Invalid parameter.</data>
- </string>
- </body>
-</dataFile>
+<dataFile> + <prolog> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0"> + <its:locNoteRule locNoteType="description" selector="//body/string/data" + locNoteRefPointer="../@noteFile" /> + </its:rules> + </prolog> + <body> + <string id="FileNotFound" noteFile="Comments.html#FileNotFound"> + <data>Cannot find the file {0}.</data> + </string> + <string id="DivByZero" noteFile="Comments.html#DivByZero"> + <data>Invalid parameter.</data> + </string> + </body> +</dataFile> |