home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2001 October / PCpro_2001_10.ISO / xml / xmlpro / data1.cab / Program_Executable_FILES / xmlpro.jar / javahelp / XMLProHelpTOC.xml < prev   
Encoding:
Extensible Markup Language  |  1999-05-17  |  4.9 KB  |  113 lines

  1. <?xml version='1.0' encoding='ISO-8859-1'  ?>
  2. <!DOCTYPE toc
  3.   PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 1.0//EN"
  4.          "http://java.sun.com/products/javahelp/toc_1_0.dtd">
  5.  
  6. <toc version="1.0">
  7.  
  8. <tocitem text="XML Pro" image="toplevelfolder">
  9.  
  10.    <tocitem text="About XML Pro" target="about">
  11.     <tocitem text="The XML Pro Document Tree" target="document-tree"/>
  12.     <tocitem text="The Attribute Pane" target="attribute-pane"/>
  13.     <tocitem text="The Edit Pane" target="edit-pane"/>
  14.     <tocitem text="The XML Pro Toolbar" target="toolbar"/>
  15.     <tocitem text="The Element Palette" target="element-palette"/>
  16.     <tocitem text="The Entity Palette" target="entity-palette"/>
  17.     <tocitem text="Drag and Drop Support" target="drag-drop"/>
  18.     <tocitem text="XML Namespaces" target="namespaces"/>
  19.  
  20.    </tocitem>
  21.  
  22.    <tocitem text="File Operations" target="file-menu">
  23.     <tocitem text="New" target="new"/>
  24.     <tocitem text="Open" target="open"/>
  25.     <tocitem text="Save" target="save"/>
  26.     <tocitem text="Save As" target="save-as"/>
  27.     <tocitem text="Print" target="print"/>
  28.     <tocitem text="Close" target="close"/>
  29.     <tocitem text="Exit" target="exit"/>
  30.     </tocitem>
  31.    
  32.    <tocitem text="Edit Operations" target="edit-menu">
  33.     <tocitem text="Undo" target="undo"/>
  34.     <tocitem text="Cut" target="cut"/>
  35.     <tocitem text="Copy" target="copy"/>
  36.     <tocitem text="Paste" target="paste"/>
  37.     <tocitem text="Find" target="find"/>
  38.    </tocitem>
  39.  
  40.    <tocitem text="Tools Operations" target="tools-menu">
  41.     <tocitem text="The Element Wizard" target="element-wizard"/>
  42.     <tocitem text="The Attribute Wizard" target="attribute-wizard"/>
  43.     <tocitem text="Moving Elements Up" target="move-up"/>
  44.     <tocitem text="Moving Elements Down" target="move-down"/>
  45.     <tocitem text="Deleting Elements" target="delete"/>
  46.     <tocitem text="Validate" target="validate"/>
  47.     <tocitem text="Assocaiate DTD" target="associate-dtd"/>
  48.     <tocitem text="Change XML Encoding" target="change-encoding"/>
  49.     <tocitem text="View XML" target="view-xml"/>
  50.     <tocitem text="View DTD" target="view-dtd"/>
  51.    </tocitem>
  52.  
  53.    <tocitem text="Options" target="option-menu">
  54.     <tocitem text="View PCDATA Text in Tree" target="view-pcdata-tree"/>
  55.     <tocitem text="View Attributes in Tree" target="view-attrib-tree"/>
  56.     <tocitem text="Show Element Palette" target="show-element"/>
  57.     <tocitem text="Show Entity Palette" target="show-entity"/>
  58.     <tocitem text="Available Elements Constrained by DTD" target="constrained"/>
  59.    </tocitem>
  60.    
  61.    <tocitem text="XML Pro Help" target="help-menu">
  62.        <tocitem text="Launching Help" target="help"/>
  63.    </tocitem>
  64.  
  65.    <tocitem text="Trouble Shooting" target="support">
  66.     <tocitem text="Error Codes" target="error-codes"/>
  67.     <tocitem text="Reporting Errors or Bugs" target="bugs"/>
  68.    </tocitem>
  69.  
  70.    <tocitem text="General XML Terminology" target="terms">
  71.     <tocitem text="The XML Prolog" target="prolog"/>
  72.     <tocitem text="Elements" target="element"/>
  73.     <tocitem text="Attributes" target="attribute"/>
  74.     <tocitem text="PCDATA" target="PCDATA"/>
  75.     <tocitem text="CDATA" target="CDATA"/>
  76.     <tocitem text="Entities" target="entity"/>
  77.     <tocitem text="Comments" target="comment"/>
  78.     <tocitem text="Well-Formedness" target="well-formed"/>
  79.     <tocitem text="Validationt" target="validation"/>
  80.     <tocitem text="Document Type Definition (DTD)" target="DTD"/>
  81.     <tocitem text="Enumerated Attributes" target="enumerate"/>
  82.     <tocitem text="Root Element" target="root-element"/>
  83.     <tocitem text="DOCTYPE Declaration" target="doctype"/>
  84.     <tocitem text="Document Encoding" target="doc-encoding"/>
  85.     <tocitem text="UTF-8" target="utf"/>
  86.     <tocitem text="SYSTEM" target="system"/>
  87.     <tocitem text="PUBLIC" target="public"/>
  88.    </tocitem>
  89.  
  90.    <tocitem text="How Do I?" target="how-do">
  91.     <tocitem text="Opening a Document in XML Pro" target="opening"/>
  92.     <tocitem text="Closing a Document in XML Pro" target="closing"/>
  93.     <tocitem text="Creating a New Document" target="create-new"/>
  94.     <tocitem text="Creating Elements" target="create-element"/>
  95.     <tocitem text="Adding an Element to a Document" target="add-element"/>
  96.     <tocitem text="Moving Elements in a Document" target="move-element"/>
  97.     <tocitem text="Adding PCDATA to Elements" target="add-pcdata"/>
  98.     <tocitem text="Editing PCDATA Contents" target="edit-pcdata"/>
  99.     <tocitem text="Creating Attributes" target="create-attribute"/>
  100.     <tocitem text="Adding an Attribute to an Element" target="add-attribute"/>
  101.     <tocitem text="Editing Attributes" target="edit-attribute"/>
  102.     <tocitem text="Changing a Document's Character Encoding" target="change-encoding"/>
  103.     <tocitem text="Associating a DTD with a Document" target="associating-dtd"/>
  104.     <tocitem text="Validating a Document" target="validating"/>
  105.     <tocitem text="Viewing a Document in XML code" target="viewing-xml"/>
  106.     <tocitem text="Viewing a Document's DTD" target="viewing-dtd"/>
  107.     <tocitem text="Adding a Comment to a Document" target="add-comment"/>
  108.     <tocitem text="Adding a CDATA Section" target="add-cdata"/>
  109.    </tocitem>
  110.          
  111. </tocitem>
  112. </toc>
  113.