Edit , Translate , Validate XML in one Page
I need to develop a page where can I edit XML and add supported tags as per DTD by using buttons. On click of preview button it has to show translating html preview by using XSL. On click of save it has to save the xml by validating with DTD.
In Short functionality should looks like a XML Editor (or Wiki page). Is there any design which will help me to develop this? If some one come across this kind of functionality please guide me.
I am using JSP, Servlets , Struts. Xslt1.0
|