[Zope-CVS] CVS: Packages/Moztop/moztop/content/Data - tabs.rdf:1.1
Stephan Richter
srichter@cbu.edu
Wed, 15 Jan 2003 00:21:20 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content/Data
In directory cvs.zope.org:/tmp/cvs-serv5455/moztop/content/Data
Added Files:
tabs.rdf
Log Message:
There are some prelimary View Tabs...
Here are two tasks that need to be solved quickly:
1. Is it possible to create XUL Elements from Javascript. If so, how?
2. Can Tabboxes be RDF driven? I was unsuccessful!
=== Added File Packages/Moztop/moztop/content/Data/tabs.rdf ===
<?xml version="1.0"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:tab="http://www.zope.org/rdf/tab#">
<RDF:Description about="urn:tabs:tab1">
<tab:name>Hello</tab:name>
</RDF:Description>
<RDF:Seq about="urn:tabs:data">
<RDF:li resource="urn:tabs:tab1" />
</RDF:Seq>
</RDF:RDF>