Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 29380 invoked from network); 4 Jan 2006 16:39:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jan 2006 16:39:42 -0000 Received: (qmail 37498 invoked by uid 500); 4 Jan 2006 16:39:27 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 37360 invoked by uid 500); 4 Jan 2006 16:39:26 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 37262 invoked by uid 99); 4 Jan 2006 16:39:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2006 08:39:25 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 04 Jan 2006 08:39:23 -0800 Received: (qmail 29250 invoked by uid 65534); 4 Jan 2006 16:39:13 -0000 Message-ID: <20060104163913.29249.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r365938 - in /forrest/trunk/tools/xxe: README.txt common_config.xml css/common.css Date: Wed, 04 Jan 2006 16:39:12 -0000 To: svn@forrest.apache.org From: rgardler@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 @@ - com.xmlmind.xmleditapp.xhtml.TableColumn + com.xmlmind.xmleditapp.xhtml.table.TableColumn - com.xmlmind.xmleditapp.xhtml.TableRow + com.xmlmind.xmleditapp.xhtml.table.TableRow 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. */ +@import url(xxe-config:xhtml/css/xhtml_table.imp); + /*=============================================================== General definitions ===============================================================*/