You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ab...@locus.apache.org on 2000/06/02 01:19:46 UTC

cvs commit: xml-xerces/java/docs docs-book.xml

abagchi     00/06/01 16:19:45

  Modified:    java/docs docs-book.xml
  Log:
  Introduced <container> tags for the hidden pages
  
  Revision  Changes    Path
  1.5       +9 -8      xml-xerces/java/docs/docs-book.xml
  
  Index: docs-book.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/docs-book.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- docs-book.xml	2000/05/23 20:28:54	1.4
  +++ docs-book.xml	2000/06/01 23:19:45	1.5
  @@ -10,13 +10,14 @@
   
     <separator/>
     <document id="api"         label="API Docs"     source="api.xml"         />
  -  <document id="samples"     label="Samples"      source="samples.xml"     />
  -				   <hidden   id="domcount"        source="sam-domcount.xml"/>
  -				   <hidden   id="domwriter"       source="sam-domwriter.xml"/>
  -				   <hidden   id="domfilter"       source="sam-domfilter.xml"/>
  -				   <hidden   id="iterator"        source="sam-iterator.xml"/>
  -				   <hidden   id="tree"            source="sam-tree.xml"    />
  -				   <hidden   id="treeview"        source="sam-treeview.xml"    />
  +  <container id="samples"     label="Samples"      source="samples.xml">
  +	<entry  id="domcount"        source="sam-domcount.xml" />
  +	<entry  id="domwriter"       source="sam-domwriter.xml"/>
  +	<entry  id="domfilter"       source="sam-domfilter.xml"/>
  +	<entry  id="iterator"        source="sam-iterator.xml" />
  +	<entry  id="tree"            source="sam-tree.xml"     />
  +	<entry  id="treeview"        source="sam-treeview.xml" />
  +  </container>
     <document id="schema"      label="Schema"       source="schema.xml"      />
   
     <separator/>
  @@ -30,7 +31,7 @@
       <entry  id="faq-migrate"                      source="faq-migrate.xml" />
       <entry  id="faq-common"                       source="faq-common.xml"  />
     </group>
  -				   <hidden   id="jpc"       	  source="javapurecheck.xml"/>
  +	<hidden   id="jpc"       	  source="javapurecheck.xml"/>
   
     <separator/>
     <document id="releases"    label="Releases"     source="releases.xml"    />