You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by cz...@apache.org on 2004/06/24 16:29:13 UTC

svn commit: rev 21635 - in excalibur/trunk/site/xdocs: . event fortress lifecycle xmlutil

Author: cziegeler
Date: Thu Jun 24 07:29:12 2004
New Revision: 21635

Added:
   excalibur/trunk/site/xdocs/xmlutil/
   excalibur/trunk/site/xdocs/xmlutil/index.xml   (contents, props changed)
   excalibur/trunk/site/xdocs/xmlutil/navigation.xml   (contents, props changed)
Modified:
   excalibur/trunk/site/xdocs/event/navigation.xml
   excalibur/trunk/site/xdocs/fortress/navigation.xml
   excalibur/trunk/site/xdocs/lifecycle/navigation.xml
   excalibur/trunk/site/xdocs/navigation.xml
Log:
Add docs for xmlutil - it's not much, but it's a beginning

Modified: excalibur/trunk/site/xdocs/event/navigation.xml
==============================================================================
--- excalibur/trunk/site/xdocs/event/navigation.xml	(original)
+++ excalibur/trunk/site/xdocs/event/navigation.xml	Thu Jun 24 07:29:12 2004
@@ -80,6 +80,9 @@
             <item name="Sourceresolver" href="sourceresolve-index.html"/>
             <item name="Store" href="store-index.html"/>
             <item name="Thread" href="thread.html"/>
+            <item name="XMLUtil" href="xmlutil/index.html" collapse="true">
+                <item name="Overview" href="xmlutil/index.html"/>
+            </item>
         </menu>
 
         <menu name="Miscellaneous" href="misc.html" collapse="true">

Modified: excalibur/trunk/site/xdocs/fortress/navigation.xml
==============================================================================
--- excalibur/trunk/site/xdocs/fortress/navigation.xml	(original)
+++ excalibur/trunk/site/xdocs/fortress/navigation.xml	Thu Jun 24 07:29:12 2004
@@ -80,6 +80,9 @@
             <item name="Sourceresolver" href="sourceresolve-index.html"/>
             <item name="Store" href="store-index.html"/>
             <item name="Thread" href="thread.html"/>
+            <item name="XMLUtil" href="xmlutil/index.html" collapse="true">
+                <item name="Overview" href="xmlutil/index.html"/>
+            </item>
         </menu>
     </body>
 

Modified: excalibur/trunk/site/xdocs/lifecycle/navigation.xml
==============================================================================
--- excalibur/trunk/site/xdocs/lifecycle/navigation.xml	(original)
+++ excalibur/trunk/site/xdocs/lifecycle/navigation.xml	Thu Jun 24 07:29:12 2004
@@ -80,6 +80,9 @@
             <item name="Sourceresolver" href="sourceresolve-index.html"/>
             <item name="Store" href="store-index.html"/>
             <item name="Thread" href="thread.html"/>
+            <item name="XMLUtil" href="xmlutil/index.html" collapse="true">
+                <item name="Overview" href="xmlutil/index.html"/>
+            </item>
         </menu>
     </body>
 

Modified: excalibur/trunk/site/xdocs/navigation.xml
==============================================================================
--- excalibur/trunk/site/xdocs/navigation.xml	(original)
+++ excalibur/trunk/site/xdocs/navigation.xml	Thu Jun 24 07:29:12 2004
@@ -80,6 +80,9 @@
             <item name="Sourceresolver" href="sourceresolve-index.html"/>
             <item name="Store" href="store-index.html"/>
             <item name="Thread" href="thread.html"/>
+            <item name="XMLUtil" href="xmlutil/index.html" collapse="true">
+                <item name="Overview" href="xmlutil/index.html"/>
+            </item>
         </menu>
     </body>
 

Added: excalibur/trunk/site/xdocs/xmlutil/index.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/site/xdocs/xmlutil/index.xml	Thu Jun 24 07:29:12 2004
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+
+<!--
+     Copyright 2004 The Apache Software Foundation
+     Licensed  under the  Apache License,  Version 2.0  (the "License");
+     you may not use  this file  except in  compliance with the License.
+     You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed  under the  License is distributed on an "AS IS" BASIS,
+     WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+     implied.
+
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<document>
+    <properties>
+        <title>XMLUtil - Overview</title>
+    </properties>
+
+    <body>
+
+        <section name="Introduction">
+            <p>
+          The XMLUtil package provides some useful components dealing with
+          XML, like a parser (for DOM and SAX), an XSLT processor and an
+          XPath processor.
+            </p>
+            <p>
+              In addition, some useful classes and interfaces for XML handling
+              (mostly SAX events) are provided as well.
+            </p>
+            <p>
+        The original version of this package has been donated by the
+                <a href="http://cocoon.apache.org">Apache Cocoon project</a>.
+            </p>
+        </section>
+    </body>
+</document>
+

