Hi
    I have a scenario where the attribute of
an element starts with a upper case letter. Ex.
<author FirstName="John" LastName="Berg"/>

    When I use the addSetProperty(), the correct
method setFirstName() and setLastName() are only
called when I have something like this:
<author firstName="John" lastName="Berg"/>

      Note the attribute name "firstName" compared
to the above where it is "FirstName".

     Unfortunately I have no control over the 
attribute names and case of the starting letter
and so what should be my method names so they 
will be called.

Regards
Joseph Rajkumar

_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to