diff options
author | Vishv Brahmbhatt <vishvbrahmbhatt19@gmail.com> | 2013-06-29 02:55:37 +0530 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-08-26 14:47:21 +0200 |
commit | 4a281debd23ac8604bb80978e5f26c0cfebcc4b0 (patch) | |
tree | b71992c3e5fa4bbc381525581a1257f00dab9c0d /sd/xml | |
parent | 58056cd73efbbda3065692427b69ed926700c9ca (diff) |
Changing the XML parser with configuration file path
Updating the "getRootElement" function.So "layoutlist.xml" can be read from actual configuration path.
Change-Id: Iee636d32e629e935e46a18572646659780ae20e3
Diffstat (limited to 'sd/xml')
-rw-r--r-- | sd/xml/layoutlist.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sd/xml/layoutlist.xml b/sd/xml/layoutlist.xml new file mode 100644 index 000000000000..0b1e9d9a59c8 --- /dev/null +++ b/sd/xml/layoutlist.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- At present I am not sure about corect XML namespace,so once I am aware of it.I am ready to add it. +--> +<layout-list> +<layout type="AUTOLAYOUT_TITLE_CONTENT"><presobj kind="PRESOBJ_TITLE" layout-pos-x="1400" layout-pos-y="837" layout-size-height="4400" layout-size-width="25600"/><presobj kind="PRESOBJ_OUTLINE1" layout-pos-x="1400" layout-pos-y="4914" layout-size-height="25200" layout-size-width="12180"/></layout> +<layout type="AUTOLAYOUT_TITLE_2VTEXT"><presobj kind="PRESOBJ_TITLE" layout-pos-x="1400" layout-pos-y="837" layout-size-height="4400" layout-size-width="25600"/><presobj kind="PRESOBJ_OUTLINE1" layout-pos-x="1400" layout-pos-y="4914" layout-size-height="12297" layout-size-width="12180"/><presobj kind="PRESOBJ_OUTLINE2" layout-pos-x="14311" layout-pos-y="4914" layout-size-height="12297" layout-size-width="12180"/></layout> +<layout type="AUTOLAYOUT_TITLE_CONTENT_OVER_CONTENT"><presobj kind="PRESOBJ_TITLE" layout-pos-x="1400" layout-pos-y="837" layout-size-height="4400" layout-size-width="25600"/><presobj kind="PRESOBJ_OUTLINE1" layout-pos-x="1400" layout-pos-y="4914" layout-size-height="25200" layout-size-width="5809"/><presobj kind="PRESOBJ_OUTLINE2" layout-pos-x="1400" layout-pos-y="11274" layout-size-height="25200" layout-size-width="5809"/></layout> +</layout-list> |