Added: excalibur/trunk/site/xdocs/xmlutil/navigation.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/site/xdocs/xmlutil/navigation.xml	Thu Jun 24 07:29:12 2004
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+     Copyright 2004 The Apache Software Foundation
+     Licensed  under the  Apache License,  Version 2.0  (the "License");
+     you may not use  this file  except in  compliance with the License.
+     You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed  under the  License is distributed on an "AS IS" BASIS,
+     WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+     implied.
+
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<project>
+
+    <title>Apache Excalibur</title>
+
+    <body>
+        <links>
+            <item name="Apache" href="http://apache.org/"/>
+            <item name="Excalibur" href="http://excalibur.apache.org/"/>
+            <item name="Avalon-Framework" href="http://avalon.apache.org/product/framework/"/>
+        </links>
+
+        <menu name="Essentials">
+            <item name="Overview" href="/index.html"/>
+            <item name="Mailing Lists" href="/mail-lists.html"/>
+            <item name="Subversion" href="/svn.html"/>
+            <item name="Wiki" href="http://wiki.apache.org/excalibur/"/>
+            <item name="FAQ" href="http://wiki.apache.org/excalibur/FrequentlyAskedQuestions"/>
+            <item name="Javadocs" href="http://avalon.apache.org/excalibur/api/"/>
+            <item name="Download" href="http://avalon.apache.org/download.cgi"/>
+            <item name="Issue Tracking" href="/jira.html"/>
+            <item name="Miscellaneous" href="misc.html" collapse="true">
+                <item name="Where's my documentation???" href="/no-docs-available.html"/>
+                <item name="No CVS" href="/cvs-usage.html"/>
+                <item name="Nightly builds" href="http://wiki.apache.org/excalibur/NightlyBuild"/>
+            </item>
+        </menu>
+
+        <menu name="Component documentation">
+            <item name="Overview" href="/component-list.html"/>
+            <item name="Configuration" href="/configuration.html"/>
+            <item name="ECM" href="/component.html"/>
+            <item name="Event" href="event/index.html" collapse="true">
+                <item href="event/event.html" name="Event"/>
+                <item href="event/command.html" name="Command"/>
+                <item href="event/mpool.html" name="MPool"/>
+                <item href="event/util.html" name="Util"/>
+                <item href="event/event-howto.html" name="Use Event Queues"/>
+                <item href="event/command-howto.html" name="Use the Command Manager"/>
+                <item href="event/mpool-howto.html" name="Use MPool"/>
+                <item href="event/util-howto.html" name="Use System Util"/>
+                <item href="event/cpuparser-howto.html" name="Extend System Util"/>
+            </item>
+            <item name="Fortress" href="fortress/index.html" collapse="true">
+                <item name="Overview" href="fortress/index.html"/>
+                <item name="Features Oriented" href="fortress/features.html"/>
+                <item name="Getting Started" href="fortress/getting-started.html"/>
+                <item name="Using Meta Info" href="fortress/using-meta-info.html"/>
+                <item name="CLI" href="fortress/cli.html"/>
+                <item name="Swing" href="fortress/swing.html"/>
+                <item name="Servlet" href="fortress/servlet.html"/>
+                <item name="Lifecycle Extensions" href="lifecycle/index.html"/>
+                <item name="Design Notes" href="fortress/design-notes.html"/>
+            </item>
+            <item name="i18n" href="i18n.html"/>
+            <item name="Lifecycle" href="lifecycle/index.html" collapse="true">
+                <item name="Overview" href="lifecycle/index.html"/>
+                <item name="Extensions" href="lifecycle/extension.html"/>
+                <item name="Interfaces" href="lifecycle/interfaces.html"/>
+                <item name="Tutorial" href="lifecycle/fortress.html"/>
+            </item>
+            <item name="Logger" href="logger.html"/>
+            <item name="Sourceresolver" href="sourceresolve-index.html"/>
+            <item name="Store" href="store-index.html"/>
+            <item name="Thread" href="thread.html"/>
+            <item name="XMLUtil" href="xmlutil/index.html" collapse="false">
+                <item name="Overview" href="xmlutil/index.html"/>
+            </item>
+        </menu>
+    </body>
+
+</project>

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org