home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 October / pcp156b.iso / alphawrk / TEXML / TEXML.ZIP / com / ibm / texml / faq.xml < prev    next >
Encoding:
Extensible Markup Language  |  1999-06-23  |  2.8 KB  |  84 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE doc SYSTEM "ddoc.dtd">
  3. <doc title="TeXML FAQ">
  4.  
  5. <sec title="What can I do with TeXML?">
  6.  <p>
  7.  You can create typeset documents from XML markup.
  8.  </p>
  9. </sec>
  10.  
  11. <sec title="What kind of problem might TeXML help me solve?">
  12.  <p>
  13.  The power of XML is that it allows you to identify information
  14.  with a domain-specific, domain-standard tags.
  15.  This is what we refer to as <quote>content markup.</quote>
  16.  The elements describe the data itself,
  17.  not the presentation of the data.
  18.  </p><p>
  19.  Bibliographic content, for example, might have the entry,
  20.  <quote><title>War and Peace</title>.</quote>
  21.  That is content markup.
  22.  For presentation in a browser
  23.  we might write <quote><i>War and Peace</i>.</quote>
  24.  For presentation in a journal
  25.  we might write <quote>{\it War and Peace}.</quote>
  26.  </p><p>
  27.  Sooner or later you will want to produce printed or typeset pages
  28.  from some XML content.
  29.  TeXML enables you to do so using TeX.
  30.  </p>
  31. </sec>
  32.  
  33. <sec title="Are there other applications?">
  34.  <p>
  35.  This FAQ was written with XML markup and transformed to HTML markup.
  36.  It is also available as PostScript generated through TeXML.
  37.  The materials available here demonstrate the transform to PostScript
  38.  from the same markup used to produce the HTML.
  39.  One markup.  Two presentations--  HTML and print.
  40.  </p>
  41.  <p>
  42.  The materials also include an example of MathML markup transformed
  43.  into TeXML, with PostScript generated using TeX.
  44.  </p>
  45. </sec>
  46.  
  47. <sec title="What do I need to use TeXML?">
  48.  <p>
  49.  You will need the following in addition to the files provided here:
  50.  </p>
  51.  <list>
  52.   <item>An XSL implementation.  This version of TeXML
  53.    was tested with Lotus XSL version
  54.    0.17.2 available from the IBM AlphaWorks web site,
  55.    <link href="http://www.alphaworks.ibm.com/"/>
  56.   </item>
  57.   <item>A java runtime implementation.  You will find these at
  58.    <link href="http://www.javasoft.com/products/jdk/1.1/jre/"/>.
  59.    This version of TeXML was tested with JDK version 1.1.7B.
  60.   </item>
  61.   <item>An XML parser.  TeXMLatte uses the XML4J parser available
  62.     from the IBM AlphaWorks web site,
  63.     <link href="http://www.alphaworks.ibm.com/"/>.
  64.     This version of TeXML was tested with XML4J version 2.0.11.
  65.   </item>
  66.   <item>A LaTeX implementation.  You will find references to these
  67.     at the TeX User's Group,
  68.     <link href="http://www.tug.org/"/>.
  69.   </item>
  70.  </list>
  71. </sec>
  72.  
  73. <sec title="What is TeX?">
  74.  <p>
  75.  TeX is a language for typesetting.
  76.  TeX documents are ASCII coded documents which contain
  77.  typesetting commands interwoven with the content to be typeset.
  78.  Implementations of TeX are widely available for most operating systems.
  79.  The same TeX source may be processed on any of these systems to produce
  80.  the same typeset output.
  81.  </p>
  82. </sec>
  83. </doc>
  84.