savannah-register-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-register-public] [task #7393] Submission of XOver XML Hierarch


From: Grzegorz Kaczor
Subject: [Savannah-register-public] [task #7393] Submission of XOver XML Hierarchy Processor
Date: Thu, 18 Oct 2007 18:13:12 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7

URL:
  <http://savannah.nongnu.org/task/?7393>

                 Summary: Submission of XOver XML Hierarchy Processor
                 Project: Savannah Administration
            Submitted by: kaczula
            Submitted on: Thursday 10/18/2007 at 18:13
         Should Start On: Thursday 10/18/2007 at 00:00
   Should be Finished on: Sunday 10/28/2007 at 00:00
                Category: Project Approval
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                  Effort: 0.00

    _______________________________________________________

Details:

A new project has been registered at Savannah 
This project account will remain inactive until a site admin approves or
discards the registration.


= Registration Administration =

While this item will be useful to track the registration process, *approving
or discarding the registration must be done using the specific Group
Administration
<https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=9571> page*,
accessible only to site administrators, effectively *logged as site
administrators* (superuser):

* Group Administration
<https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=9571>


= Registration Details =

* Name: *XOver XML Hierarchy Processor*
* System Name:  *xover*
* Type: non-GNU software & documentation
* License: GNU General Public License v2 or later

----

==== Description: ====
My project indends to address a case when data stored in a set of XML files
shares some part of information in a structure similar to an object class
hierarchy. Elements of such a hierarchy share a fair portion of data and
modification of properties contained in many files requires changes in many
file. This is in contrary to DRY paradigm and it is error prone.

The tool introduces a set of XML elements and attributes located in a
separate namespace that allow organizing the XML data in a way similar to
implementing a hierarchy of classes (the mechanism is a bit simplified as
there are no methods). A tool processes these files and produces final XML
output.

A "base class" is defined as a set of XML nodes (not necessarily one XML
element) that contains "extension points" which can be overwritten by
subclasses. Subclasses may overwrite a chosen subset of extension points. They
may also define new ones. The tool supports nested classes, also there may
exist many extension points with the same name, which helps address some
cross-cutting concerns. Standard inclusion will also be provided, too (maybe
XInclude may be used, the functionality is not yet implemented).

The application is now in pre-alpha stage (it processes correctly written XML
files with some advanced functionality disabled). The specification is in
paper version only at the moment - it covers some more functionality not
provided here. 

A snapshot of the source code may be found here:
http://marchant.republika.pl/data/xover_20071018.zip 

You may see some examples in doc/samples/xhtml-sample directory (they are not
very good examples of the software usability, however), and a test sample can
be found in xo/sample directory - input.xo.xml is transformed to input.xml.




==== Other Software Required: ====
The project uses Java. The project has not yet been tested with GCJ. I am
going to do it soon. However, only standard Java classes are used that have
been in JDK since 1.4 at least (or if newer classes are used they can be
easily replaced with older counterparts).

All XML manipulations are performed using JDOM (http://www.jdom.org).






    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?7393>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]