1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/rdf/tests/dsds/DataSourceViewer.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,38 @@ 1.4 +<?xml version="1.0"?> 1.5 +<?xml-stylesheet href="DataSourceViewer.css" type="text/css"?> 1.6 + 1.7 +<window 1.8 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.9 + xmlns:html="http://www.w3.org/1999/xhtml" 1.10 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.11 + style="width: 100%; height: 100%"> 1.12 + 1.13 + 1.14 +<tree datasources="rdf:datasource" 1.15 + id="dataSourceTree" 1.16 + containment="http://home.netscape.com/NC-rdf#child"> 1.17 + <treecolgroup> 1.18 + <treecol id="NameColumn" resource="http://home.netscape.com/NC-rdf#Name" flex="1"/> 1.19 + <treecol id="ValueColumn" resource="http://home.netscape.com/NC-rdf#Value" flex="1"/> 1.20 + </treecolgroup> 1.21 + <treehead> 1.22 + <treeitem> 1.23 + <treecell>Name</treecell> 1.24 + <treecell>Value</treecell> 1.25 + </treeitem> 1.26 + </treehead> 1.27 + 1.28 + 1.29 + <treebody id="rdf:mailnewsfolders" name="dataSourceTreeBody"> 1.30 + <treeitem id="msgaccounts:/" open="true"> 1.31 + <treecell> 1.32 + <treeindentation/> 1.33 + <html:img hspace="2" style="vertical-align: bottom" src="chrome://messenger/skin/localMailHost.gif"/>Accounts 1.34 + </treecell> 1.35 + <treecell/> 1.36 + <treecell/> 1.37 + </treeitem> 1.38 + </treebody> 1.39 + <treechildren flex="1"/> 1.40 +</tree> 1.41 +</window>