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 / xml_using_style.html < prev    next >
Encoding:
Extensible Markup Language  |  2003-04-14  |  1.9 KB  |  46 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5.   <meta name="GENERATOR" content="amaya 5.4, see http://www.w3.org/Amaya/" />
  6.   <title>Using style in Xml</title>
  7.   <style type="text/css">
  8.   </style>
  9.   <link href="../style.css" rel="stylesheet" type="text/css" />
  10. </head>
  11.  
  12. <body xml:lang="en" lang="en">
  13.  
  14. <table border="0" width="100%" summary="toc">
  15.   <tbody>
  16.     <tr>
  17.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  18.         src="../../images/amaya.gif" /></td>
  19.       <td><p align="right"><a href="loading_xml_document.html" accesskey="p"><img
  20.         alt="previous" src="../../images/left.gif" /></a> <a
  21.         href="../Xml.html" accesskey="t"><img alt="top"
  22.         src="../../images/up.gif" /></a> <a href="editing_xml_document.html"
  23.         accesskey="n"><img alt="next" src="../../images/right.gif" /></a></p>
  24.       </td>
  25.     </tr>
  26.   </tbody>
  27. </table>
  28.  
  29. <div id="page_body">
  30. <h1>Using Style in Xml</h1>
  31.  
  32. <p>If the document is associated to a DTD that Amaya does not understand, the
  33. content of the document will be formatted and displayed in a way that
  34. reflects the structure of the document. If there is no style indication, the
  35. content of each element will be shown as a <strong>block</strong>. However,
  36. for clarity, the elements that have at least one child of type "texte" are
  37. considered to be of type <strong>inline</strong> and displayed accordingly.
  38. Amaya can use associate a CSS style sheet. You can also modify the
  39. presentation of the document if you associate a CSS style sheet to it by
  40. means of a <strong><a
  41. href="http://www.w3.org/1999/06/REC-xml-stylesheet-19990629/">xml-stylesheet
  42. PI</a></strong> (processing instruction) statement.</p>
  43. </div>
  44. </body>
  45. </html>
  46.