This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
expression/vhosts/svgtest/index.html

27 lines
1.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Expression SVG Test Suite</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1>Expression SVG Test Suite</h1>
<h2>Pre-requisites</h2>
<p>Package svg2png must be installed for this to work.
<a href="http://cairographics.org/">Unofficial Debian packages</a> are available.
You can add <tt>deb http://cairographics.org/packages/debian/ unstable/</tt> to your source.list.</p>
<h2>Tests</h2>
<ul>
<li><a href="image.svg">image.svg</a>
Only for SVG-enabled web browsers.</li>
<li><a href="image.xml">image.xml</a>
Same, but with a different file extension, which makes Expression generate the SVG file as PNG.</li>
<li><a href="xhtml_svg.xml">xhtml_svg.xml</a>
XHTML with embedded SVG (SVG-enabled browsers only).</li>
<li><a href="xquery_svg.xml">xquery_svg.xml</a>
An XQuery that generates SVG contents (this will only work with DBXML support, see config-svgtest.xml).</li>
</ul>
</body>
</html>