mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-11-08 11:02:18 +03:00
- libxslt/transform.c libxslt/xsltutils.c: fixed DOCTYPE generation - libxslt/xsltproc.c: cleaned up the --repeat loop - tests/documents/result.xhtml tests/xmlspec/REC-xml-20001006*.html: fixed the DOCTYPE in tests output - tests/docs/bug-25-.xml tests/doc/Makefile.am tests/general/bug-25-.* tests/general/Makefile.am : added a new test case and fixed the EXTRA_DIST Daniel
17 lines
737 B
HTML
17 lines
737 B
HTML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>Home</title><link rel="stylesheet" href="bredfort.css" type="text/css" title="bredfort"/></head><body><table class="menu"><tr>
|
|
<td class="menu"><a href="index.html">Home</a></td>
|
|
<td class="menu"><a href="worklog.html">Worklog</a></td>
|
|
<td class="menu"><a href="system.html">System spec</a></td>
|
|
</tr></table><h1>Home</h1>
|
|
<h2>Bredfort</h2>
|
|
Bredfort is: stric, nikke and janlert.
|
|
|
|
<h2>Tokband</h2>
|
|
Tokband is the software we're developing.
|
|
|
|
<h2>Worklog</h2>
|
|
Our worklog is <a href="worklog.html">here</a>.
|
|
</body></html>
|