Author: buildbot
Date: Tue Nov 29 21:35:14 2011
New Revision: 799481
Log:
Staging update by buildbot
Added:
websites/staging/ooo-site/trunk/content/xml/saxecho/
websites/staging/ooo-site/trunk/content/xml/saxecho/index.html
websites/staging/ooo-site/trunk/content/xml/saxecho/xmlflat.jpg (with
props)
websites/staging/ooo-site/trunk/content/xml/saxecho/xmltree.jpg (with
props)
Added: websites/staging/ooo-site/trunk/content/xml/saxecho/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/xml/saxecho/index.html (added)
+++ websites/staging/ooo-site/trunk/content/xml/saxecho/index.html Tue Nov 29
21:35:14 2011
@@ -0,0 +1,106 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+<title>SAXEcho</title>
+<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
+
+
+</head>
+
+<body>
+ <div id="banner">
+ <div id="bannerleft"><a alt="Apache OpenOffice.org (incubating)" href="/">
+ <img id="ooo-logo alt="Apache OpenOffice.org (Incubating)"
src="/images/ooo-logo.png"/></a></div>
+ <div id="bannerright"><a alt="Apache Incubator"
href="http://incubator.apache.org">
+ <img id="asf-logo" alt="Apache Incubator"
src="/images/apache-incubator-logo.png"/></a></div>
+ <div id="bannercenter"><br/>(incubating) | The Free and Open
Productivity Suite</div>
+ </div>
+ <div id="clear"></div>
+
+ <div id="content">
+
+
+
+<h1>SAXEcho</h1>
+<p align="justify"><strong>Project Owners:</strong> <a
href="mailto:[email protected]">Michael Mi</a>, <a
href="mailto:[email protected]">Aidan Butler</a><br/>
+<small>(please use the provided <a
href="http://xml.openoffice.org/servlets/ProjectMailingListList">mailing
lists</a> for discussion of the XML based file format and related
issues.)</small>
+</p>
+
+<h2>Overview</h2>
+SAXEcho is an application which runs in parallel to OpenOffice and shows the
XML representation of the current document. The application was created by
Michael Mi, and has been more recently been expanded by Aidan Butler. The code
is Java based, and works by attaching to a OOo process which has been set to
listen on a specific port.
+
+<h2>Functionality</h2>
+<p>The SAXEcho program supports the following:</p>
+ <ul>
+ <li>Displaying the XML content of a currently opened OOo document. The
result is displayed as plain text and an XML tree structure.</li>
+ <li>Modification of the XML structure by adding, editing and removing
nodes.</li>
+ <li>The Assignment of a DTD to the XML representation.</li>
+ <li>The Validation of the displayed XML.</li>
+ <li>The use of an XSLT style-sheet, to display a transformed version of
an OOo document that is currently open.</li>
+ </ul>
+
+<h2>Usage Instructions</h2>
+<p>Before you start, you will need the following:</p>
+ <ul>
+ <li>An OpenOffice.org installation</li>
+ <li>Java 1.3 or greater. If you have an installation that is less than
1.4, you will also need Xalan and an external parser e.g. Xerces or Crimson</li>
+ <li>The SAXEcho source code which is available <a
href="http://xml.openoffice.org/source/browse/xml/tools/SAXEcho/source/">here</a></i>
+ </ul>
+
+<h3>To compile the SAXEcho program do the following:</h3>
+ <b>Windows:</b>
+ <ol>
+ <li>Edit the <b>set office =</b> line to point to your
OOo installation</li>
+ <li>Execute the <b>SAXEcho.bat</b> file</li>
+ </ol>
+
+ <b>Unix:</b>
+ <ol>
+ <li>Set you CLASSPATH to include all of the jar files
in your <b><OOo-install-dir>/program/classes/</b> directory</li>
+ <li>execute <b>javac SAXEcho.java</b></li>
+ <li>execute <b>java SAXEcho</pre></b>
+ </ol>
+
+<p>Alternatively, the <b>SAXEcho/source</b> directory contains a dmake
<b>makefile.mk</b>, which can be used to build the source.</p>
+
+<h3>Configuring OpenOffice.org for usage with SAXEcho</h3>
+<p>In order for the SAXEcho program to work with OOo, you must start
OpenOffice with the following switches:</p>
+ <pre> <tt>%soffice
-accept=socket,host=localhost,port=2002;urp;</tt></pre>
+
+
+
+
+<h2>SAXEcho Displaying an OOo Document in Tree form <h2>
+<img src="xmltree.jpg" name="XmlTree Display"/>
+<h2>SAXEcho Displaying an OOo document in Plain Text form<h2>
+<img src="xmlflat.jpg" name="Plain Text Display"/>
+
+
+
+ </div>
+
+ <div id="footera">
+ <div id="poweredbya">
+ <p><img src="/images/feather-small.gif"/><br/>Powered by the Apache
CMS.</p>
+ </div>
+ <div id="copyrighta">
+ <p>
+ Apache "OpenOffice.org" is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Apache Incubator.
+ Incubation is required of all newly accepted projects until a further
review indicates that the infrastructure, communications, and
+ decision making process have stabilized in a manner consistent with
other successful ASF projects. While incubation status is
+ not necessarily a reflection of the completeness or stability of the
code, it does indicate that the project has
+ yet to be fully endorsed by the ASF.</p>
+ <p>
+ <a href="/contact.html">Contact Us</a> |
+ <a href="/terms.html">Terms of Use</a>
+ <br />Apache and the Apache feather logos are trademarks of The Apache
Software Foundation.
+ <br />OpenOffice.org and the seagull logo are registered trademarks of
The Apache Software Foundation.
+ <br />Other names appearing on the site may be trademarks of their
respective owners.
+ </p>
+ </div>
+ </div>
+
+</body>
+</html>
Added: websites/staging/ooo-site/trunk/content/xml/saxecho/xmlflat.jpg
==============================================================================
Binary file - no diff available.
Propchange: websites/staging/ooo-site/trunk/content/xml/saxecho/xmlflat.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: websites/staging/ooo-site/trunk/content/xml/saxecho/xmltree.jpg
==============================================================================
Binary file - no diff available.
Propchange: websites/staging/ooo-site/trunk/content/xml/saxecho/xmltree.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream