From 2fd74b3b155160e73045298bc61ba8707cac2933 Mon Sep 17 00:00:00 2001 From: Vishv Brahmbhatt Date: Fri, 5 Jul 2013 19:25:28 +0530 Subject: Working version of XML parser from configuration file path Added some changes in the "getRootElement" and new "layoutlist.xml" is added for "unit-test" module. XML parser works perfectly in the installation,only the failure of "unit-test" is left to be solved. Some refactoring related to "layoutlist.xml" will be updated soon. Change-Id: If7ed3af40e9b6df26e20881728181eb6c82936d8 --- .../user-template/user/config/soffice.cfg/simpress/layoutlist.xml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/user-template/user/config/soffice.cfg/simpress/layoutlist.xml (limited to 'test') diff --git a/test/user-template/user/config/soffice.cfg/simpress/layoutlist.xml b/test/user-template/user/config/soffice.cfg/simpress/layoutlist.xml new file mode 100644 index 000000000000..61b863d4b743 --- /dev/null +++ b/test/user-template/user/config/soffice.cfg/simpress/layoutlist.xml @@ -0,0 +1,8 @@ + + + + + + + \ No newline at end of file -- cgit