<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <title>Readme for TestXSLT v2.9</title>
+ <title>Readme for TestXSLT v3.0</title>
<META name="Author" content="Written by Marc Liyanage ">
</head>
<body>
-<h1>Readme for TestXSLT v2.9</h1>
+<h1>Readme for TestXSLT v3.0</h1>
<p>
<b>
<p>You can either edit the XML and XSLT code directly in the program or you can load them from files on disk. Try drag and drop for the latter.</p>
-<p>There are some examples included to get you started. The first is this Readme document that you are reading now. It was written and is maintained in XML. I have included two stylesheets which convert the XML input file into an RTF document and into an HTML page. Study the input, the stylesheets and the output files carefully to learn some basics. The stylesheets are commented.</p>
+<p>There are some examples included to get you started. The first is this Readme document which you are reading right now. It was written and is maintained in XML. I have included several stylesheets which convert the XML input file into an RTF document, into an HTML page and into XSL-FO and thus PDF. Study the input, the stylesheets and the output files carefully to learn some basics. The stylesheets are commented.</p>
-<p>There are also various other example files to get you started with XSLT. Just play around with the files and see what happens...</p>
+<p>I also add new interesting examples to the "More Examples" directory all the time. Just play around with the files and see what happens...</p>
<p>Comments, feedback and feature suggestions are welcome to the address above.</p>
<p>The latest version of this software is available at <a href="http://www.entropy.ch/software/macosx/">http://www.entropy.ch/software/macosx/</a>
</p>
+<p>If you need help or would like to comment on the program, there is an online user forum for TestXSLT at <a href="http://www.entropy.ch/phpbb2/">http://www.entropy.ch/phpbb2/</a>
+ </p>
+
<p> </p>
</tr>
<tr>
+ <td bgcolor="#eeeeee" valign="top" align="right">17-DEC-2003</td>
+ <td bgcolor="#eeeeee" valign="top" align="center">3.0</td>
+ <td bgcolor="#eeeeee" valign="top">
+ <ul>
+ <li>Changed keyboard shortcut for "Find Again" from Cmd-D to Cmd-Shift-G as 1.) that seems to be the new convention for Cocoa apps, 2.) it's used in BBEdit, and 3.) I like it better :-)</li>
+ <li>When dragging a file to the document window, you can now hover the mouse pointer over the tab labels to switch tabs without interrupting the drag. This is useful for example if you want to drag an XML document to the XML tab, but you forgot to switch to that tab first and the XSLT tab is in front.</li>
+ <li>there's now a base URL text field in the HTML preview pane. It allows you to enter a URL against which relative references are resolved.</li>
+ <li>There are two new "File" menu commands with associated keyboard shortcuts to "Save As..." and "Save" the text in the current pane (XML, XSLT, Result) to a file. This is the equivalent of the corresponding buttons on each of the panes.</li>
+ </ul>
+ </td>
+ </tr>
+
+
+<tr>
<td bgcolor="#eeeeee" valign="top" align="right">08-SEP-2003</td>
<td bgcolor="#eeeeee" valign="top" align="center">2.9</td>
<td bgcolor="#eeeeee" valign="top">
</td>
</tr>
+
+
+
<tr>
<td bgcolor="#eeeeee" valign="top" align="right">17-AUG-2003</td>
<td bgcolor="#eeeeee" valign="top" align="center">2.8</td>