home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 May / Gamestar_73_2005-05_dvd.iso / Programy / amaya / amaya-Win98-8.7.3.exe / _SETUP.1 / editing_xml_document.html < prev    next >
Encoding:
Extensible Markup Language  |  2003-04-11  |  1.9 KB  |  49 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.   <meta name="GENERATOR" content="amaya 7.2, see http://www.w3.org/Amaya/" />
  5.   <title>Editing XML documents</title>
  6.   <style type="text/css">
  7.   </style>
  8.   <link href="../style.css" rel="stylesheet" type="text/css" />
  9. </head>
  10.  
  11. <body xml:lang="en" lang="en">
  12.  
  13. <table border="0" width="100%" summary="toc">
  14.   <tbody>
  15.     <tr>
  16.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  17.         src="../../images/amaya.gif" /></td>
  18.       <td><p align="right"><a href="xml_using_style.html" accesskey="p"><img
  19.         alt="previous" src="../../images/left.gif" /></a> <a
  20.         href="../Xml.html" accesskey="t"><img alt="top"
  21.         src="../../images/up.gif" /></a> </p>
  22.       </td>
  23.     </tr>
  24.   </tbody>
  25. </table>
  26.  
  27. <div id="page_body">
  28. <h1>Editing XML documents</h1>
  29.  
  30. <p>The edition of generic XML documents in Amaya is still experimental. For
  31. the supported samples (XHTML, SVG, MathML), the edition follows the same
  32. rules as for the corresponding document type. For the other elements, only
  33. the <strong>Return</strong> command is available in this version :</p>
  34. <ul>
  35.   <li>If the selection is within an element, Amaya cuts the selected element
  36.     and creates a new element with the same type next to it.</li>
  37.   <li>If a whole non-empty element is selected, Amaya creates a new element
  38.     with the same type next to the selected element.</li>
  39.   <li>If a whole empty element is selected, Amaya creates a sibling with the
  40.     same type for the parent of the selected element.</li>
  41. </ul>
  42.  
  43. <p>You can also edit your XML documents in the <strong>Source View</strong>
  44. and use the <strong>Resynchronize</strong> command. Your modifications are
  45. then reported in the <strong>Formatted view.</strong></p>
  46. </div>
  47. </body>
  48. </html>
  49.