Comment
        
            Above in this comment thread:
            Storing XML Data » Mapping of elements attributes 
        
        
            
    
        
        
         
    
            
        
    
                    
 
                   Mapping of elements att
                Mapping of elements att
            
                Posted by
                mscardina
                at
                2005-05-16 10:07 AM
            
            How this is done is dependent on the database you are using and the underlying schema.  If you are using an Oracle DB this can be done through Java (oracle.xml.sql.dml) or PL/SQL (DBMS_XMLSave) with the XML-SQL utility that comes with the Oracle XDK that ships with the DB or is available on OTN at http://otn.oracle.com/tech/xml.  This mapping is done automatically for you based upon the attribute-column name mapping.  
            

