Author: rgardler
Date: Wed Jan 4 08:39:03 2006
New Revision: 365938
URL: http://svn.apache.org/viewcvs?rev=365938&view=rev
Log:
Update for xxe 3.0p1 (thanks to Sjur N. Moshagen, Fixes FOR-779)
Modified:
forrest/trunk/tools/xxe/README.txt
forrest/trunk/tools/xxe/common_config.xml
forrest/trunk/tools/xxe/css/common.css
Modified: forrest/trunk/tools/xxe/README.txt
URL:
http://svn.apache.org/viewcvs/forrest/trunk/tools/xxe/README.txt?rev=365938&r1=365937&r2=365938&view=diff
==============================================================================
--- forrest/trunk/tools/xxe/README.txt (original)
+++ forrest/trunk/tools/xxe/README.txt Wed Jan 4 08:39:03 2006
@@ -19,7 +19,7 @@
Works with:
===========
-* XXE V2.5p3+
+* XXE V3.0p1+ (version 1.3 of the tool works with XXE V2.5p3+)
* Forrest 0.5+
@@ -32,16 +32,11 @@
Installing
==========
-* For XXEv2.5p3+
- * Extract into the XXE application config directory (e.g. D:\Program
Files\XMLmind_XML_Editor\config)
- OR
- * Extract into your XXE user directory (e.g. ~/.xxe/addon/config) (only in
version 1.3+ of this config)
- From version 1.3, this is the recommended installation location, as it
permits upgrading XXE without having to reinstall this config
-* For XXEv2.5p2 or prior you also need to do
- * Open XXE
- * select Options > Options > Schema > Add File
- * Specify the XML Catalog file:
- * "[FORREST_HOME]/main/webapp/resources/schema/catalog.xcat" (where
[FORREST_HOME] is the value of your FORREST_HOME environment variable)
+
+* Extract into the XXE application config directory (e.g. D:\Program
Files\XMLmind_XML_Editor\config)
+ OR
+* Extract into your XXE user directory (e.g. ~/.xxe/addon/config) (only in
version 1.3+ of this config)
+ For version 1.3+ of this tool, it is the recommended installation location,
as it permits upgrading XXE without having to reinstall the tool
Building
========
@@ -51,6 +46,12 @@
History
=======
+
+1.4:
+----
+- Updated the tool to work with XXE 3.0p1. This change is backwards
INCOMPATIBLE, therefore the tool now requires XXE 3.0p1+
+- Added XXE-provided default rendering of tables
+
1.3:
----
- Fixed a bug that prevented this config to work with XXE 3.x (FOR-720)
Modified: forrest/trunk/tools/xxe/common_config.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/tools/xxe/common_config.xml?rev=365938&r1=365937&r2=365938&view=diff
==============================================================================
--- forrest/trunk/tools/xxe/common_config.xml (original)
+++ forrest/trunk/tools/xxe/common_config.xml Wed Jan 4 08:39:03 2006
@@ -136,10 +136,10 @@
</command>
<command name="forrest.tableColumn">
- <class>com.xmlmind.xmleditapp.xhtml.TableColumn</class>
+ <class>com.xmlmind.xmleditapp.xhtml.table.TableColumn</class>
</command>
<command name="forrest.tableRow">
- <class>com.xmlmind.xmleditapp.xhtml.TableRow</class>
+ <class>com.xmlmind.xmleditapp.xhtml.table.TableRow</class>
</command>
<!-- Menu =========================================================== -->
Modified: forrest/trunk/tools/xxe/css/common.css
URL:
http://svn.apache.org/viewcvs/forrest/trunk/tools/xxe/css/common.css?rev=365938&r1=365937&r2=365938&view=diff
==============================================================================
--- forrest/trunk/tools/xxe/css/common.css (original)
+++ forrest/trunk/tools/xxe/css/common.css Wed Jan 4 08:39:03 2006
@@ -15,6 +15,12 @@
limitations under the License.
*/
+/* Import statement as suggested in
+ http://www.xmlmind.com/xmleditor/_distrib/doc/configure/configure.pdf,
+ Chapter 4/page 12.
+ Provides default rendering of tables. */
[EMAIL PROTECTED] url(xxe-config:xhtml/css/xhtml_table.imp);
+
/*===============================================================
General definitions
===============================================================*/