mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
27 lines
947 B
XML
Executable File
27 lines
947 B
XML
Executable File
<?xml version="1.0"?>
|
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:nc="http://home.netscape.com/NC-rdf#">
|
|
|
|
<!-- MOZILLA MASTER HELP DOCUMENT -->
|
|
<rdf:Description about="urn:root"
|
|
nc:title="Test Help."
|
|
nc:base="chrome://help/locale/"
|
|
nc:defaulttopic="nav-doc"
|
|
>
|
|
<nc:panellist>
|
|
<rdf:Seq>
|
|
<rdf:li> <rdf:Description nc:panelid="search" nc:datasources="rdf:null"/> </rdf:li>
|
|
<!-- dummy.rdf is used to test missing datasource handling-->
|
|
<rdf:li> <rdf:Description nc:panelid="toc" nc:datasources="help-toc.rdf"/> </rdf:li>
|
|
<rdf:li> <rdf:Description nc:panelid="index" nc:datasources="help-indexAZ.rdf help-index1.rdf"/> </rdf:li>
|
|
<rdf:li> <rdf:Description nc:panelid="glossary" nc:datasources="help-glossary.rdf"/> </rdf:li>
|
|
</rdf:Seq>
|
|
</nc:panellist>
|
|
</rdf:Description>
|
|
|
|
</rdf:RDF>
|
|
|
|
|
|
|
|
|