You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/08/31 20:10:29 UTC

DO NOT REPLY [Bug 30969] New: - XML self references

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30969>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30969

XML self references

           Summary: XML self references
           Product: Commons
           Version: 1.5 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Digester
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: Michail.Medvinsky@fmr.com


It would be very advantageous for users to add a new processing instruction 
that  we can use to self reference XML or other files from within a source that 
will be bound.

For example

<?xml version=”1.0” ?>
<?binding-rules source=”org/apache/jakarta/commons/digester/myrules.xml” ?>
<a>
……
</a>

This way we can change target objects and runtime binding just by editing the 
xml file with rules or editing separate rules.

The rules should be available via multiple sources:
ClassLoader
File
URL
Custom

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org