Open Source Modifiable XML editor
I'm looking for a Java based open source XML editor. What I want to do is have an editor which only allows the user to add certain tags. E.g. <FirstName>, <surname> and <picture>, <phone>. Then I want to be able to add a button which would run my own code which would then display a greeting card for that person (using graphics). Even better would be if the editor would have a panel which would automatically update when the user adds the tags. Is there anything I could use, or do I have to start from scratch? Thanks for any help

