( testsuite > General > Clipboard > clipboard1  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:General/Clipboard/clipboard1
CVS-ID:$Id: clipboard1-slideshow.xhtml,v 1.46 2012/02/14 12:50:02 polx Exp $
Author:Paul Libbrecht, DFKI GmbH
Description:Simple math expression; copying it should yield the flavours for generic MathML (Windows: MathML, MacOSX: public.mathml, MIME: application/mathml+xml) and for MathML Presentation (Windows: MathML Presentation, MacOSX: public.mathml.presentation, MIME: application/mathml-presentation+xml). Optionnally the MathML code may be in plain text.

Use a clipboard introspector to proof it. We are told that ClipboardViewer in MacOSX developer tools' examples or ClipSpy on Windows can do this work. See also DropItTester.

Sample Rendering:

Created by: MathPlayer

Your browser's rendering:

x x+1

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mfrac>
    <mi>x</mi>
    <mrow><mi>x</mi><mo>+</mo><mn>1</mn></mrow>
  </mfrac>
</math>